Package: gtk

Accessor gtk:tree-list-model-passthrough

Lambda List

gtk:tree-list-model-passthrough (object)

Syntax

(gtk:tree-list-model-passthrough object) => passthrough

Arguments

object -- a gtk:tree-list-model object
passthrough -- true if the model is passing through original row items

Details

Accessor of the passthrough slot of the gtk:tree-list-model class. If the gtk:tree-list-model-passthrough function returns false, the g:list-model functions for object return custom gtk:tree-list-row objects. You need to call the gtk:tree-list-row-item function on these objects to get the original item.

If true, the values of the child models are passed through in their original state. You then need to call the gtk:tree-list-model-row function to get the custom gtk:tree-list-row objects.
 

See also

2024-10-17