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

Accessor of the model slot of the gtk-cell-view class.

The slot access function gtk-cell-view-model returns the model for the cell view. If no model is used nil is returned. The slot access function (setf gtk-cell-view-model) sets the model. 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.
 

See also

2021-5-4