diff options
author | Camil Staps | 2019-10-27 14:41:08 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-27 14:41:08 +0100 |
commit | 7afd5796929601b10d52fc024b3cfd9ed64f25af (patch) | |
tree | de6c6f6e04a666e2a26a50d75dbff2f711b7ace3 /src/Gtk/Internal.dcl | |
parent | Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin... (diff) |
Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolicy, GtkScrollbarPolicy)
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 50fda0d..e7ac6d5 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -68,6 +68,7 @@ gtk_paned_pack2 :: !Pointer !Pointer !Bool !Bool !.a -> .a gtk_paned_set_wide_handle :: !Pointer !Bool !.a -> .a gtk_scrolled_window_new :: !Pointer !Pointer !.a -> (!Pointer, !.a) +gtk_scrolled_window_set_policy :: !Pointer !Int !Int !.a -> .a gtk_separator_new :: !Bool !.a -> (!Pointer, !.a) |