summaryrefslogtreecommitdiff
path: root/gtkutil.h
diff options
context:
space:
mode:
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