Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Dutil.c35 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
75 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
109 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
145 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
195 init_one_color(&dlg.button_key_active); in init_dialog_colors()
390 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
Ddialog.h112 struct dialog_color button_key_active; member