GtkRegionFlags

Describes a region within a widget. GTK_REGION_EVEN Region has an even number within a set. GTK_REGION_ODD Region has an odd number within a set. GTK_REGION_FIRST Region is the first one within a set. GTK_REGION_LAST Region is the last one within a set. GTK_REGION_ONLY Region is the only one within a set. GTK_REGION_SORTED Region is part of a sorted area.

Values

ValueMeaning
EVEN1 << 0
ODD1 << 1
FIRST1 << 2
LAST1 << 3
ONLY1 << 4
SORTED1 << 5

Meta