| atkTextGetOffsetAtPoint {RGtk2} | R Documentation |
Gets the offset of the character located at coordinates x and y. x and y
are interpreted as being relative to the screen or this widget's window
depending on coords.
atkTextGetOffsetAtPoint(object, x, y, coords)
|
[AtkText] an AtkText |
|
[integer] screen x-position of character |
|
[integer] screen y-position of character |
|
[AtkCoordType] specify whether coordinates are relative to the screen or
widget window |
[integer] the offset to the character which is located at
the specified x and y coordinates.
Derived by RGtkGen from GTK+ documentation