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, and so on.

Details

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

See also

2025-2-13