select_child


Description:

public bool select_child (int child_index) throws Error

Adds a child to the selected children list of an Selection.

For Selection implementors that only allow single selections, this may replace the (single) current selection.

Parameters:

this

a pointer to the Selection on which to operate.

child_index

a int indicating which child of the Accessible is to be selected.

Returns:

TRUE if the child was successfully selected, FALSE otherwise.