atkTextGetRangeExtents {RGtk2} | R Documentation |
Get the bounding box for text within the specified range.
atkTextGetRangeExtents(object, start.offset, end.offset, coord.type)
|
[AtkText ] an AtkText |
|
[integer] The offset of the first text character for which boundary information is required. |
|
[integer] The offset of the text character after the last character for which boundary information is required. |
|
[AtkCoordType ] Specify whether coordinates are relative to the screen or widget window. |
Since ATK 1.3
A list containing the following elements:
|
[AtkTextRectangle ] A pointer to a AtkTextRectangle which is filled in by this function. |
Derived by RGtkGen from GTK+ documentation