Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c26 dlg.button_inactive.atr = A_DIM; in set_mono_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
100 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
186 init_one_color(&dlg.button_inactive); in init_dialog_colors()
440 : dlg.button_inactive.atr); in print_button()
455 : dlg.button_inactive.atr); in print_button()
H A Ddialog.h110 struct dialog_color button_inactive; member
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c26 dlg.button_inactive.atr = A_DIM; in set_mono_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
100 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
186 init_one_color(&dlg.button_inactive); in init_dialog_colors()
440 : dlg.button_inactive.atr); in print_button()
455 : dlg.button_inactive.atr); in print_button()
H A Ddialog.h88 struct dialog_color button_inactive; member