GrResizeWindow()

Name

GrResizeWindow() -- Resize a window

Synopsis

void GrResizeWindow ( GR_WINDOW_ID wid , GR_SIZE width , GR_SIZE height );

Description

This function resizes the specified window to the specified width and height.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to resize.
GR_SIZEwidthThe new width (in pixels) of the window.
GR_SIZEheightThe new height (in pixels) of the window.

See Also

GrNewWindow(), GrMoveWindow(), GrGetWindowInfo().