Package: gtk

Function gtk:tree-path-is-ancestor

Lambda List

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

Arguments

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

Return Value

True if descendant is contained inside path.

Details

Returns true if descendant is a descendant of path.

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