gtkTreeViewExpandRow {RGtk2}R Documentation

gtkTreeViewExpandRow

Description

Opens the row so its children are visible.

Usage

gtkTreeViewExpandRow(object, path, open.all)

Arguments

object

a GtkTreeView

path

path to a row

open.all

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.20.21 Index]