diff options
Diffstat (limited to 'gtkutil.h')
-rw-r--r-- | gtkutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |