gtkTreeStoreIsAncestor: gtkTreeStoreIsAncestor

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Returns TRUE if iter is an ancestor of descendant. That is, iter is the parent (or grandparent or great-grandparent) of descendant.

Usage

1
gtkTreeStoreIsAncestor(object, iter, descendant)

Arguments

object

A GtkTreeStore

iter

A valid GtkTreeIter

descendant

A valid GtkTreeIter

Value

[logical] TRUE, if iter is an ancestor of descendant

Author(s)

Derived by RGtkGen from GTK+ documentation


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