This function moves the upper left corner of window, wid, to the coordinates (x,y) relative to its parent window.
Type | Name | Description |
---|---|---|
GR_WINDOW_ID | wid | The ID of the window to move. |
GR_COORD | x | The new X position of the window with respect to its parent window. |
GR_COORD | y | The new Y position of the window with respect to its parent window. |