AccessibleT.updatePropertyValue

Updates an array of accessible properties.

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

This function is meant to be used by language bindings.

template AccessibleT(TStruct)
void
updatePropertyValue
(
GtkAccessibleProperty[] properties
,
Value[] values
)

Parameters

properties GtkAccessibleProperty[]

an array of GtkAccessibleProperty

values Value[]

an array of GValues, one for each property

Meta