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 path to point to its parent node, if it has a parent, and returns the path. The path argument is modified.
 

See also

2024-3-28