gtkWidgetIsAncestor: gtkWidgetIsAncestor
Description
Determines whether widget
is somewhere inside ancestor
, possibly with
intermediate containers.Usage
gtkWidgetIsAncestor(object, ancestor)
Value
TRUE
if ancestor
contains widget
as a child,
grandchild, great grandchild, etc.