[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public void iter_add_region (int pos, string name, RegionFlags flags)
Warning: iter_add_region is deprecated since 3.14.
Adds the region name
to the widget at position pos
in the hierarchy defined in this
.
The use of regions is deprecated.
See add_region.
Region names must only contain lowercase letters and “-”, starting always with a lowercase letter.
this | |
pos |
position to modify, -1 for the path head |
name |
region name |
flags |
flags affecting the region |