| gtkTreeStoreIsAncestor {RGtk2} | R Documentation |
Returns TRUE if iter is an ancestor of descendant. That is, iter is the
parent (or grandparent or great-grandparent) of descendant.
gtkTreeStoreIsAncestor(object, iter, descendant)
|
[GtkTreeStore] A GtkTreeStore |
|
[GtkTreeIter] A valid GtkTreeIter |
|
[GtkTreeIter] A valid GtkTreeIter |
[logical] TRUE, if iter is an ancestor of descendant
Derived by RGtkGen from GTK+ documentation