|
Data Fields |
|
GR_WINDOW_ID | wid |
| | window id (or 0 if no such window)
|
|
GR_WINDOW_ID | parent |
| | parent window id
|
|
GR_WINDOW_ID | child |
| | first child window id (or 0)
|
|
GR_WINDOW_ID | sibling |
| | next sibling window id (or 0)
|
|
GR_BOOL | inputonly |
| | TRUE if window is input only.
|
|
GR_BOOL | mapped |
| | TRUE if window is mapped.
|
|
GR_BOOL | realized |
| | TRUE if window is mapped and visible.
|
|
GR_COORD | x |
| | parent-relative x position of window
|
|
GR_COORD | y |
| | parent-relative y position of window
|
|
GR_SIZE | width |
| | width of window
|
|
GR_SIZE | height |
| | height of window
|
|
GR_SIZE | bordersize |
| | size of border
|
|
GR_COLOR | bordercolor |
| | color of border
|
|
GR_COLOR | background |
| | background color
|
|
GR_EVENT_MASK | eventmask |
| | current event mask for this client
|
|
GR_WM_PROPS | props |
| | window properties
|
|
GR_CURSOR_ID | cursor |
| | cursor id
|
|
unsigned long | processid |
| | process id of owner
|