Package: gtk

Accessor gtk:multi-selection-model

Lambda List

gtk:multi-selection-model (object)

Syntax

(gtk:multi-selection-model object) => model
(setf (gtk:multi-selection-model object) model)

Arguments

object -- a gtk:multi-selection object
model -- a g:list-model object to wrap

Details

Accessor of the model slot of the gtk:multi-selection class. The gtk:multi-selection-model function returns the underlying model of object. The (setf gtk:multi-selection-model) function sets the model that object should wrap. If model is nil, object will be empty.
 

See also

2024-12-2