Accessible.updateRelation
void updateRelation(gtk.types.AccessibleRelation[] relations, gobject.value.Value[] values)Updates an array of accessible relations.
This function should be called by gtk.widget.Widget types whenever an accessible relation change must be communicated to assistive technologies.
This function is meant to be used by language bindings.
Parameters
relations | an array of gtk.types.AccessibleRelation |
values | an array of GValues, one for each relation |