Searched refs:button_active (Results 1 – 4 of 4) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 33 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 73 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 193 init_one_color(&dlg.button_active); in init_dialog_colors() 381 wattrset(win, selected ? dlg.button_active.atr in print_button() 396 wattrset(win, selected ? dlg.button_active.atr in print_button()
|
D | dialog.h | 110 struct dialog_color button_active; member
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 25 dlg.button_active.atr = A_REVERSE; in set_mono_theme() 65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 185 init_one_color(&dlg.button_active); in init_dialog_colors() 439 wattrset(win, selected ? dlg.button_active.atr in print_button() 454 wattrset(win, selected ? dlg.button_active.atr in print_button()
|
D | dialog.h | 109 struct dialog_color button_active; member
|