Gtk.TextIter.prototype.backward_cursor_positions
function backward_cursor_positions(count:Number):Boolean { // Gjs wrapper for gtk_text_iter_backward_cursor_positions() }
Moves up to count cursor positions. See Gtk.forward_cursor_position for details.
- count
number of positions to move
- Returns
true if we moved and the new position is dereferenceable