The State of Data & AI Literacy 2025
Download Now
Rdocumentation
powered by
Learn R Programming
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
a
GtkWidget
ancestor
another
GtkWidget
Value
TRUE
if
ancestor
contains
widget
as a child, grandchild, great grandchild, etc.