Handbook
Glossary
gtk_entry_completion_set_model ( entry_completion model -- )
Vocabulary
gtk2
.
ffi
Inputs
entry_completion
an
object
model
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_entry_completion_set_model
( GtkEntryCompletion* entry_completion, GtkTreeModel* model
)