is_child_selected


Description:

public bool is_child_selected (int child_index) throws Error

Determines whether a particular child of an Selection implementor is currently selected.

Note that child_index is the index into the standard Accessible container's list of children.

Parameters:

this

a pointer to the Selection implementor on which to operate.

child_index

an index into the Selection's list of children.

Returns:

TRUE if the specified child is currently selected, FALSE otherwise.