|
CTWM
|
#include <workspace_structs.h>
Data Fields | |
| int | number |
| char * | name |
| char * | label |
| Image * | image |
| name_list * | clientlist |
| IconMgr * | iconmgr |
| ColorPair | cp |
| ColorPair | backcp |
| TwmWindow * | save_focus |
| struct WindowRegion * | FirstWindowRegion |
| struct WorkSpace * | next |
Definition at line 64 of file workspace_structs.h.
| ColorPair WorkSpace::backcp |
Definition at line 72 of file workspace_structs.h.
| name_list* WorkSpace::clientlist |
Definition at line 69 of file workspace_structs.h.
| ColorPair WorkSpace::cp |
Definition at line 71 of file workspace_structs.h.
| struct WindowRegion* WorkSpace::FirstWindowRegion |
Definition at line 74 of file workspace_structs.h.
Referenced by CreateWindowRegions(), findWindowEntry(), and PlaceWindowInRegion().
| IconMgr* WorkSpace::iconmgr |
Definition at line 70 of file workspace_structs.h.
Referenced by AllocateOtherIconManagers(), f_showiconmgr_impl(), and HideIconManager().
| Image* WorkSpace::image |
Definition at line 68 of file workspace_structs.h.
Referenced by AnimateRoot().
| char* WorkSpace::label |
Definition at line 67 of file workspace_structs.h.
| char* WorkSpace::name |
Definition at line 66 of file workspace_structs.h.
Referenced by CtwmSetVScreenMap(), GetCurrentWorkSpaceName(), HandleButtonRelease(), and MakeWorkspacesMenu().
Definition at line 75 of file workspace_structs.h.
Referenced by AddWorkSpace(), ConfigureWorkSpaceManager(), CreateWindowRegions(), f_showiconmgr_impl(), GotoNextWorkSpace(), GotoPrevWorkSpace(), HideIconManager(), MakeWorkspacesMenu(), MoveToNextWorkSpace(), MoveToPrevWorkSpace(), PlaceWindowInRegion(), RemoveWindowFromRegion(), and WarpToWindow().
| int WorkSpace::number |
Definition at line 65 of file workspace_structs.h.
Referenced by EwmhClientMessage_NET_WM_DESKTOP(), GetMaskFromResource(), GotoDownWorkSpace(), GotoLeftWorkSpace(), GotoRightWorkSpace(), GotoUpWorkSpace(), SetupOccupation(), WMgrAddToCurrentWorkSpaceAndWarp(), and WmgrRedoOccupation().
| TwmWindow* WorkSpace::save_focus |
Definition at line 73 of file workspace_structs.h.
Referenced by HandleDestroyNotify().