GrLowerWindow()

Name

GrLowerWindow() -- Lower a window

Synopsis

void GrLowerWindow ( GR_WINDOW_ID wid );

Description

This function places the specified window at the bottom of its parent's drawing stack, below all of that window's sibling windows.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to lower.

See Also

GrRaiseWindow(), GrNewWindow(), GrGetWindowInfo().