Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Dutil.c38 dlg.button_active.atr = A_REVERSE; in set_mono_theme()
78 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
112 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
198 init_one_color(&dlg.button_active); in init_dialog_colors()
452 wattrset(win, selected ? dlg.button_active.atr in print_button()
467 wattrset(win, selected ? dlg.button_active.atr in print_button()
Ddialog.h122 struct dialog_color button_active; member