atkTextAddSelection {RGtk2} | R Documentation |
Adds a selection bounded by the specified offsets.
atkTextAddSelection(object, start.offset, end.offset)
|
[AtkText ] an AtkText |
|
[integer] the start position of the selected region |
|
[integer] the offset of the first character after the selected region. |
[logical] TRUE
if success, FALSE
otherwise
Derived by RGtkGen from GTK+ documentation