CellView.setFitModel
void setFitModel(bool fitModel)Sets whether cell_view should request space to fit the entire [gtk.tree_model.TreeModel].
This is used by [gtk.combo_box.ComboBox] to ensure that the cell view displayed on the combo box’s button always gets enough space and does not resize when selection changes.
Parameters
fitModel | whether cell_view should request space for the whole model. |