gtkCTreeFind: gtkCTreeFind

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

WARNING: gtk_ctree_find is deprecated and should not be used in newly-written code.

Usage

1
gtkCTreeFind(object, node, child)

Arguments

object

The node to start searching from. May be NULL.

node

True if child is on some level a child (grandchild...) of the node.

child

undocumented

Value

[logical] True if child is on some level a child (grandchild...) of the node.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkCTreeFind in RGtk2...