Package: gtk

Accessor gtk:selection-filter-model-model

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the model slot of the gtk:selection-filter-model class. The gtk:selection-filter-model-model function gets the model currently filtered or nil if none. The (setf gtk:selection-filter-model-model) function sets the model to be filtered.

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

2024-12-15