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

The 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.

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