Package: gtk

Function gtk:tree-path-indices

Lambda List

gtk:tree-path-indices (path)

Arguments

path -- a gtk:tree-path instance

Return Value

The list of integers with the current indices, or nil.

Details

Returns the current indices of the tree path. This is a list of integers, each representing a node in a tree. The length of the list can be obtained with the gtk:tree-path-depth function.

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