Last updated: Tue, 22 May 2012 view this page in English
GtkEntryCompletion::set_model
void set_model(GtkTreeModel model);
Sets the GtkTreeModel specified by model
to be used with the GtkEntryCompletion. A previously
set_model()
will be removed before the new model is set. If model is NULL
or not specified, the old model will be unset.