Learn R Programming

RGtk2 (version 2.8.7)

atkTextGetSelection: atkTextGetSelection

Description

Gets the text from the specified selection.

Usage

atkTextGetSelection(object, selection.num)

Arguments

Value

A list containing the following elements:retval[character] the selected text.start.offset[integer] passes back the start position of the selected regionend.offset[integer] passes back the end position of (e.g. offset immediately past) the selected region