Lines Matching defs:dialog_info
103 struct dialog_info { struct
104 const char *backtitle;
105 struct dialog_color screen;
106 struct dialog_color shadow;
107 struct dialog_color dialog;
108 struct dialog_color title;
109 struct dialog_color border;
110 struct dialog_color button_active;
111 struct dialog_color button_inactive;
112 struct dialog_color button_key_active;
113 struct dialog_color button_key_inactive;
114 struct dialog_color button_label_active;
115 struct dialog_color button_label_inactive;
139 extern struct dialog_info dlg; argument