get_accessible_at_point


Description:

public Accessible? get_accessible_at_point (int x, int y, CoordType ctype) throws Error

Gets the accessible child at a given coordinate within an Component.

Parameters:

this

a pointer to the Component to query.

x

a int specifying the x coordinate of the point in question.

y

a int specifying the y coordinate of the point in question.

ctype

the coordinate system of the point (x, y) (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN).

Returns:

a pointer to an Accessible child of the specified component which contains the point (x, y), or NULL if no child contains the point.