Package: gtk

Function gtk-text-iter-visible-text

Lambda List

gtk-text-iter-visible-text (start end)

Arguments

start -- a gtk-text-iter instance with the start of a range
end -- a gtk-text-iter instance with the end of a range

Return Value

A string containing visible text in the range.

Details

Like the function gtk-text-iter-text, but invisible text is not included.

Invisible text is usually invisible because a gtk-text-tag object with the "invisible" attribute turned on has been applied to it.
 

See also

2021-6-13