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. This value should not be freed.

Usage

gtkTreePathGetIndices(object)

Arguments

object

A GtkTreePath.

Value

[integer] The current indices, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]