gtkWidgetIsAncestor: gtkWidgetIsAncestor

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkWidgetIsAncestor(object, ancestor)

Arguments

object

a GtkWidget

ancestor

another GtkWidget

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.