gtkTreePathGetIndices {RGtk2}R Documentation

gtkTreePathGetIndices

Description

Returns the current indices of path. This is a list of integers, each representing a node in a tree.

Usage

gtkTreePathGetIndices(object)

Arguments

object [GtkTreePath] A GtkTreePath.

Value

[integer] The current indices, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]