gtkTreePathToString {RGtk2}R Documentation

gtkTreePathToString

Description

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.

Usage

gtkTreePathToString(object)

Arguments

object [GtkTreePath] A GtkTreePath

Value

[character] A newly-allocated string.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]