-
Cast constructor, converting any binary integer to a
BorderStyle.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
No visible border
Declaration
Swift
static let none: GtkBorderStyle -
Same as
GTK_BORDER_STYLE_NONEDeclaration
Swift
static let hidden: GtkBorderStyle -
A single line segment
Declaration
Swift
static let solid: GtkBorderStyle -
Looks as if the content is sunken into the canvas
Declaration
Swift
static let inset: GtkBorderStyle -
Looks as if the content is coming out of the canvas
Declaration
Swift
static let outset: GtkBorderStyle -
A series of round dots
Declaration
Swift
static let dotted: GtkBorderStyle -
A series of square-ended dashes
Declaration
Swift
static let dashed: GtkBorderStyle -
Two parallel lines with some space between them
Declaration
Swift
static let double: GtkBorderStyle -
Looks as if it were carved in the canvas
Declaration
Swift
static let groove: GtkBorderStyle -
Looks as if it were coming out of the canvas
Declaration
Swift
static let ridge: GtkBorderStyle
View on GitHub
Install in Dash
BorderStyle Extension Reference