atkTextGetBoundedRanges {RGtk2} | R Documentation |
Get the ranges of text in the specified bounding box.
atkTextGetBoundedRanges(object, rect, coord.type, x.clip.type, y.clip.type)
|
[AtkText ] an AtkText |
|
[AtkTextRectangle ] An AtkTextRectagle giving the dimensions of the bounding box. |
|
[AtkCoordType ] Specify whether coordinates are relative to the screen or widget window. |
|
[AtkTextClipType ] Specify the horizontal clip type. |
|
[AtkTextClipType ] Specify the vertical clip type. |
Returns:
Since ATK 1.3
[AtkTextRange
] list of AtkTextRange. The last element of the list returned
by this function will be NULL.
Derived by RGtkGen from GTK+ documentation