RegionFlags
Description:
[ CCode ( cprefix = "GTK_REGION_" , type_id = "gtk_region_flags_get_type ()" ) ]
[ Flags ]
public enum RegionFlags
Describes a region within a widget.
Content:
Enum values:
- EVEN - Region has an even number within a set.
- FIRST - Region is the first one within a set.
- LAST - Region is the last one within a set.
- ODD - Region has an odd number within a set.
- ONLY - Region is the only one within a set.
- SORTED - Region is part of a sorted area.