GrRaiseWindow()

Name

GrRaiseWindow() -- Raise a window

Synopsis

void GrRaiseWindow ( GR_WINDOW_ID wid );

Description

This function places the specified window at the top of its parent's drawing stack, above all of the window's siblings.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to raise.

See Also

GrLowerWindow(), GrNewWindow(), GrMapWindow(), GrGetWindowInfo().