Package: gtk

Function gtk-text-iter-starts-word

Lambda List

gtk-text-iter-starts-word (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

True if the iterator is at the start of a word.

Details

Determines whether the iterator begins a natural-language word.

Word breaks are determined by Pango and should be correct for nearly any language, if not, the correct fix would be to the Pango word break algorithms.
 

See also

2021-6-13