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