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

The accessor for the fit-model slot of the gtk:cell-view class gets or sets whether the cell view is configured to request space to fit the entire gtk:tree-model object. 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

2025-09-26