TextIter.backwardCursorPositions

Moves up to @count cursor positions.

See [method@Gtk.TextIter.forward_cursor_position] for details.

class TextIter
bool
backwardCursorPositions
(
int count
)

Parameters

count int

number of positions to move

Return Value

Type: bool

%TRUE if we moved and the new position is dereferenceable

Meta