diff options
author | Camil Staps | 2019-10-24 08:56:51 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-24 08:56:51 +0200 |
commit | 562189dc3e0a31d630ab1cd147c1d06093a96876 (patch) | |
tree | b89a26d97ccf466e4bcb29cd186a728d85877db5 /src/Gtk/Internal.dcl | |
parent | Add set{Column,Row}Titles convenience functions for GtkSheet (diff) |
Add GtkWrapMode for GtkTextView
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r-- | src/Gtk/Internal.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/Internal.dcl b/src/Gtk/Internal.dcl index fd0bbf5..94c9bc1 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -73,6 +73,7 @@ gtk_text_buffer_set_text :: !Pointer !String !Int !.a -> .a gtk_text_view_new :: !.a -> (!Pointer, !.a) gtk_text_view_get_buffer :: !Pointer -> Pointer gtk_text_view_set_editable :: !Pointer !Bool !.a -> .a +gtk_text_view_set_wrap_mode :: !Pointer !Int !.a -> .a gtk_widget_destroy :: !Pointer !.a -> .a gtk_widget_get_screen :: !Pointer !.a -> (!Pointer, !.a) |