Documentation: Message_FilerSelection
Programmer’s Reference Manuals
» Part 7 – The Desktop
» The Window Manager
» Messages
» Message Codes
» Message_FilerSelection
Message_FilerSelection
(Code &407)
| Message Block | |
|---|---|
| +20 | Selection bounding box x0 (screen co-ordinates) |
| +24 | Selection bounding box y0 (screen co-ordinates) |
| +28 | Selection bounding box x1 (screen co-ordinates) |
| +32 | Selection bounding box y1 (screen co-ordinates) |
| +36 | Width (of each selected item) |
| +40 | Height |
| +44 | ViewMode |
| +48 | Start column of selection in window |
| +52 | Start row |
| +56 | End column |
| +60 | End row |
Use
This message is sent from the filer to an application when a selection has been dragged, just before the application receives the multiple Message_DataLoad messages.
Notes
None.