Module: Gtk::Ordering
- Defined in:
- (unknown)
Constant Summary collapse
- SMALLER =
the first value is smaller than the second
-1 or :smaller
- EQUAL =
the two values are equal
0 or :equal
- LARGER =
the first value is larger than the second
1 or :larger