Package: gtk

Function gtk-text-iter-visible-slice

Lambda List

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

Arguments

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

Return Value

A string with a slice of text from the text buffer.

Details

Like the function gtk-text-iter-slice, 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