TextIter.getVisibleText

Like gtk_text_iter_get_text(), but invisible text is not included. Invisible text is usually invisible because a #GtkTextTag with the “invisible” attribute turned on has been applied to it.

class TextIter
string
getVisibleText

Parameters

end TextIter

iterator at end of range

Return Value

Type: string

string containing visible text in the range

Meta