add_selection
Description:
public abstract bool add_selection (
int i)
Adds the specified accessible child of the object to the object's selection.
Parameters:
this |
a Object instance that implements AtkSelectionIface
|
i |
a int specifying the child index.
|
Returns:
TRUE if success, FALSE otherwise.
|