GtkComboBox::set_model
model : A gtk.TreeModel.
The set_model() method sets the model used by the combo box to the value specified by model. The "model" property will also be set to the value of model. A previously set model will be unset. If model is null or not specified, the old model will be unset.
See also: get_model()