Arrange the relative depth of a window.
Source position: intuition.pas line 3538
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. |