RGtk2 (version 2.20.31)

gtkTreeStoreIsAncestor: gtkTreeStoreIsAncestor

Description

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

Usage

gtkTreeStoreIsAncestor(object, iter, descendant)

Arguments

object
iter
A valid GtkTreeIter
descendant
A valid GtkTreeIter

Value

TRUE, if iter is an ancestor of descendant