Package: gtk

Accessor gtk:single-selection-model

Lambda List

gtk:single-selection-model (object)

Syntax

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

Arguments

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

Details

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

See also

2023-9-6