Searched refs:menubox (Results 1 - 4 of 4) sorted by relevance
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 36 wattrset(win, dlg.menubox.atr); in print_item() 69 wattrset(win, dlg.menubox.atr); in print_arrows() 171 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_checklist()
|
H A D | util.c | 45 dlg.menubox.atr = A_NORMAL; in set_mono_theme() 85 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 123 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 205 init_one_color(&dlg.menubox); in init_dialog_colors()
|
H A D | menubox.c | 2 * menubox.c -- implements the menu box 77 wattrset(win, dlg.menubox.atr); in do_print_item() 125 wattrset(win, dlg.menubox.atr); in print_arrows() 238 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_menu()
|
H A D | dialog.h | 122 struct dialog_color menubox; member 146 /* item list as used by checklist and menubox */ 162 void *data; /* pointer to menu item - used by menubox+checklist */
|
Completed in 5 milliseconds