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