get_child_at_index


Description:

public Accessible get_child_at_index (int child_index) throws Error

Gets the Accessible child of an Accessible object at a given index.

Parameters:

this

a pointer to the Accessible object on which to operate.

child_index

a long indicating which child is specified.

Returns:

a pointer to the Accessible child object at index child_index or NULL on exception.