Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTextIterGetVisibleText: gtkTextIterGetVisibleText
Description
Like
gtkTextIterGetText
, 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.
Usage
gtkTextIterGetVisibleText(object, end)
Arguments
object
iterator at start of range
end
iterator at end of range
Value