TextIter.getVisibleText

Returns visible text in the given range.

Like gtk.text_iter.TextIter.getText, 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.

class TextIter
string
getVisibleText

Parameters

end gtk.text_iter.TextIter

iterator at end of range

Return Value

Type: string

string containing visible text in the range