Docs » Autodocs » intuition.library » MoveWindowInFrontOf
MoveWindowInFrontOf -- Arrange the relative depth of a window. (V36)
MoveWindowInFrontOf( Window, BehindWindow ) A0 A1 VOID MoveWindowInFrontOf( struct Window *, struct Window * );
Depth-arranges a window in front of an another window. Brings out the layers.library MoveLayerInFrontOf() to the Intuition user.
Window = window to re-position in front of another window BehindWindow = window to re-position in front of
Repositions window.
Doesn't respect backdrop windows.
WindowToFront(), WindowToBack(), layers.library/MoveLayerInFrontOf()
|