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