Package: gtk

Function gtk:tree-path-is-descendant

Lambda List

gtk:tree-path-is-descendant (path ancestor)

Arguments

path -- a gtk:tree-path instance
ancestor -- another gtk:tree-path instance

Return Value

True if ancestor contains path somewhere below it.

Details

Returns true if path is a descendant of ancestor.

Warning

The gtk:tree-path implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2025-1-11