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

The accessor for the model slot of the gtk:sort-list-model class gets or sets the model to be sorted. Returns nil if none. The item type of model must conform to the item type of object.
 

See also

2025-08-17