gtkTextIterGetVisibleSlice {RGtk2}R Documentation

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 [GtkTextIter] iterator at start of range
end [GtkTextIter] iterator at end of range

Value

[character] slice of text from the buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]