remove_selection
Description:
public abstract bool remove_selection (
int i)
Removes the specified child of the object from the object's selection.
Parameters:
this |
a Object instance that implements AtkSelectionIface
|
i |
a int specifying the index in the selection set. (e.g. the ith selection as opposed to
the ith child).
|
Returns:
TRUE if success, FALSE otherwise.
|