SorterChange

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

Entries

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The sorter is less strict: Comparisons may now return %GTK_ORDERING_EQUAL that did not do so before.

Link copied to clipboard

The sorter is more strict: Comparisons that did return %GTK_ORDERING_EQUAL may not do so anymore.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.