gtkTextBufferGetText: gtkTextBufferGetText

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Returns the text in the range [start,end). Excludes undisplayed text (text marked with tags that set the invisibility attribute) if include.hidden.chars is FALSE. Does not include characters representing embedded images, so byte and character indexes into the returned string do not correspond to byte and character indexes into the buffer. Contrast with gtkTextBufferGetSlice.

Usage

1
gtkTextBufferGetText(object, start, end, include.hidden.chars = TRUE)

Arguments

object

a GtkTextBuffer

start

start of a range

end

end of a range

include.hidden.chars

whether to include invisible text

Value

[character] an allocated UTF-8 string

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.