Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/lxdialog/ !
Ddialog.h67 struct dialog_color { struct
82 struct dialog_color screen; argument
83 struct dialog_color shadow;
84 struct dialog_color dialog;
85 struct dialog_color title;
86 struct dialog_color border;
87 struct dialog_color button_active;
88 struct dialog_color button_inactive;
89 struct dialog_color button_key_active;
90 struct dialog_color button_key_inactive;
[all …]
Dutil.c166 static void init_one_color(struct dialog_color *color) in init_one_color()