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