Module: Gtk::RegionFlags

Defined in:
(unknown)

Constant Summary collapse

EVEN =

Region has an even number within a set.

1 or :even
ODD =

Region has an odd number within a set.

2 or :odd
FIRST =

Region is the first one within a set.

4 or :first
LAST =

Region is the last one within a set.

8 or :last
ONLY =

Region is the only one within a set.

16 or :only
SORTED =

Region is part of a sorted area.

32 or :sorted