diff options
author | Camil Staps | 2019-10-22 21:55:49 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-22 21:58:18 +0200 |
commit | 4361daded9afcd93addf8222f4b6fa9b42de1c97 (patch) | |
tree | 92a7e5535d9b89a27dc331d5cc64fc0171ff8683 /src/Gtk/Widgets.dcl | |
parent | Add custom GtkM state monad with a bind that does not grow the stack (diff) |
Add setText for TextBuffer
Diffstat (limited to 'src/Gtk/Widgets.dcl')
-rw-r--r-- | src/Gtk/Widgets.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/Widgets.dcl b/src/Gtk/Widgets.dcl index b6d6619..0335874 100644 --- a/src/Gtk/Widgets.dcl +++ b/src/Gtk/Widgets.dcl @@ -94,6 +94,7 @@ newScrolledWindow :: GtkM GtkScrolledWindow :: GtkTextBuffer insertAtCursor :: !String !GtkTextBuffer -> GtkM () +setText :: !String !GtkTextBuffer -> GtkM () :: GtkTextView instance gtkWidget GtkTextView |