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

  /xsrc/external/mit/ctwm/dist/
types.h 15 typedef struct MenuRoot MenuRoot;
menus.h 36 * MenuRoot.mapped - current/past state.
51 struct MenuRoot *sub; /* MenuRoot of a pull right menu */
52 struct MenuRoot *root; /* back pointer to my MenuRoot */
66 struct MenuRoot {
71 struct MenuRoot *prev; /* previous root menu if pull right */
72 struct MenuRoot *next; /* next in list of root menus */
86 struct MenuRoot *pmenu; /* the associated pinned menu */
93 MenuRoot *menu; /* menu if func is F_MENU *
    [all...]
  /xsrc/external/mit/twm/dist/src/
menus.h 73 struct MenuRoot *sub; /* MenuRoot of a pull right menu */
74 struct MenuRoot *root; /* back pointer to my MenuRoot */
89 typedef struct MenuRoot {
92 struct MenuRoot *prev; /* previous root menu if pull right */
93 struct MenuRoot *next; /* next in list of root menus */
106 } MenuRoot;
108 #define NEVER_MAPPED 0 /* constants for mapped field of MenuRoot */
115 MenuRoot *menu; /* menu if func is F_MENU *
    [all...]

Completed in 7 milliseconds