Definition at line 612 of file ctk.h.
Data Fields | |
| char * | name |
| The name of the desktop. | |
| ctk_window | desktop_window |
| The background window which contains tha desktop icons. | |
| ctk_window * | windows |
| The list of open windows. | |
| ctk_window * | dialog |
| A pointer to the open dialog, or NULL if no dialog is open. | |
| unsigned char | height |
| The height of the desktop, in characters. | |
| unsigned char | width |
| The width of the desktop, in characters. | |
| unsigned char | redraw |
| The redraw flag. | |
| ctk_widget * | redraw_widgets [CTK_CONF_MAX_REDRAWWIDGETS] |
| The list of widgets to be redrawn. | |
| unsigned char | redraw_widgetptr |
| Pointer to the last widget on the redraw_widgets list. | |
| ctk_window * | redraw_windows [CTK_CONF_MAX_REDRAWWINDOWS] |
| The list of windows to be redrawn. | |
| unsigned char | redraw_windowptr |
| Pointer to the last window on the redraw_windows list. | |
| unsigned char | redraw_y1 |
| The lower y bound of the area to be redrawn if CTK_REDRAW_PART is flagged. | |
| unsigned char | redraw_y2 |
| The upper y bound of the area to be redrawn if CTK_REDRAW_PART is flagged. | |
1.4.4