Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 829 Bytes

MoveWindowInFrontOf.md

File metadata and controls

36 lines (22 loc) · 829 Bytes

NAME

MoveWindowInFrontOf -- Arrange the relative depth of a window. (V36)

SYNOPSIS

    MoveWindowInFrontOf( Window, BehindWindow )
                         A0      A1

    VOID MoveWindowInFrontOf( struct Window *, struct Window * );

Links: Window Window Window

FUNCTION

Depth-arranges a window in front of an another window. Brings out the layers.library MoveLayerInFrontOf to the Intuition user.

INPUTS

Window = window to re-position in front of another window BehindWindow = window to re-position in front of

RESULT Repositions window.

BUGS Doesn't respect backdrop windows.

SEE ALSO

WindowToFront, WindowToBack, layers.library/MoveLayerInFrontOf