| gtkWidgetIsAncestor {RGtk2} | R Documentation |
Determines whether widget is somewhere inside ancestor, possibly with
intermediate containers.
gtkWidgetIsAncestor(object, ancestor)
|
[GtkWidget] a GtkWidget |
|
[GtkWidget] another GtkWidget |
[logical] TRUE if ancestor contains widget as a child,
grandchild, great grandchild, etc.
Derived by RGtkGen from GTK+ documentation