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 |
Definition at line 44 of file iconmgr.h.
Referenced by ActiveIconManager().
int IconMgr::count |
Definition at line 54 of file iconmgr.h.
Referenced by f_showiconmgr_impl().
Definition at line 42 of file iconmgr.h.
Referenced by GotoWorkSpace(), and MoveIconManager().
Next iconmgr in this workspace.
Definition at line 37 of file iconmgr.h.
Referenced by CreateIconManagers(), f_showiconmgr_impl(), GotoWorkSpace(), and HideIconManager().
Next workspace's icon manager head.
Definition at line 40 of file iconmgr.h.
Referenced by AddIconManager(), and RemoveIconManager().
struct ScreenInfo* IconMgr::scr |
TwmWindow* IconMgr::twm_win |
Definition at line 45 of file iconmgr.h.
Referenced by f_showiconmgr_impl(), GotoWorkSpace(), HandleButtonPress(), HandleEnterNotify(), and HideIconManager().