summaryrefslogtreecommitdiff
path: root/gtkutil.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-08-30 22:24:41 +0000
committerIan C <ianc@noddybox.co.uk>2006-08-30 22:24:41 +0000
commitc1d4cc4739583f906b639daf3bd9384dd791530e (patch)
tree27f471459ec61067210883ff21396d0bc14a7fdc /gtkutil.h
parentcb4cd60cbce11439b0e0529df20e671e5b49b6f1 (diff)
Development checkin
Diffstat (limited to 'gtkutil.h')
-rw-r--r--gtkutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtkutil.h b/gtkutil.h
index 0385a5e..46717d2 100644
--- a/gtkutil.h
+++ b/gtkutil.h
@@ -55,6 +55,10 @@ int DialogYesNo(const char *format, ...);
*/
int DialogFSelect(const char *title, char path[]);
+/* Append text to a text view
+*/
+void AppendText(GtkWidget *w, const char *text);
+
#endif