Package: gtk

Accessor gtk:sort-list-model-model

Lambda List

gtk:sort-list-model-model (object)

Syntax

(gtk:sort-list-model-model object) => model
(setf (gtk:sort-list-model-model object) model)

Arguments

object -- a gtk:sort-list-model object
model -- a g:list-model object to be sorted

Details

Accessor of the model slot of the gtk:sort-list-model class. The gtk:sort-list-model-model function gets the model currently sorted or nil if none. The (setf gtk:sort-list-model-model) function sets the model to be sorted. The item type of model must conform to the item type of object.
 

See also

2024-12-15