Package: gtk

Function gtk:tree-list-model-new

Lambda List

gtk:tree-list-model-new (root passthrough autoexpand func)

Arguments

root -- a g:list-model object to use as root
passthrough -- true to pass through items from the models
autoexpand -- true to set the autoexpand property and expand the root model
func -- a gtk:tree-list-model-create-model-func callback function to create the g:list-model object for the children of an item

Details

Creates a new empty gtk:tree-list-model object displaying root with all rows collapsed.
 

See also

2024-3-30