SorterOrder
-
class SorterOrder
Describes the type of order that a GtkSorter
may produce.
Fields
-
class SorterOrder
-
NONE
No order, all elements are considered equal.
compare()
will only return EQUAL
.
-
PARTIAL
A partial order. Any GtkOrdering
is possible.
-
TOTAL
A total order. compare()
will only
return EQUAL
if an item is compared with itself. Two
different items will never cause this value to be returned.