gtkTextIterGetVisibleSlice {RGtk2} | R Documentation |
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.
gtkTextIterGetVisibleSlice(object, end)
|
[GtkTextIter ] iterator at start of range |
|
[GtkTextIter ] iterator at end of range |
[character] slice of text from the buffer
Derived by RGtkGen from GTK+ documentation