GtkSorterOrder

Describes the type of order that a gtk.sorter.Sorter may produce.

Values

ValueMeaning
Partial0

A partial order. Any gtk.types.Ordering is possible.

None1

No order, all elements are considered equal. gtk.sorter.Sorter.compare will only return gtk.types.Ordering.Equal.

Total2

A total order. gtk.sorter.Sorter.compare will only return gtk.types.Ordering.Equal if an item is compared with itself. Two different items will never cause this value to be returned.