Searched defs:dialog_info (Results 1 – 1 of 1) sorted by relevance
95 struct dialog_info { struct96 const char *backtitle;97 struct subtitle_list *subtitles;98 struct dialog_color screen;99 struct dialog_color shadow;100 struct dialog_color dialog;101 struct dialog_color title;102 struct dialog_color border;103 struct dialog_color button_active;104 struct dialog_color button_inactive;[all …]