-
Cast constructor, converting any binary integer to a
SizeGroupMode
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
group has no effect
Declaration
Swift
static let none: GtkSizeGroupMode
-
group affects horizontal requisition
Declaration
Swift
static let horizontal: GtkSizeGroupMode
-
group affects vertical requisition
Declaration
Swift
static let vertical: GtkSizeGroupMode
-
group affects both horizontal and vertical requisition
Declaration
Swift
static let both: GtkSizeGroupMode