:right-sidebar: True SorterChange =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: SorterChange :no-contents-entry: Describes changes in a sorter in more detail and allows users to optimize resorting. Fields ------ .. rst-class:: interim-class .. class:: SorterChange :no-index: .. attribute:: DIFFERENT The sorter change cannot be described by any of the other enumeration values .. attribute:: INVERTED The sort order was inverted. Comparisons that returned :const:`~gi.repository.Gtk.Ordering.SMALLER` now return :const:`~gi.repository.Gtk.Ordering.LARGER` and vice versa. Other comparisons return the same values as before. .. attribute:: LESS_STRICT The sorter is less strict: Comparisons may now return :const:`~gi.repository.Gtk.Ordering.EQUAL` that did not do so before. .. attribute:: MORE_STRICT The sorter is more strict: Comparisons that did return :const:`~gi.repository.Gtk.Ordering.EQUAL` may not do so anymore.