This function will create a new window with the specified parent window and the specified window attributes.
![]() | This function has been depreciated. You should use GrNewWindowEx() instead since it works better in the presence of a window manager. |
Type | Name | Description |
---|---|---|
GR_WINDOW_ID | parent | The parent of window of the window that will be created. |
GR_COORD | x | The X position of the new window with respect to its parent window. |
GR_COORD | y | The Y position of the new window with respect to its parent window. |
GR_COORD | width | The width (in pixels) of the new window. |
GR_COORD | height | The hieght (in pixels) of the new window. |
GR_COORD | bordersize | The width in pixels of the window border. |
GR_COLOR | background | The color of the window background. |
GR_COLOR | bordercolor | he color of the window border. |