Package: gtk

Accessor gtk:column-view-model

Lambda List

gtk:column-view-model (object)

Syntax

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

Arguments

object -- a gtk:column-view object
model -- a gtk:selection-model object to use, or nil for none

Details

Accessor of the model slot of the gtk:column-view class. The gtk:column-view-model function gets the model that is currently used to read the items displayed. The (setf gtk:column-view-model) function sets the model to use. This must be a gtk:selection-model object.
 

See also

2024-11-28