diff options
| author | Ian C <ianc@noddybox.co.uk> | 2006-08-30 22:24:41 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2006-08-30 22:24:41 +0000 |
| commit | c1d4cc4739583f906b639daf3bd9384dd791530e (patch) | |
| tree | 27f471459ec61067210883ff21396d0bc14a7fdc /gtkutil.h | |
| parent | cb4cd60cbce11439b0e0529df20e671e5b49b6f1 (diff) | |
Development checkin
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 |
