gtkEditableGetChars
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.
gtkEditableGetChars(object, start.pos, end.pos)
|
|
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.