GrDestroyWindow()

Name

GrDestroyWindow() -- Destroy a window

Synopsis

void GrDestroyWindow ( GR_WINDOW_ID wid );

Description

This function unmaps and frees the data structures associated with the specified window and all of its children.

Note

This function is also used to destroy pixmaps allocated with the GrNewPixmap() function.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to destroy.

See Also

GrNewWindow(), GrNewPixmap(), GrNewInputWindow(), GrUnmapWindow(), GrCloseWindow(), GrKillWindow().