Package: gtk

Function gtk-widget-path-is-type

Lambda List

gtk-widget-path-is-type (path gtype)

Arguments

path -- a gtk-widget-path instance
gtype -- a g-type type of the widget to match

Return Value

True if the widget represented by path is of gtype type.

Details

Returns true if the widget type represented by this path is gtype, or a subtype of it.
 

See also

2021-11-27