[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public bool iter_has_region (int pos, string name, out RegionFlags flags)
Warning: iter_has_region is deprecated since 3.14.
Returns true if the widget at position pos
has the class name
defined,
false otherwise.
The use of regions is deprecated.
this | |
pos |
position to query, -1 for the path head |
name |
region name |
flags |
return location for the region flags |
true if the class |