AccessibleT.updateStateValue

Updates an array of accessible states.

This function should be called by GtkWidget types whenever an accessible state change must be communicated to assistive technologies.

This function is meant to be used by language bindings.

template AccessibleT(TStruct)
void
updateStateValue
(
GtkAccessibleState[] states
,
Value[] values
)

Parameters

states GtkAccessibleState[]

an array of GtkAccessibleState

values Value[]

an array of GValues, one for each state

Meta