Package: gtk

Accessor gtk:slice-list-model-model

Lambda List

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

Syntax

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

Arguments

object -- a gtk:slice-list-model object
model -- a g:list-model object to be sliced

Details

Accessor of the model slot of the gtk:slice-list-model class. The gtk:slice-list-model-model function gets the model that is currently being used or nil if none. The (setf gtk:slice-list-model-model) function sets the model to show a slice of. The item type of model must conform to the item type of object.
 

See also

2024-12-15