WidgetPath.iterHasQregion
bool iterHasQregion(int pos, glib.types.Quark qname, out gtk.types.RegionFlags flags)See [gtk.widget_path.WidgetPath.iterHasRegion]. This is a version that operates with GQuarks.
Parameters
pos | position to query, -1 for the path head |
qname | region name as a #GQuark |
flags | return location for the region flags |
Returns
true if the widget at pos has the region defined.
Deprecated
The use of regions is deprecated.