deselect_child


Description:

public bool deselect_child (int child_index) throws Error

Deselects a specific child of an Selection.

Note that child_index is the index of the child in the parent container.

See deselect_selected_child

Parameters:

this

a pointer to the Selection on which to operate.

child_index

a int indicating which of the children of the Accessible is to be de-selected.

Returns:

TRUE if the child was successfully deselected, FALSE otherwise.