This function changes the parent window of the window wid to the specified new parent window. It places the window at the coordinates (x,y) relative to the new parent window.
Type | Name | Description |
---|---|---|
GR_WINDOW_ID | wid | The ID of the window to reparent. |
GR_WINDOW_ID | pwid | The ID of the new parent window. |
GR_COORD | x | The new X position of the window with respect to its new parent window. |
GR_COORD | y | The new Y position of the window with respect to its new parent window. |