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

The accessor for the model slot gets or sets the model that is used to read the items displayed. This must be a gtk:selection-model object.
 

See also

2026-08-20