gtkTreePathAppendIndex {RGtk2}R Documentation

gtkTreePathAppendIndex

Description

Appends a new index to a path. As a result, the depth of the path is increased.

Usage

gtkTreePathAppendIndex(object, index)

Arguments

object [GtkTreePath] A GtkTreePath.
index [integer] The index.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]