Home
last modified time | relevance | path

Searched refs:button_label_active (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c29 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme()
69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
138 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
189 init_one_color(&dlg.button_label_active); in init_dialog_colors()
444 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
451 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
H A Ddialog.h107 struct dialog_color button_label_active; member
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c42 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme()
82 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
116 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
151 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
202 init_one_color(&dlg.button_label_active); in init_dialog_colors()
457 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
464 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
H A Ddialog.h126 struct dialog_color button_label_active; member
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c30 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme()
70 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
104 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
139 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
190 init_one_color(&dlg.button_label_active); in init_dialog_colors()
445 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
452 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
H A Ddialog.h114 struct dialog_color button_label_active; member