-
Cast constructor, converting any binary integer to a
PanDirection.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
panned towards the left
Declaration
Swift
static let left: GtkPanDirection -
panned towards the right
Declaration
Swift
static let right: GtkPanDirection -
panned upwards
Declaration
Swift
static let up: GtkPanDirection -
panned downwards
Declaration
Swift
static let down: GtkPanDirection
View on GitHub
Install in Dash
PanDirection Extension Reference