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

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