Package: gtk

Function gtk-text-iter-inside-sentence

Lambda List

gtk-text-iter-inside-sentence (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

True if the iterator is inside a sentence.

Details

Determines whether the iterator is inside a sentence, as opposed to in between two sentences, e.g. after a period and before the first letter of the next 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