RGtk2 (version 2.20.31)

gtkWidgetIsAncestor: gtkWidgetIsAncestor

Description

Determines whether widget is somewhere inside ancestor, possibly with intermediate containers.

Usage

gtkWidgetIsAncestor(object, ancestor)

Arguments

object
ancestor
another GtkWidget

Value

TRUE if ancestor contains widget as a child, grandchild, great grandchild, etc.