Searched refs:menubox (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | POTFILES.in | 3 scripts/kconfig/lxdialog/menubox.c
|
| H A D | Makefile | 194 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 28 wattrset(win, dlg.menubox.atr); in print_item() 63 wattrset(win, dlg.menubox.atr); in print_arrows() 165 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_checklist()
|
| H A D | menubox.c | 65 wattrset(win, dlg.menubox.atr); in do_print_item() 113 wattrset(win, dlg.menubox.atr); in print_arrows() 228 dlg.menubox_border.atr, dlg.menubox.atr); in dialog_menu()
|
| H A D | util.c | 38 dlg.menubox.atr = A_NORMAL; in set_mono_theme() 78 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 116 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 198 init_one_color(&dlg.menubox); in init_dialog_colors()
|
| H A D | dialog.h | 122 struct dialog_color menubox; member
|