gtkTreePathIsDescendant {RGtk2} | R Documentation |
Returns TRUE
if path
is a descendant of ancestor
.
gtkTreePathIsDescendant(object, ancestor)
|
[GtkTreePath ] a GtkTreePath |
|
[GtkTreePath ] another GtkTreePath |
[logical] TRUE
if ancestor
contains path
somewhere below it
Derived by RGtkGen from GTK+ documentation