summaryrefslogtreecommitdiff
path: root/src/Gtk/Internal.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-30 19:45:59 +0100
committerCamil Staps2019-10-30 19:45:59 +0100
commit6eb82f6660f402f64049c0aa8dab6734b05dbf43 (patch)
treea551643e81d7d93b326e1e4f5aeea779a09d18d8 /src/Gtk/Internal.dcl
parentExport all derived strictness (diff)
Add GtkEntryCompletion
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r--src/Gtk/Internal.dcl7
1 files changed, 7 insertions, 0 deletions
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