diff options
author | Camil Staps | 2019-10-29 19:39:13 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-29 22:19:53 +0100 |
commit | 8e4c06ed5e4572d7e9c1655b1d3442d4467f2997 (patch) | |
tree | d1088d8536e7e55d2bca1c5a0a0d46a58ed105f7 /src/Gtk/Internal.dcl | |
parent | Add functions to set/check row visibility of GtkSheets (diff) |
Add GtkSearchEntry
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 7a70d85..2122531 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -106,6 +106,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_search_entry_new :: !.a -> (!Pointer, !.a) + gtk_separator_menu_item_new :: !.a -> (!Pointer, !.a) gtk_separator_new :: !Bool !.a -> (!Pointer, !.a) |