|
CTWM
|
#include <iconmgr.h>
Data Fields | |
| struct IconMgr * | next |
| Next iconmgr in this workspace. | |
| struct IconMgr * | prev |
| Prev iconmgr in this workspace. | |
| struct IconMgr * | lasti |
| Last iconmgr in this workspace. | |
| struct IconMgr * | nextv |
| Next workspace's icon manager head. | |
| struct WList * | first |
| struct WList * | last |
| struct WList * | active |
| TwmWindow * | twm_win |
| struct ScreenInfo * | scr |
| int | vScreen |
| Window | w |
| char * | geometry |
| char * | name |
| char * | icon_name |
| int | x |
| int | y |
| int | width |
| int | height |
| int | columns |
| int | cur_rows |
| int | cur_columns |
| int | count |
| struct WList* IconMgr::active |
Definition at line 44 of file iconmgr.h.
Referenced by JumpIconManager().
| int IconMgr::columns |
Definition at line 53 of file iconmgr.h.
Referenced by AllocateIconManager(), EndResize(), and PackIconManager().
| int IconMgr::count |
Definition at line 54 of file iconmgr.h.
Referenced by AddIconManager(), f_showiconmgr_impl(), and RemoveIconManager().
| int IconMgr::cur_columns |
Definition at line 53 of file iconmgr.h.
Referenced by EndResize(), MoveIconManager(), and PackIconManager().
| int IconMgr::cur_rows |
Definition at line 53 of file iconmgr.h.
Referenced by MoveIconManager(), and PackIconManager().
| struct WList* IconMgr::first |
Definition at line 42 of file iconmgr.h.
Referenced by GotoWorkSpace(), InsertInIconManager(), MoveIconManager(), MoveMappedIconManager(), PackIconManager(), RemoveFromIconManager(), and SortIconManager().
| char* IconMgr::geometry |
Definition at line 49 of file iconmgr.h.
Referenced by AllocateIconManager(), dump_iconmanager(), and PackIconManager().
| int IconMgr::height |
Definition at line 52 of file iconmgr.h.
Referenced by AddIconManager(), AllocateIconManager(), PackIconManager(), and SetupFrame().
| char* IconMgr::icon_name |
Definition at line 51 of file iconmgr.h.
Referenced by AllocateIconManager().
| struct WList* IconMgr::last |
Definition at line 43 of file iconmgr.h.
Referenced by InsertInIconManager(), MoveIconManager(), MoveMappedIconManager(), and RemoveFromIconManager().
| struct IconMgr* IconMgr::lasti |
Last iconmgr in this workspace.
Definition at line 39 of file iconmgr.h.
Referenced by AllocateOtherIconManagers(), and dump_iconmanager().
| char* IconMgr::name |
Definition at line 50 of file iconmgr.h.
Referenced by AllocateIconManager(), and dump_iconmanager().
| struct IconMgr* IconMgr::next |
Next iconmgr in this workspace.
Definition at line 37 of file iconmgr.h.
Referenced by AllocateOtherIconManagers(), CreateIconManagers(), dump_iconmanager(), f_showiconmgr_impl(), GotoWorkSpace(), GrabKeys(), and HideIconManager().
| struct IconMgr* IconMgr::nextv |
Next workspace's icon manager head.
Definition at line 40 of file iconmgr.h.
Referenced by AddIconManager(), AllocateOtherIconManagers(), and dump_iconmanager().
| struct IconMgr* IconMgr::prev |
Prev iconmgr in this workspace.
Definition at line 38 of file iconmgr.h.
Referenced by AllocateIconManager(), AllocateOtherIconManagers(), and dump_iconmanager().
| struct ScreenInfo* IconMgr::scr |
Definition at line 46 of file iconmgr.h.
Referenced by AllocateIconManager(), and JumpIconManager().
| TwmWindow* IconMgr::twm_win |
Definition at line 45 of file iconmgr.h.
Referenced by AddIconManager(), f_showiconmgr_impl(), f_warptoiconmgr_impl(), GotoWorkSpace(), GrabKeys(), HideIconManager(), JumpIconManager(), MoveIconManager(), MoveMappedIconManager(), PackIconManager(), and RemoveIconManager().
| Window IconMgr::w |
Definition at line 48 of file iconmgr.h.
Referenced by AddIconManager(), JumpIconManager(), and PackIconManager().
| int IconMgr::width |
Definition at line 52 of file iconmgr.h.
Referenced by AllocateIconManager(), EndResize(), PackIconManager(), and SetupFrame().