gtkTreeViewExpandToPath {RGtk2}R Documentation

gtkTreeViewExpandToPath

Description

Expands the row at path. This will also expand all parent rows of path as necessary.

Usage

gtkTreeViewExpandToPath(object, path)

Arguments

object [GtkTreeView] A GtkTreeView.
path [GtkTreePath] path to a row.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]