Lines Matching refs:WList
17 struct WList {
18 struct WList *next;
19 struct WList *prev;
20 struct WList *nextv; /* pointer to the next virtual Wlist C.L. */
42 struct WList *first; /* first window in the list */
43 struct WList *last; /* last window in the list */
44 struct WList *active; /* the active entry */
57 extern WList *DownIconManager;
66 WList *AddIconManager(TwmWindow *tmp_win);
67 void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win);
68 void RemoveFromIconManager(IconMgr *ip, WList *tmp);
70 void CurrentIconManagerEntry(WList *current);
71 void ActiveIconManager(WList *active);
72 void NotActiveIconManager(WList *active);
73 void DrawIconManagerBorder(WList *tmp, bool fill);