Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/lxdialog/
Ddialog.h102 struct dialog_color { struct
117 struct dialog_color screen; argument
118 struct dialog_color shadow;
119 struct dialog_color dialog;
120 struct dialog_color title;
121 struct dialog_color border;
122 struct dialog_color button_active;
123 struct dialog_color button_inactive;
124 struct dialog_color button_key_active;
125 struct dialog_color button_key_inactive;
[all …]
Dutil.c179 static void init_one_color(struct dialog_color *color) in init_one_color()