Lines Matching defs:dialog_info
108 struct dialog_info { struct
109 const char *backtitle;
110 struct subtitle_list *subtitles;
111 struct dialog_color screen;
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;
120 struct dialog_color button_label_active;
121 struct dialog_color button_label_inactive;
145 extern struct dialog_info dlg; argument