Package: gtk

Function gtk-text-iter-backward-sentence-starts

Lambda List

gtk-text-iter-backward-sentence-starts (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-backward-sentence-start up to count times, or until it returns false. If count is negative, moves forward instead of backward.
 

See also

2021-6-15