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 tree model for the cell view. If no tree model is used nil is returned. If the cell view already has a tree model set, it will remove it before setting the new tree model. If model is nil, then it will unset the old model.
 

See also

2026-07-09