Package: gtk

Accessor gtk:cell-view-fit-model

Lambda List

gtk:cell-view-fit-model (object)

Syntax

(gtk:cell-view-fit-model object) => setting
(setf (gtk:cell-view-fit-model object) setting)

Arguments

object -- a gtk:cell-view object
setting -- whether the cell view should request space for the whole model

Details

Accessor of the fit-model slot of the gtk:cell-view class. The gtk:cell-view-fit-model function gets whether the cell view is configured to request space to fit the entire gtk:tree-model object. The (setf gtk:cell-view-fit-model) function sets the property.

This is used by gtk:combo-box widgets to ensure that the cell view displayed on the combo box's button always gets enough space and does not resize when selection changes.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-5-20