Home
last modified time | relevance | path

Searched refs:button_active (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c25 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()
H A Ddialog.h109 struct dialog_color button_active; member
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c25 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()
H A Ddialog.h87 struct dialog_color button_active; member