|
CTWM
|
#include <workspace_structs.h>
Data Fields | |
| struct WorkSpace * | wlist |
| Window | w |
| int | x |
| int | y |
| int | width |
| int | height |
| TwmWindow * | twm_win |
| ColorPair | cp |
| MyFont | font |
| struct winList * | next |
Definition at line 22 of file workspace_structs.h.
| ColorPair winList::cp |
Definition at line 28 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace(), WMapRedrawName(), and WMgrHandleButtonEvent().
| MyFont winList::font |
Definition at line 29 of file workspace_structs.h.
| int winList::height |
Definition at line 26 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace(), WMapRedrawName(), and WMgrHandleButtonEvent().
| struct winList* winList::next |
Definition at line 30 of file workspace_structs.h.
Referenced by GotoWorkSpace(), ResizeWorkSpaceManager(), wmap_mapwin_backend(), WMapAddWindowToWorkspace(), WMapIconify(), WMapRemoveWindowFromWorkspace(), WMapRestack(), WMapSetupWindow(), and WMapUpdateIconName().
| TwmWindow* winList::twm_win |
Definition at line 27 of file workspace_structs.h.
Referenced by wmap_mapwin_backend(), WMapAddWindowToWorkspace(), WMapIconify(), WMapRedrawName(), WMapRestack(), WMapUpdateIconName(), WMgrHandleButtonEvent(), and WMgrHandleExposeEvent().
| Window winList::w |
Definition at line 24 of file workspace_structs.h.
Referenced by wmap_mapwin_backend(), WMapAddWindowToWorkspace(), WMapIconify(), WMapRedrawName(), and WMapRestack().
| int winList::width |
Definition at line 26 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace(), WMapRedrawName(), and WMgrHandleButtonEvent().
| struct WorkSpace* winList::wlist |
Definition at line 23 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace(), and WMapRedrawName().
| int winList::x |
Definition at line 25 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace().
| int winList::y |
Definition at line 25 of file workspace_structs.h.
Referenced by WMapAddWindowToWorkspace().