Enumeration
GtkSorterOrder
Members
- GTK_SORTER_ORDER_PARTIAL
- 
            A partial order. Any GtkOrderingis possible.- Value: 0
- Nickname: partial
- Available since: 4.0
 
- Value: 
- GTK_SORTER_ORDER_NONE
- 
            No order, all elements are considered equal. gtk_sorter_compare()will only returnGTK_ORDERING_EQUAL.- Value: 1
- Nickname: none
- Available since: 4.0
 
- Value: 
- GTK_SORTER_ORDER_TOTAL
- 
            A total order. gtk_sorter_compare()will only returnGTK_ORDERING_EQUALif an item is compared with itself. Two different items will never cause this value to be returned.- Value: 2
- Nickname: total
- Available since: 4.0
 
- Value: