Package: gtk

Function gtk:tree-model-filter-new

Lambda List

gtk:tree-model-filter-new (child root)

Arguments

child -- a gtk:tree-model object
root -- a gtk:tree-path instance or nil

Return Value

The new gtk:tree-model object.

Details

Creates a new gtk:tree-model object, with child as the child model and root as the virtual root.

Warning

The gtk:tree-model-filter implementation is deprecated since 4.10. Use the gtk:filter-list-model implementation instead.
 

See also

2024-12-24