Description Usage Arguments Details Value Author(s)
Retrieves a sequence of characters. The characters that are retrieved
are those characters at positions from start.pos
up to, but not
including end.pos
. If end.pos
is negative, then the the characters
retrieved are those characters from start.pos
to the end of the text.
1 | gtkEditableGetChars(object, start.pos, end.pos)
|
|
a |
|
start of text |
|
end of text |
Note that positions are specified in characters, not bytes.
[character] a pointer to the contents of the widget as a string.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.