aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-02 11:30:24 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-02 11:30:24 +0000
commit395bb2190150d7ca94b72877e26c6a45a9aeda57 (patch)
treeb006fa5b6ff31677fd87cb4e40777528a2a870ea /gtk/ui_util.h
parentf516cf141fee24a98bfed082c438d07585c4f478 (diff)
From Nathan Jennings: add a preference that supplies a prefix for window
titles. svn path=/trunk/; revision=12657
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__ */