-
Cast constructor, converting any binary integer to a
AccessibleTristate
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The state is
false
Declaration
Swift
static let `false`: GtkAccessibleTristate
-
The state is
true
Declaration
Swift
static let `true`: GtkAccessibleTristate
-
The state is
mixed
Declaration
Swift
static let mixed: GtkAccessibleTristate