14#ifndef _CTWM_ICONMGR_H
15#define _CTWM_ICONMGR_H
83#define ICON_MGR_IBORDER 3
85#define ICON_MGR_OBORDER \
86 (Scr->use3Diconmanagers ? Scr->IconManagerShadowDepth : 2)
void NotActiveIconManager(WList *active)
void JumpIconManager(int dir)
void PackIconManagers(void)
IconMgr * AllocateIconManager(char *name, char *geom, char *icon_name, int columns)
void AllocateOtherIconManagers(void)
void MoveIconManager(int dir)
void DrawIconManagerBorder(WList *tmp, bool fill)
void CreateIconManagers(void)
void RemoveIconManager(TwmWindow *tmp_win)
void ActiveIconManager(WList *active)
void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win)
void RemoveFromIconManager(IconMgr *ip, WList *tmp)
void dump_iconmanager(IconMgr *mgr, char *label)
void ShowIconifiedIcon(TwmWindow *tmp_win)
void CurrentIconManagerEntry(WList *current)
void DrawIconManagerIconName(TwmWindow *tmp_win)
void SortIconManager(IconMgr *ip)
WList * AddIconManager(TwmWindow *tmp_win)
void MoveMappedIconManager(int dir)
void PackIconManager(IconMgr *ip)
struct IconMgr * nextv
Next workspace's icon manager head.
struct IconMgr * prev
Prev iconmgr in this workspace.
struct IconMgr * lasti
Last iconmgr in this workspace.
struct IconMgr * next
Next iconmgr in this workspace.
Info and control for each X Screen we control.
Info and control for every X Window we take over.