Package: gtk

Function gtk-widget-path-has-parent

Lambda List

gtk-widget-path-has-parent (path gtype)

Arguments

path -- a gtk-widget-path instance
gtype -- a g-type type of the widget to check in parents

Return Value

True if any parent is of gtype type.

Details

Returns true if any of the parents of the widget represented in path is of gtype type, or any subtype of it.
 

See also

2021-11-27