Module: Gtk::SorterOrder
- Defined in:
- (unknown)
Constant Summary collapse
- PARTIAL =
A partial order. Any
GtkOrderingis possible. 0 or :partial
- NONE =
No order, all elements are considered equal. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL.
1 or :none
- TOTAL =
A total order. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL if an item is compared with itself. Two different items will never cause this value to be returned.
2 or :total