Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c31 dlg.button_label_inactive.atr = A_NORMAL; in set_mono_theme()
71 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
105 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
191 init_one_color(&dlg.button_label_inactive); in init_dialog_colors()
446 : dlg.button_label_inactive.atr); in print_button()
453 : dlg.button_label_inactive.atr); in print_button()
H A Ddialog.h115 struct dialog_color button_label_inactive; member