TextIter.forwardSentenceEnds

Calls gtk_text_iter_forward_sentence_end() count times (or until gtk_text_iter_forward_sentence_end() returns FALSE). If count is negative, moves backward instead of forward.

class TextIter
int
forwardSentenceEnds
(
int count
)

Parameters

count int

number of sentences to move

Return Value

Type: int

TRUE if iter moved and is not the end iterator

Meta