Arrange the relative depth of a window.
Source position: intuition.pas line 4129
procedure MoveWindowInFrontOf( |
window: pWindow; |
behindWindow: pWindow |
); |
window |
|
Window to re-position in front of another window |
behindWindow |
|
Window to re-position in front of |
Depth-arranges a window in front of an another window. Brings out the MoveLayerInFrontOf() to the Intuition user.
|
Ask Intuition to bring a window to the front. |
|
|
Ask Intuition to send a window behind others. |
|
|
Put layer in front of another layer. |