Package: gtk

Function gtk-widget-is-ancestor

Lambda List

gtk-widget-is-ancestor (widget ancestor)

Arguments

widget -- a gtk-widget object
ancestor -- another gtk-widget object

Return Value

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

Details

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

See also

2021-9-19