Searched refs:button_label_active (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/scripts/kconfig/lxdialog/ |
D | util.c | 25 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme() 56 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 86 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 116 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme() 166 init_one_color(&dlg.button_label_active); in init_dialog_colors() 417 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 424 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
|
D | dialog.h | 91 struct dialog_color button_label_active; member
|