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
pos | position to modify, -1 for the path head |
name | region name |
flags | flags affecting the region |
Deprecated
The use of regions is deprecated.