TextIter.forwardSentenceEnds
bool forwardSentenceEnds(int count)Calls [gtk.text_iter.TextIter.forwardSentenceEnd] count times (or until [gtk.text_iter.TextIter.forwardSentenceEnd] returns false). If count is negative, moves backward instead of forward.
Parameters
count | number of sentences to move |
Returns
true if iter moved and is not the end iterator