WidgetPath.iterAddRegion

void iterAddRegion(int pos, string name, gtk.types.RegionFlags flags)

Adds the region name to the widget at position pos in the hierarchy defined in path. See [gtk.style_context.StyleContext.addRegion].

Region names must only contain lowercase letters and “-”, starting always with a lowercase letter.

Parameters

posposition to modify, -1 for the path head
nameregion name
flagsflags affecting the region

Deprecated

The use of regions is deprecated.