atkTextGetRangeExtents {RGtk2}R Documentation

atkTextGetRangeExtents

Description

Get the bounding box for text within the specified range.

Usage

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

Arguments

object [AtkText] an AtkText
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.

Details

Since ATK 1.3

Value

A list containing the following elements:

rect [AtkTextRectangle] A pointer to a AtkTextRectangle which is filled in by this function.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]