-
Cast constructor, converting any binary integer to a
TreeViewGridLines
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
No grid lines.
Declaration
Swift
static let none: GtkTreeViewGridLines
-
Horizontal grid lines.
Declaration
Swift
static let horizontal: GtkTreeViewGridLines
-
Vertical grid lines.
Declaration
Swift
static let vertical: GtkTreeViewGridLines
-
Horizontal and vertical grid lines.
Declaration
Swift
static let both: GtkTreeViewGridLines