gtkCTreeExpandToDepth {RGtk2}R Documentation

gtkCTreeExpandToDepth

Description

Expand a node and its children up to the depth given. WARNING: gtk_ctree_expand_to_depth is deprecated and should not be used in newly-written code.

Usage

gtkCTreeExpandToDepth(object, node, depth)

Arguments

object [GtkCTree]
node [GtkCTreeNode]
depth [integer] The (absolute) depth up to which to expand nodes.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]