deselect_selected_child


Description:

public bool deselect_selected_child (int selected_child_index) throws Error

Removes a child from the selected children list of an Selection.

Note that child_index is the index in the selected-children list, not the index in the parent container. selectedChildIndex in this method, and child_index in select_child are asymmetric.

Parameters:

this

a pointer to the Selection on which to operate.

selected_child_index

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

Returns:

TRUE if the child was successfully deselected, FALSE otherwise.