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

posposition to query, -1 for the path head
qnameregion name as a #GQuark
flagsreturn location for the region flags

Returns

true if the widget at pos has the region defined.

Deprecated

The use of regions is deprecated.