Package: gtk

Accessor gtk:tree-list-row-children

Lambda List

gtk:tree-list-row-children (object)

Syntax

(gtk:tree-list-row-children object) => children

Arguments

object -- a gtk:tree-list-row object
children -- a g:list-model object containing the children

Details

Accessor of the children slot of the gtk:tree-list-row class. If the row is expanded, the gtk:tree-list-row-children function gets the model holding the children of model. This is the model created by the gtk:tree-list-model-create-model-func callback function and contains the original items, no matter what value the passthrough property is set to.
 

See also

2024-10-17