get_visible_slice


Description:

public string get_visible_slice (TextIter end)

Returns visible text in the given range.

Like [method@Gtk.TextIter.get_slice], 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.

Parameters:

this

iterator at start of range

end

iterator at end of range

Returns:

slice of text from the buffer