Package: gtk

Function gtk:accessible-update-property

Lambda List

gtk:accessible-update-property (accessible properties values)

Arguments

accessible -- a gtk:accessible object
properties -- a list of gtk:accessible-property values
values -- a list of g:value instances, one for each property

Details

Updates a list of accessible properties. See the gtk:accessible-property documentation for the value types of accessible properties.

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

See also

#2024-11-5