GrMoveWindow()

Name

GrMoveWindow() -- Move a window

Synopsis

void GrMoveWindow ( GR_WINDOW_ID wid , GR_COORD x , GR_COORD y );

Description

This function moves the upper left corner of window, wid, to the coordinates (x,y) relative to its parent window.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to move.
GR_COORDxThe new X position of the window with respect to its parent window.
GR_COORDyThe new Y position of the window with respect to its parent window.

See Also

GrNewWindow(), GrResizeWindow(), GrReparentWindow(), GrGetWindowInfo().