Gtk.TextIter.prototype.backward_visible_word_starts
function backward_visible_word_starts(count:Number):Boolean {
// Gjs wrapper for gtk_text_iter_backward_visible_word_starts()
}Calls Gtk.TextIter.prototype.backward_visible_word_start up to count times.
Since 2.4
- count
number of times to move
- Returns
true if iter moved and is not the end iterator