Gtk.TextIter.prototype.forward_visible_cursor_position
function forward_visible_cursor_position():Boolean { // Gjs wrapper for gtk_text_iter_forward_visible_cursor_position() }
Moves iter forward to the next visible cursor position. See Gtk.TextIter.prototype.forward_cursor_position for details.
Since 2.4
- Returns
true if we moved and the new position is dereferenceable