Value | Meaning |
---|---|
DIFFERENT0 | The sorter change cannot be described by any of the other enumeration values |
INVERTED1 | The sort order was inverted. Comparisons that returned %GTK_ORDERING_SMALLER now return %GTK_ORDERING_LARGER and vice versa. Other comparisons return the same values as before. |
LESS_STRICT2 | The sorter is less strict: Comparisons may now return %GTK_ORDERING_EQUAL that did not do so before. |
MORE_STRICT3 | The sorter is more strict: Comparisons that did return %GTK_ORDERING_EQUAL may not do so anymore. |
Page generated by adrdox
Describes changes in a sorter in more detail and allows users to optimize resorting.