Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 951 Bytes

File metadata and controls

40 lines (24 loc) · 951 Bytes

NAME

WindowToBack -- Ask Intuition to send a window behind others.

SYNOPSIS

    WindowToBack( Window )
                  A0

    VOID WindowToBack( struct Window * );

Links: Window Window

FUNCTION

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.

INPUTS

Window = pointer to the structure of the window to be sent to the back

RESULT None

BUGS

SEE ALSO

MoveWindow, SizeWindow, WindowToFront, MoveWindowInFrontOf