gtkWidgetIsAncestor {RGtk2}R Documentation

gtkWidgetIsAncestor

Description

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

Usage

gtkWidgetIsAncestor(object, ancestor)

Arguments

object [GtkWidget] a GtkWidget
ancestor [GtkWidget] another GtkWidget

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]