gtkTreePathToString {RGtk2} | R Documentation |
Generates a string representation of the path. This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.
gtkTreePathToString(object)
|
[GtkTreePath ] A GtkTreePath |
[character] A newly-allocated string.
Derived by RGtkGen from GTK+ documentation