-
Cast constructor, converting any binary integer to a
MovementStep.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
Move forward or back by graphemes
Declaration
Swift
static let logicalPositions: GtkMovementStep -
Move left or right by graphemes
Declaration
Swift
static let visualPositions: GtkMovementStep -
Move forward or back by words
Declaration
Swift
static let words: GtkMovementStep -
Move up or down lines (wrapped lines)
Declaration
Swift
static let displayLines: GtkMovementStep -
Move to either end of a line
Declaration
Swift
static let displayLineEnds: GtkMovementStep -
Move up or down paragraphs (newline-ended lines)
Declaration
Swift
static let paragraphs: GtkMovementStep -
Move to either end of a paragraph
Declaration
Swift
static let paragraphEnds: GtkMovementStep -
Move by pages
Declaration
Swift
static let pages: GtkMovementStep -
Move to ends of the buffer
Declaration
Swift
static let bufferEnds: GtkMovementStep -
Move horizontally by pages
Declaration
Swift
static let horizontalPages: GtkMovementStep
View on GitHub
Install in Dash
MovementStep Extension Reference