Learn R Programming

RGtk2 (version 2.12.17)

atkTextGetRangeExtents: atkTextGetRangeExtents

Description

Get the bounding box for text within the specified range.

Usage

atkTextGetRangeExtents(object, start.offset, end.offset, coord.type)

Arguments

object
start.offset
[integer] The offset of the first text character for which boundary information is required.
end.offset
[integer] The offset of the text character after the last character for which boundary information is required.
coord.type
[AtkCoordType] Specify whether coordinates are relative to the screen or widget window.

Value

  • A list containing the following elements:
  • rect[AtkTextRectangle] A pointer to a AtkTextRectangle which is filled in by this function.

Details

Since ATK 1.3