Package: gtk

Function gtk:tree-path-up

Lambda List

gtk:tree-path-up (path)

Arguments

path -- a gtk:tree-path instance

Return Value

The gtk:tree-path instance to point to the parent node, if it has a parent, otherwise nil.

Details

Moves the tree path to point to its parent node, if it has a parent.

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