-
Cast constructor, converting any binary integer to a
FilterMatch.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
The filter matches some items,
gtk_filter_match()may returntrueorfalseDeclaration
Swift
static let some: GtkFilterMatch -
The filter does not match any item,
gtk_filter_match()will always returnfalse.Declaration
Swift
static let none: GtkFilterMatch -
The filter matches all items,
gtk_filter_match()will alays returntrue.Declaration
Swift
static let all: GtkFilterMatch
View on GitHub
Install in Dash
FilterMatch Extension Reference