-
Cast constructor, converting any binary integer to a
FilterChange.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe 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
truefor 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
falsefor still returnfalse, others now may, too.Declaration
Swift
static let moreStrict: GtkFilterChange
View on GitHub
Install in Dash
FilterChange Extension Reference