update_state_value
Description:
Updates an array of accessible states.
This function should be called by Widget types whenever an accessible state change must be communicated to assistive technologies.
This function is meant to be used by language bindings.
Parameters:
this | |
states |
an array of AccessibleState |
values |
an array of Values, one for each state |
n_states |
the number of accessible states to set |