GrGetWMProperties()

Name

GrGetWMProperties() -- Retrieve a window's properties

Synopsis

void GrGetWMProperties ( GR_WINDOW_ID wid , GR_WM_PROPERTIES * props );

Description

This function returns the window wid's window manager properties in the caller supplied GR_WM_PROPERTIES.

Note

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.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to get the properties of.
GR_WM_PROPERTIES*propsA pointer to the caller supplied GR_WM_PROPERTIES structure that receives the current window properties.

See Also

GrSetWMProperties(), GrNewWindow(), GrNewWindowEx(), GrGetWindowInfo().