![]() | ![]() | ![]() | AT-SPI C Bindings Reference Manual | ![]() |
---|
AccessibleSelection Interface —
void AccessibleSelection_ref (AccessibleSelection *obj); void AccessibleSelection_unref (AccessibleSelection *obj);long AccessibleSelection_getNSelectedChildren (AccessibleSelection *obj); Accessible* AccessibleSelection_getSelectedChild (AccessibleSelection *obj,long int selectedChildIndex);SPIBoolean AccessibleSelection_selectChild (AccessibleSelection *obj,long int childIndex);SPIBoolean AccessibleSelection_isChildSelected (AccessibleSelection *obj,long int childIndex);SPIBoolean AccessibleSelection_deselectSelectedChild (AccessibleSelection *obj,long int selectedChildIndex);SPIBoolean AccessibleSelection_clearSelection (AccessibleSelection *obj);SPIBoolean AccessibleSelection_selectAll (AccessibleSelection *obj);
void AccessibleSelection_ref (AccessibleSelection *obj);
Increment the reference count for an
obj : | a pointer to the |
void AccessibleSelection_unref (AccessibleSelection *obj);
Decrement the reference count for an Accessible object.
obj : | a pointer to the |
long AccessibleSelection_getNSelectedChildren (AccessibleSelection *obj);
Get the number of children of an
obj : | a pointer to the |
Returns : | a |
Accessible* AccessibleSelection_getSelectedChild (AccessibleSelection *obj,long int selectedChildIndex);
Get the i-th selected Accessible child of an
obj : | a pointer to the |
selectedChildIndex : | a |
Returns : | a pointer to a selected Accessible child object, specified by childIndex. |
SPIBoolean AccessibleSelection_selectChild (AccessibleSelection *obj,long int childIndex);
Add a child to the selected children list of an
obj : | a pointer to the |
childIndex : | a |
Returns : | |
SPIBoolean AccessibleSelection_isChildSelected (AccessibleSelection *obj,long int childIndex);
Determine whether a particular child of an
obj : | a pointer to the |
childIndex : | an index into the |
Returns : | |
SPIBoolean AccessibleSelection_deselectSelectedChild (AccessibleSelection *obj,long int selectedChildIndex);
Remove a child to the selected children list of an
obj : | a pointer to the |
selectedChildIndex : | a |
Returns : | |
SPIBoolean AccessibleSelection_clearSelection (AccessibleSelection *obj);
Clear the current selection, removing all selected children from the
specified
obj : | a pointer to the |
Returns : | |
SPIBoolean AccessibleSelection_selectAll (AccessibleSelection *obj);
Attempt to select all of the children of an
obj : | a pointer to the |
Returns : | |
<< AccessibleImage Interface | AccessibleTable Interface >> |