Method
AtspiTextget_offset_at_point
Declaration [src]
gint
atspi_text_get_offset_at_point (
AtspiText* obj,
gint x,
gint y,
AtspiCoordType type,
GError** error
)
Parameters
x |
gint |
The x coordinate of the point to be queried. |
|
y |
gint |
The y coordinate of the point to be queried. |
|
type |
AtspiCoordType |
An |
|
error |
GError ** |
The return location for a GError* , or NULL . |