Package: gtk

Accessor gtk:filter-list-model-model

Lambda List

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

Syntax

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

Arguments

object -- a gtk:filter-list-model object
model -- a g:list-model object that gets filtered

Details

The accessor for the model slot of the gtk:filter-list-model class gets or sets the model to be filtered. Returns nil if none.

Note that GTK makes no effort to ensure that model conforms to the item type of object. It assumes that the caller knows what they are doing and have set up an appropriate filter to ensure that item types match.
 

See also

2025-08-17