Package: gtk

Accessor gtk:cell-view-model

Lambda List

gtk:cell-view-model (object)

Syntax

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

Arguments

object -- a gtk:cell-view object
model -- a gtk:tree-model object

Details

The accessor for the model slot gets or sets the model for the cell view. If no model is used nil is returned. If the cell view already has a model set, it will remove it before setting the new model. If model is nil, then it will unset the old model.

Warning

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

See also

2026-08-30