Ask Intuition to send a window behind others.
Source position: intuition.pas line 4189
procedure WindowToBack( |
window: pWindow |
); |
window |
|
A pointer to the structure of the window to be sent to the back |
This routine sends a request to Intuition asking to send the window in back of all other windows in the screen.
Note that the window will not be depth-arranged immediately, but rather will be arranged the next time Intuition receives an input event, which happens currently at a minimum rate of ten times per second, and a maximum of sixty times a second.
Remember that WFLG_BACKDROP windows cannot be depth-arranged.
|
Ask Intuition to move a window. |
|
|
Ask Intuition to size a window. |
|
|
Ask Intuition to bring a window to the front. |
|
|
Arrange the relative depth of a window. |