diff options
author | Camil Staps | 2019-10-28 20:38:48 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-28 20:38:48 +0100 |
commit | 3b20b6a7bc4c438032902246edbbc7aa4fb0f438 (patch) | |
tree | 790c2c41791e44aa77dbb15e4a6d9527580d966e /src/Gtk/Internal.dcl | |
parent | Cleanup clean_gtk_support.c (diff) |
Add GtkSeparatorMenuItem
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 d31a11f..3528628 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -102,6 +102,8 @@ 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_menu_item_new :: !.a -> (!Pointer, !.a) + gtk_separator_new :: !Bool !.a -> (!Pointer, !.a) gtk_spinner_new :: !.a -> (!Pointer, !.a) |