Name
GR_WM_PROPERTIES -- Window manager property configuration
Synopsis
typedef struct
{
GR_WM_PROPS flags;
GR_WM_PROPS props;
GR_CHAR *title;
GR_COLOR background;
GR_SIZE bordersize;
GR_COLOR bordercolor;
} GR_WM_PROPERTIES;
|
Description
A GR_WM_PROPERTIES structure is used to
set and get a window's window manager properties.
Fields
Table 3-1. GR_WM_PROPERTIES Flags
Value | Description |
---|
GR_WM_FLAGS_PROPS | The props field is set. |
GR_WM_FLAGS_TITLE | The title field is set. |
GR_WM_FLAGS_BACKGROUND | The background field is set. |
GR_WM_FLAGS_BORDERSIZE | The bordersize field is set. |
GR_WM_FLAGS_BORDERCOLOR | The bordercolor field is set. |