Lines Matching refs:menu
65 #define TWM_ROOT "bLoB_GoOp" /* my private root menu */
66 #define TWM_WINDOWS "TwmWindows" /* for f.menu "TwmWindows" */
71 struct MenuItem *next; /* next menu item */
72 struct MenuItem *prev; /* prev menu item */
73 struct MenuRoot *sub; /* MenuRoot of a pull right menu */
81 short item_num; /* item number of this menu */
90 struct MenuItem *first; /* first item in menu */
91 struct MenuItem *last; /* last item in menu */
92 struct MenuRoot *prev; /* previous root menu if pull right */
95 Window w; /* the window of the menu */
100 short height; /* height of the menu */
101 short width; /* width of the menu */
102 short items; /* number of items in the menu */
105 short real_menu; /* this is a real menu */
115 MenuRoot *menu; /* menu if func is F_MENU */
174 extern MenuItem *AddToMenu(MenuRoot *menu, const char *item, const char *action,
178 extern Bool PopUpMenu(MenuRoot *menu, int x, int y, Bool center);