-
Cast constructor, converting any binary integer to a
SorterChange
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The sorter change cannot be described by any of the other enumeration values
Declaration
Swift
static let different: GtkSorterChange
-
The sort order was inverted. Comparisons that returned
GTK_ORDERING_SMALLER
now returnGTK_ORDERING_LARGER
and vice versa. Other comparisons return the same values as before.Declaration
Swift
static let inverted: GtkSorterChange
-
The sorter is less strict: Comparisons may now return
GTK_ORDERING_EQUAL
that did not do so before.Declaration
Swift
static let lessStrict: GtkSorterChange
-
The sorter is more strict: Comparisons that did return
GTK_ORDERING_EQUAL
may not do so anymore.Declaration
Swift
static let moreStrict: GtkSorterChange