|
CTWM
|
#include <iconmgr.h>
Data Fields | |
| struct WList * | next |
| struct WList * | prev |
| struct WList * | nextv |
| struct TwmWindow * | twm |
| struct IconMgr * | iconmgr |
| Window | w |
| Window | icon |
| int | x |
| int | y |
| int | width |
| int | height |
| int | row |
| int | col |
| int | me |
| ColorPair | cp |
| Pixel | highlight |
| Pixmap | iconifypm |
| unsigned | top |
| unsigned | bottom |
| bool | active |
| bool | down |
| bool WList::active |
Definition at line 32 of file iconmgr.h.
Referenced by ActiveIconManager(), DrawIconManagerBorder(), and NotActiveIconManager().
| int WList::col |
Definition at line 26 of file iconmgr.h.
Referenced by MoveIconManager(), and PackIconManager().
| ColorPair WList::cp |
Definition at line 28 of file iconmgr.h.
Referenced by AddIconManager(), DrawIconManagerBorder(), DrawIconManagerIconName(), and ShowIconifiedIcon().
| int WList::height |
Definition at line 25 of file iconmgr.h.
Referenced by AddIconManager(), DrawIconManagerBorder(), and PackIconManager().
| Pixel WList::highlight |
Definition at line 29 of file iconmgr.h.
Referenced by AddIconManager(), and DrawIconManagerBorder().
| Window WList::icon |
Definition at line 24 of file iconmgr.h.
Referenced by AddIconManager(), f_warptoiconmgr_impl(), HandleExpose(), Iconify(), JumpIconManager(), MoveIconManager(), MoveMappedIconManager(), PackIconManager(), ReMapOne(), RemoveIconManager(), ShowIconifiedIcon(), and UnmapTransients().
| Pixmap WList::iconifypm |
Definition at line 30 of file iconmgr.h.
Referenced by AddIconManager(), and ShowIconifiedIcon().
| struct IconMgr* WList::iconmgr |
Definition at line 22 of file iconmgr.h.
Referenced by AddIconManager(), f_warptoiconmgr_impl(), GotoWorkSpace(), RedoIconName(), and RemoveIconManager().
| int WList::me |
Definition at line 27 of file iconmgr.h.
Referenced by AddIconManager(), and PackIconManager().
| struct WList* WList::next |
Definition at line 18 of file iconmgr.h.
Referenced by InsertInIconManager(), MoveIconManager(), MoveMappedIconManager(), PackIconManager(), RemoveFromIconManager(), and SortIconManager().
| struct WList* WList::nextv |
Definition at line 20 of file iconmgr.h.
Referenced by AddIconManager(), GotoWorkSpace(), Iconify(), ReMapOne(), and RemoveIconManager().
| struct WList* WList::prev |
Definition at line 19 of file iconmgr.h.
Referenced by InsertInIconManager(), MoveMappedIconManager(), and RemoveFromIconManager().
| int WList::row |
Definition at line 26 of file iconmgr.h.
Referenced by MoveIconManager(), and PackIconManager().
| struct TwmWindow* WList::twm |
Definition at line 21 of file iconmgr.h.
Referenced by AddIconManager(), InsertInIconManager(), MoveIconManager(), MoveMappedIconManager(), and SortIconManager().
| Window WList::w |
Definition at line 23 of file iconmgr.h.
Referenced by AddIconManager(), DrawIconManagerBorder(), DrawIconManagerIconName(), HandleExpose(), PackIconManager(), RedoIconName(), and RemoveIconManager().
| int WList::width |
Definition at line 25 of file iconmgr.h.
Referenced by AddIconManager(), DrawIconManagerBorder(), and PackIconManager().
| int WList::x |
Definition at line 25 of file iconmgr.h.
Referenced by AddIconManager(), and PackIconManager().
| int WList::y |
Definition at line 25 of file iconmgr.h.
Referenced by AddIconManager(), and PackIconManager().