gtkTreeViewExpandRow {RGtk2}R Documentation

gtkTreeViewExpandRow

Description

Opens the row so its children are visible.

Usage

gtkTreeViewExpandRow(object, path, open.all)

Arguments

object [GtkTreeView] a GtkTreeView
path [GtkTreePath] path to a row
open.all [logical] whether to recursively expand, or just expand immediate children

Value

[logical] TRUE if the row existed and had children

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]