atkTextAddSelection {RGtk2}R Documentation

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]