Package: gtk

Function gtk-text-iter-forward-sentence-ends

Lambda List

gtk-text-iter-forward-sentence-ends (iter count)

Arguments

iter -- a gtk-text-iter instance
count -- an integer with the number of sentences to move

Return Value

True if the iterator moved and is not the end iterator.

Details

Calls the function gtk-text-iter-forward-sentence-end count times, or until the function gtk-text-iter-forward-sentence-end returns false. If count is negative, moves backward instead of forward.
 

See also

2021-6-15