This function returns the window wid's window manager properties in the caller supplied GR_WM_PROPERTIES.
![]() | It is the callers responsibility to free the title member of the returned GR_WM_POPERTIES structure, since it is dynamically allocated. The title will be set to NULL, if the window has no title. |
Type | Name | Description |
---|---|---|
GR_WINDOW_ID | wid | The ID of the window to get the properties of. |
GR_WM_PROPERTIES* | props | A pointer to the caller supplied GR_WM_PROPERTIES structure that receives the current window properties. |