gtkEditableGetChars {RGtk2} | R Documentation |
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
will be those characters from start.pos
to the end
of the text.
gtkEditableGetChars(object, start.pos, end.pos)
|
[GtkEditable ] a GtkEditable widget. |
|
[integer] the starting position. |
|
[integer] the end position. |
[character] the characters in the indicated region.
Derived by RGtkGen from GTK+ documentation