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(), and NotActiveIconManager().
int WList::col |
Definition at line 26 of file iconmgr.h.
Referenced by MoveIconManager().
ColorPair WList::cp |
Definition at line 28 of file iconmgr.h.
Referenced by DrawIconManagerIconName(), and ShowIconifiedIcon().
bool WList::down |
Definition at line 33 of file iconmgr.h.
Referenced by HandleButtonPress(), and HandleButtonRelease().
Window WList::icon |
Definition at line 24 of file iconmgr.h.
Referenced by HandleButtonPress(), HandleExpose(), HandleKeyPress(), Iconify(), ReMapOne(), and ShowIconifiedIcon().
Pixmap WList::iconifypm |
Definition at line 30 of file iconmgr.h.
Referenced by ShowIconifiedIcon().
Definition at line 22 of file iconmgr.h.
Referenced by ActiveIconManager(), GotoWorkSpace(), HandleButtonPress(), HandleEnterNotify(), JumpIconManager(), MoveIconManager(), MoveMappedIconManager(), RedoIconName(), RemoveIconManager(), and SortIconManager().
Definition at line 18 of file iconmgr.h.
Referenced by MoveIconManager().
Definition at line 20 of file iconmgr.h.
Referenced by GotoWorkSpace(), Iconify(), and ReMapOne().
Definition at line 19 of file iconmgr.h.
Referenced by InsertInIconManager(), and MoveIconManager().
int WList::row |
Definition at line 26 of file iconmgr.h.
Referenced by MoveIconManager().
Window WList::w |
Definition at line 23 of file iconmgr.h.
Referenced by DrawIconManagerIconName(), HandleButtonPress(), HandleEnterNotify(), HandleExpose(), HandleKeyPress(), HandleLeaveNotify(), and RedoIconName().
int WList::width |
Definition at line 25 of file iconmgr.h.
Referenced by PackIconManager().