-
Cast constructor, converting any binary integer to a
ScrollType
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
No scrolling.
Declaration
Swift
static let none: GtkScrollType
-
Jump to new location.
Declaration
Swift
static let jump: GtkScrollType
-
Step backward.
Declaration
Swift
static let stepBackward: GtkScrollType
-
Step forward.
Declaration
Swift
static let stepForward: GtkScrollType
-
Page backward.
Declaration
Swift
static let pageBackward: GtkScrollType
-
Page forward.
Declaration
Swift
static let pageForward: GtkScrollType
-
Step up.
Declaration
Swift
static let stepUp: GtkScrollType
-
Step down.
Declaration
Swift
static let stepDown: GtkScrollType
-
Page up.
Declaration
Swift
static let pageUp: GtkScrollType
-
Page down.
Declaration
Swift
static let pageDown: GtkScrollType
-
Step to the left.
Declaration
Swift
static let stepLeft: GtkScrollType
-
Step to the right.
Declaration
Swift
static let stepRight: GtkScrollType
-
Page to the left.
Declaration
Swift
static let pageLeft: GtkScrollType
-
Page to the right.
Declaration
Swift
static let pageRight: GtkScrollType
-
Scroll to start.
Declaration
Swift
static let start: GtkScrollType
-
Scroll to end.
Declaration
Swift
static let end: GtkScrollType