|
CTWM
|
#include <workspace_structs.h>
Data Fields | |
| struct WorkSpace * | workSpaceList |
| struct WorkSpaceWindow * | workSpaceWindowList |
| struct OccupyWindow * | occupyWindow |
| MyFont | buttonFont |
| MyFont | windowFont |
| ColorPair | windowcp |
| bool | windowcpgiven |
| ColorPair | cp |
| long | count |
| char * | geometry |
| int | lines |
| int | columns |
| bool | noshowoccupyall |
| WMgrState | initialstate |
| ButtonStyle | buttonStyle |
| name_list * | windowBackgroundL |
| name_list * | windowForegroundL |
| ColorPair | curColors |
| Image * | curImage |
| Pixel | curBorderColor |
| bool | curPaint |
| ColorPair | defColors |
| Image * | defImage |
| Pixel | defBorderColor |
| int | hspace |
| int | vspace |
| char * | name |
| char * | icon_name |
Definition at line 33 of file workspace_structs.h.
| MyFont WorkSpaceMgr::buttonFont |
Definition at line 37 of file workspace_structs.h.
| ButtonStyle WorkSpaceMgr::buttonStyle |
Definition at line 47 of file workspace_structs.h.
Referenced by InitScreenInfo().
| int WorkSpaceMgr::columns |
Definition at line 44 of file workspace_structs.h.
| long WorkSpaceMgr::count |
Definition at line 42 of file workspace_structs.h.
Referenced by EwmhInitScreenLate().
| ColorPair WorkSpaceMgr::cp |
Definition at line 41 of file workspace_structs.h.
| Pixel WorkSpaceMgr::curBorderColor |
Definition at line 53 of file workspace_structs.h.
Referenced by WMapCreateCurrentBackGround().
| ColorPair WorkSpaceMgr::curColors |
Definition at line 51 of file workspace_structs.h.
Referenced by WMapCreateCurrentBackGround().
| Image* WorkSpaceMgr::curImage |
Definition at line 52 of file workspace_structs.h.
Referenced by WMapCreateCurrentBackGround().
| bool WorkSpaceMgr::curPaint |
Definition at line 54 of file workspace_structs.h.
Referenced by WMapCreateCurrentBackGround().
| Pixel WorkSpaceMgr::defBorderColor |
Definition at line 58 of file workspace_structs.h.
Referenced by WMapCreateDefaultBackGround().
| ColorPair WorkSpaceMgr::defColors |
Definition at line 56 of file workspace_structs.h.
Referenced by WMapCreateDefaultBackGround().
| Image* WorkSpaceMgr::defImage |
Definition at line 57 of file workspace_structs.h.
Referenced by WMapCreateDefaultBackGround().
| char* WorkSpaceMgr::geometry |
Definition at line 43 of file workspace_structs.h.
| int WorkSpaceMgr::hspace |
Definition at line 59 of file workspace_structs.h.
Referenced by InitScreenInfo().
| char* WorkSpaceMgr::icon_name |
Definition at line 61 of file workspace_structs.h.
Referenced by InitScreenInfo().
| WMgrState WorkSpaceMgr::initialstate |
Definition at line 46 of file workspace_structs.h.
Referenced by ConfigureWorkSpaceManager(), and InitScreenInfo().
| int WorkSpaceMgr::lines |
Definition at line 44 of file workspace_structs.h.
| char* WorkSpaceMgr::name |
Definition at line 60 of file workspace_structs.h.
Referenced by InitScreenInfo().
| bool WorkSpaceMgr::noshowoccupyall |
Definition at line 45 of file workspace_structs.h.
| struct OccupyWindow* WorkSpaceMgr::occupyWindow |
Definition at line 36 of file workspace_structs.h.
Referenced by InitScreenInfo().
| int WorkSpaceMgr::vspace |
Definition at line 59 of file workspace_structs.h.
Referenced by InitScreenInfo().
| name_list* WorkSpaceMgr::windowBackgroundL |
Definition at line 48 of file workspace_structs.h.
| ColorPair WorkSpaceMgr::windowcp |
Definition at line 39 of file workspace_structs.h.
| bool WorkSpaceMgr::windowcpgiven |
Definition at line 40 of file workspace_structs.h.
| MyFont WorkSpaceMgr::windowFont |
Definition at line 38 of file workspace_structs.h.
Referenced by InitScreenInfo().
| name_list* WorkSpaceMgr::windowForegroundL |
Definition at line 49 of file workspace_structs.h.
| struct WorkSpace* WorkSpaceMgr::workSpaceList |
Definition at line 34 of file workspace_structs.h.
Referenced by AnimateRoot().
| struct WorkSpaceWindow* WorkSpaceMgr::workSpaceWindowList |
Definition at line 35 of file workspace_structs.h.