Method
Gtk.Widget.is_ancestor
Declaration [src]
gboolean
gtk_widget_is_ancestor (
GtkWidget* widget,
GtkWidget* ancestor
)
Description [src]
Determines whether widget
is somewhere inside ancestor
,
possibly with intermediate containers.
Parameters
ancestor |
GtkWidget |
another |
|
Ownership is not transferred to the callee |