atkTextGetText {RGtk2} | R Documentation |
Gets the specified text.
atkTextGetText(object, start.offset, end.offset)
|
[AtkText ] an AtkText |
|
[integer] start position |
|
[integer] end position |
[character] the text from start.offset
up to, but not including end.offset
.
Derived by RGtkGen from GTK+ documentation