aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ui_util.h')
-rw-r--r--gtk/ui_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/ui_util.h b/gtk/ui_util.h
index de970b1b77..a421a1782c 100644
--- a/gtk/ui_util.h
+++ b/gtk/ui_util.h
@@ -297,4 +297,12 @@ extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm
*/
extern void copy_to_clipboard(GString *str);
+/** Create a new window title that includes user-defined preference string.
+ *
+ * @param caption string you want included in title (appended to user-defined string)
+ * @return a newly created title string including user-defined preference (if specified)
+ */
+extern gchar *create_user_window_title(gchar *caption);
+
+
#endif /* __GTKGUIUI_UTIL_H__ */