Package: gtk

Function gtk-tree-path-to-string

Lambda List

gtk-tree-path-to-string (path)

Arguments

path -- a gtk-tree-path instance

Return Value

A string with the representation of the tree path.

Details

Generates a string representation of the tree path. This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.
 

See also

*2021-3-4