Lines Matching defs:dialog_info
114 struct dialog_info { struct
115 const char *backtitle;
116 struct subtitle_list *subtitles;
117 struct dialog_color screen;
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;
126 struct dialog_color button_label_active;
127 struct dialog_color button_label_inactive;
151 extern struct dialog_info dlg; argument