Home | History | Annotate | Download | only in libmenu

Lines Matching defs:uchar

107 typedef unsigned char uchar;
119 uchar submenunum; // For submenu's
120 uchar checked; // For check boxes
121 uchar radiomenunum; // Item mapping to a radio menu
163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item
164 uchar index; // Index within the menu array
165 uchar parindex; // Index of the menu in which this item appears.
176 uchar numitems; // how many items do we actually have
177 uchar menuwidth;
178 uchar row, col; // Position where this menu should be displayed
179 uchar menuheight; // Maximum number of items to be displayed
200 uchar nummenus;
201 uchar normalattr[2]; // [0] is non-hlite attr, [1] is hlite attr
202 uchar reverseattr[2];
203 uchar inactattr[2];
204 uchar revinactattr[2];
205 uchar statusattr[2];
206 uchar fillchar;
207 uchar fillattr;
208 uchar spacechar;
209 uchar tfillchar;
210 uchar titleattr;
211 uchar shadowattr;
212 uchar statline;
213 uchar menupage;
224 pt_menuitem showmenus(uchar startmenu);
230 void set_normal_attr(uchar normal, uchar selected, uchar inactivenormal,
231 uchar inactiveselected);
233 void set_normal_hlite(uchar normal, uchar selected, uchar inactivenormal,
234 uchar inactiveselected);
236 void set_status_info(uchar statusattr, uchar statushlite, uchar statline);
238 void set_title_info(uchar tfillchar, uchar titleattr);
240 void set_misc_info(uchar fillchar, uchar fillattr, uchar spacechar,
241 uchar shadowattr);
243 void set_window_size(uchar top, uchar left, uchar bot, uchar right); // Set the window which menusystem should use
245 void set_menu_options(uchar maxmenuheight);
263 uchar find_menu_num(const char *name);
266 uchar add_menu(const char *title, int maxmenusize);
269 uchar add_named_menu(const char *name, const char *title, int maxmenusize);
271 void set_menu_pos(uchar row, uchar col); // Set the position of this menu.
275 const char *data, uchar itemdata);
278 void set_item_options(uchar shortcut, int helpid);
281 static inline void set_shortcut(uchar shortcut)