Package: gtk

Function gtk-tree-path-indices

Lambda List

gtk-tree-path-indices (path)

Arguments

path -- a gtk-tree-path instance

Return Value

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 function gtk-tree-path-depth.
 

See also

2021-3-4