gtkTreeViewCollapseRow {RGtk2}R Documentation

gtkTreeViewCollapseRow

Description

Collapses a row (hides its child rows, if they exist).

Usage

gtkTreeViewCollapseRow(object, path)

Arguments

object [GtkTreeView] a GtkTreeView
path [GtkTreePath] path to a row in the tree.view

Value

[logical] TRUE if the row was collapsed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]