Enumeration (GI Enum)

Gtk-4.0GtkSorterChange

Describes changes in a sorter in more detail and allows users to optimize resorting.

Index

Enumeration Members

DIFFERENT: number

The sorter change cannot be described by any of the other enumeration values

INVERTED: number

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_STRICT: number

The sorter is less strict: Comparisons may now return Gtk.Ordering.EQUAL that did not do so before.

MORE_STRICT: number

The sorter is more strict: Comparisons that did return Gtk.Ordering.EQUAL may not do so anymore.