Virtual Method
AtkComponentref_accessible_at_point
Declaration [src]
AtkObject*
ref_accessible_at_point (
AtkComponent* component,
gint x,
gint y,
AtkCoordType coord_type
)
Description [src]
Gets a reference to the accessible child, if one exists, at the
coordinate point specified by x
and y
.
Parameters
x |
gint |
X coordinate. |
|
y |
gint |
Y coordinate. |
|
coord_type |
AtkCoordType |
Specifies whether the coordinates are relative to the screen or to the components top level window. |
Return value
Returns: | AtkObject |
A reference to the accessible child, if one exists. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |