GrSetWMProperties()

Name

GrSetWMProperties() -- Set a window's properties

Synopsis

void GrSetWMProperties ( GR_WINDOW_ID wid , GR_WM_PROPERTIES * props );

Description

This function sets the specified window's window manager properties to the properties specified in props.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set the properties of.
GR_WM_PROPERTIES*propsA pointer to the caller supplied structure which contains the new window manager properties.

See Also

GrGetWMProperties(), GrNewWindowEx(), GrSetWindowBackgroundColor(), GrSetWindowBorderSize(), GrSetWindowBorderColor(), GrSetWindowTitle().