is_ancestor
Description:
public bool is_ancestor (
Widget ancestor)
Determines whether the widget is a descendent of ancestor.
Parameters:
| this |
a widget
|
| ancestor |
another `GtkWidget`
|
Returns:
|
true if ancestor contains this as a child, grandchild, great grandchild, etc
|