gtkTextBufferGetText
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.
gtkTextBufferGetText(object, start, end, include.hidden.chars = TRUE)
|
|
|
start of a range |
|
end of a range |
|
whether to include invisible text |
[character] an allocated UTF-8 string
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.