atkTextGetRangeExtents: atkTextGetRangeExtents

Description Usage Arguments Details Value Author(s)

View source: R/atkFuncs.R

Description

Get the bounding box for text within the specified range.

Usage

1
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 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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.