Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c36 dlg.button_inactive.atr = A_DIM; in set_mono_theme()
76 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
110 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
196 init_one_color(&dlg.button_inactive); in init_dialog_colors()
397 : dlg.button_inactive.atr); in print_button()
412 : dlg.button_inactive.atr); in print_button()
H A Ddialog.h117 struct dialog_color button_inactive; member