GrUnmapWindow()

Name

GrUnmapWindow() -- Unmap a window and it's children

Synopsis

void GrUnmapWindow ( GR_WINDOW_ID wid );

Description

This function recursively unmaps (hides) the specified window and all of its child windows.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to unmap.

See Also

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