Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Dutil.c37 dlg.button_label_active.atr = A_REVERSE; in set_mono_theme()
77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
111 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
146 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
197 init_one_color(&dlg.button_label_active); in init_dialog_colors()
386 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
393 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
Ddialog.h114 struct dialog_color button_label_active; member