RGtk2 (version 2.20.31)

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

TRUE if success, FALSE otherwise