Home
last modified time | relevance | path

Searched refs:button_key_inactive (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/scripts/kconfig/lxdialog/
Dutil.c24 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme()
55 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
165 init_one_color(&dlg.button_key_inactive); in init_dialog_colors()
422 : dlg.button_key_inactive.atr); in print_button()
Ddialog.h90 struct dialog_color button_key_inactive; member