Package: gtk

Function gtk-text-iter-ends-sentence

Lambda List

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

Arguments

iter -- a gtk-text-iter instance

Return Value

True if the iterator is at the end of a sentence.

Details

Determines whether the iterator ends a sentence.

Sentence boundaries are determined by Pango and should be correct for nearly any language, if not, the correct fix would be to the Pango text boundary algorithms.
 

See also

2021-6-13