Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Ddialog.h102 struct dialog_color { struct
111 struct dialog_color screen; argument
112 struct dialog_color shadow;
113 struct dialog_color dialog;
114 struct dialog_color title;
115 struct dialog_color border;
116 struct dialog_color button_active;
117 struct dialog_color button_inactive;
118 struct dialog_color button_key_active;
119 struct dialog_color button_key_inactive;
[all …]
H A Dutil.c176 static void init_one_color(struct dialog_color *color) in init_one_color()