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

A GtkTreeView.

path

path to a row.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]