Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.1)
atkTextAddSelection: atkTextAddSelection
Description
Adds a selection bounded by the specified offsets.
Usage
atkTextAddSelection(object, start.offset, end.offset)
Arguments
object
[
AtkText
] an
AtkText
start.offset
[integer] the start position of the selected region
end.offset
[integer] the offset of the first character after the selected region.
Value
[logical]
TRUE
if success,
FALSE
otherwise