Lines Matching defs:dialog_info
79 struct dialog_info { struct
80 const char *backtitle;
81 struct subtitle_list *subtitles;
82 struct dialog_color screen;
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;
91 struct dialog_color button_label_active;
92 struct dialog_color button_label_inactive;
116 extern struct dialog_info dlg; argument