-
Cast constructor, converting any binary integer to a
FilterChange
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The filter change cannot be described with any of the other enumeration values.
Declaration
Swift
static let different: GtkFilterChange
-
The filter is less strict than it was before: All items that it used to return
true
for still returntrue
, others now may, too.Declaration
Swift
static let lessStrict: GtkFilterChange
-
The filter is more strict than it was before: All items that it used to return
false
for still returnfalse
, others now may, too.Declaration
Swift
static let moreStrict: GtkFilterChange