-
Cast constructor, converting any binary integer to a
WindowEdge
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
the top left corner.
Declaration
Swift
static let northWest: GdkWindowEdge
-
the top edge.
Declaration
Swift
static let north: GdkWindowEdge
-
the top right corner.
Declaration
Swift
static let northEast: GdkWindowEdge
-
the left edge.
Declaration
Swift
static let west: GdkWindowEdge
-
the right edge.
Declaration
Swift
static let east: GdkWindowEdge
-
the lower left corner.
Declaration
Swift
static let southWest: GdkWindowEdge
-
the lower edge.
Declaration
Swift
static let south: GdkWindowEdge
-
the lower right corner.
Declaration
Swift
static let southEast: GdkWindowEdge