Learn R Programming

RGtk2 (version 2.8.8)

atkTextAddSelection: atkTextAddSelection

Description

Adds a selection bounded by the specified offsets.

Usage

atkTextAddSelection(object, start.offset, end.offset)

Arguments

object
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