diff options
author | Camil Staps | 2019-10-21 10:25:42 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-21 10:25:42 +0200 |
commit | 5ac34f1598d71e27bf82840c8643f1e808d3e6b2 (patch) | |
tree | 47befd9457943e635b8f728aa7b3b7b828fe8045 /src/Gtk/Internal.dcl | |
parent | Add appWorld and accWorld (diff) |
Add GtkScrolledWindow
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r-- | src/Gtk/Internal.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gtk/Internal.dcl b/src/Gtk/Internal.dcl index d3821f7..1b24e94 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -35,6 +35,8 @@ gtk_paned_pack1 :: !Pointer !Pointer !Bool !Bool !.a -> .a 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_style_context_add_class :: !Pointer !String !.a -> .a gtk_style_context_add_provider :: !Pointer !Pointer !Int !.a -> .a gtk_style_context_add_provider_for_screen :: !Pointer !Pointer !Int !.a -> .a |