-
Cast constructor, converting any binary integer to a
PackDirection
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Widgets are packed left-to-right
Declaration
Swift
static let ltr: GtkPackDirection
-
Widgets are packed right-to-left
Declaration
Swift
static let rtl: GtkPackDirection
-
Widgets are packed top-to-bottom
Declaration
Swift
static let ttb: GtkPackDirection
-
Widgets are packed bottom-to-top
Declaration
Swift
static let btt: GtkPackDirection