From 6eb82f6660f402f64049c0aa8dab6734b05dbf43 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 30 Oct 2019 19:45:59 +0100 Subject: Add GtkEntryCompletion --- src/Gtk/Internal.dcl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Gtk/Internal.dcl') diff --git a/src/Gtk/Internal.dcl b/src/Gtk/Internal.dcl index 6d2e489..4e4fc96 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -46,8 +46,15 @@ gtk_dialog_set_modal :: !Pointer !Bool !.a -> .a gtk_entry_get_text :: !Pointer !.a -> (!String, !.a) gtk_entry_new :: !.a -> (!Pointer, !.a) +gtk_entry_set_completion :: !Pointer !Pointer !.a -> .a gtk_entry_set_text :: !Pointer !String !.a -> .a +gtk_entry_completion_new :: !.a -> (!Pointer, !.a) +gtk_entry_completion_set_inline_completion :: !Pointer !Bool !.a -> .a +gtk_entry_completion_set_inline_selection :: !Pointer !Bool !.a -> .a +gtk_entry_completion_set_model :: !Pointer !Pointer !.a -> .a +gtk_entry_completion_set_text_column :: !Pointer !Int !.a -> .a + gtk_events_pending :: !.a -> (!Bool, !.a) gtk_file_chooser_add_filter :: !Pointer !Pointer !.a -> .a -- cgit v1.2.3