-
Cast constructor, converting any binary integer to a
ArrowType
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Represents an upward pointing arrow.
Declaration
Swift
static let up: GtkArrowType
-
Represents a downward pointing arrow.
Declaration
Swift
static let down: GtkArrowType
-
Represents a left pointing arrow.
Declaration
Swift
static let left: GtkArrowType
-
Represents a right pointing arrow.
Declaration
Swift
static let right: GtkArrowType
-
No arrow. Since 2.10.
Declaration
Swift
static let none: GtkArrowType