diff options
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r-- | src/Gtk/Internal.dcl | 7 |
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 |