iter_has_region
Description:
[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public bool iter_has_region (int pos, string name, out RegionFlags flags)
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.
Note:
The use of regions is deprecated.
Parameters:
this | |
pos |
position to query, -1 for the path head |
name |
region name |
flags |
return location for the region flags |
Returns:
true if the class |