gtkTreeViewRowExpanded {RGtk2}R Documentation

gtkTreeViewRowExpanded

Description

Returns TRUE if the node pointed to by path is expanded in tree.view.

Usage

gtkTreeViewRowExpanded(object, path)

Arguments

object

A GtkTreeView.

path

A GtkTreePath to test expansion state.

Value

[logical] TRUE if

path
is expanded.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]