gtkCTreePostRecursive: gtkCTreePostRecursive

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Recursively apply a function to all nodes of the tree at or below a certain node. The function is called for each node after it has been called for that node's children. WARNING: gtk_ctree_post_recursive is deprecated and should not be used in newly-written code.

Usage

1
gtkCTreePostRecursive(object, node, func, data = NULL)

Arguments

object

The node where to start. NULL means to start at the root.

node

The function to apply to each node.

func

A closure argument given to each invocation of the function.

data

undocumented

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.