-
Cast constructor, converting any binary integer to a
ScrollStep.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
Scroll in steps.
Declaration
Swift
static let steps: GtkScrollStep -
Scroll by pages.
Declaration
Swift
static let pages: GtkScrollStep -
Scroll to ends.
Declaration
Swift
static let ends: GtkScrollStep -
Scroll in horizontal steps.
Declaration
Swift
static let horizontalSteps: GtkScrollStep -
Scroll by horizontal pages.
Declaration
Swift
static let horizontalPages: GtkScrollStep -
Scroll to the horizontal ends.
Declaration
Swift
static let horizontalEnds: GtkScrollStep
View on GitHub
Install in Dash
ScrollStep Extension Reference