Method
GtkEntryCompletionset_model
Declaration [src]
void
gtk_entry_completion_set_model (
GtkEntryCompletion* completion,
GtkTreeModel* model
)
Description [src]
Sets the model for a GtkEntryCompletion
.
If completion
already has a model set, it will remove it
before setting the new model. If model is NULL
, then it
will unset the model.
Sets property | Gtk.EntryCompletion:model |
Parameters
model |
GtkTreeModel |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |