HomeSort by: relevance | last modified time | path
    Searched defs:IconMgr (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
iconmgr.h 7 * $XConsortium: iconmgr.h,v 1.11 89/12/10 17:47:02 jim Exp $
22 struct IconMgr *iconmgr; member in struct:WList
36 struct IconMgr {
37 struct IconMgr *next; ///< Next iconmgr in this workspace
38 struct IconMgr *prev; ///< Prev iconmgr in this workspace
39 struct IconMgr *lasti; ///< Last iconmgr in this workspac
    [all...]
types.h 20 /* From iconmgr.h */
22 typedef struct IconMgr IconMgr;
  /xsrc/external/mit/twm/dist/src/
iconmgr.h 43 struct IconMgr *iconmgr; member in struct:WList
55 typedef struct IconMgr {
56 struct IconMgr *next; /* pointer to the next icon manager */
57 struct IconMgr *prev; /* pointer to the previous icon mgr */
58 struct IconMgr *lasti; /* pointer to the last icon mgr */
71 } IconMgr;
79 extern IconMgr *AllocateIconManager(char *name, char *icon_name, char *geom,
86 extern void PackIconManager(IconMgr *ip);
88 extern void SortIconManager(IconMgr *ip)
    [all...]

Completed in 5 milliseconds