Description Usage Arguments Value Author(s)
Returns the text in the given range. A "slice" is a list of characters encoded in UTF-8 format, including the Unicode "unknown" character 0xFFFC for iterable non-character elements in the buffer, such as images. Because images are encoded in the slice, byte and character offsets in the returned list will correspond to byte offsets in the text buffer. Note that 0xFFFC can occur in normal text as well, so it is not a reliable indicator that a pixbuf or widget is in the buffer.
1 | gtkTextIterGetSlice(object, end)
|
|
iterator at start of a range |
|
iterator at end of a range |
[character] slice of text from the buffer
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.