Package: gtk

Function gtk:tree-path-prev

Lambda List

gtk:tree-path-prev (path)

Arguments

path -- a gtk:tree-path instance

Return Value

The gtk:tree-path instance to point to the previous node, if it exists, otherwise nil.

Details

Moves the tree path to point to the previous node at the current depth, if it exists.

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