Enumeration
Gtk.SorterChange
Description [src]
Describes changes in a sorter in more detail and allows users to optimize resorting.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_SORTER_CHANGE_DIFFERENT |
"different" |
0 |
The sorter change cannot be described by any of the other enumeration values |
GTK_SORTER_CHANGE_INVERTED |
"inverted" |
1 |
The sort order was inverted. Comparisons
that returned |
GTK_SORTER_CHANGE_LESS_STRICT |
"less-strict" |
2 |
The sorter is less strict: Comparisons
may now return |
GTK_SORTER_CHANGE_MORE_STRICT |
"more-strict" |
3 |
The sorter is more strict: Comparisons
that did return |