Returns visible text in the given range.
Like gtk.text_iter.TextIter.getSlice, but invisible text is not included. Invisible text is usually invisible because a gtk.text_tag.TextTag with the “invisible” attribute turned on has been applied to it.
iterator at end of range
slice of text from the buffer
Returns visible text in the given range.
Like gtk.text_iter.TextIter.getSlice, but invisible text is not included. Invisible text is usually invisible because a gtk.text_tag.TextTag with the “invisible” attribute turned on has been applied to it.