diff options
author | Camil Staps | 2019-10-25 08:49:23 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-25 08:49:23 +0200 |
commit | a4311ae9c4bde85a060d918e33991dba50915f6c (patch) | |
tree | d7ebaae42ffa964b2b8060dc7b5c8dba6999dd55 /src/Gtk/Internal.dcl | |
parent | Add GtkCheckMenuItem (diff) |
Add hide function for widgets and ptr instances for GtkFrame and GtkTextBuffer
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 b73b843..8cadd66 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -86,6 +86,7 @@ gtk_text_view_set_wrap_mode :: !Pointer !Int !.a -> .a gtk_widget_destroy :: !Pointer !.a -> .a gtk_widget_get_screen :: !Pointer !.a -> (!Pointer, !.a) gtk_widget_get_style_context :: !Pointer !.a -> (!Pointer, !.a) +gtk_widget_hide :: !Pointer !.a -> .a gtk_widget_set_margin_bottom :: !Pointer !Int !.a -> .a gtk_widget_set_margin_left :: !Pointer !Int !.a -> .a gtk_widget_set_margin_right :: !Pointer !Int !.a -> .a |