Package: gtk

Function gtk:accessible-update-state

Lambda List

gtk:accessible-update-state (accessible &rest args)

Arguments

accessible -- a gtk:accessible object
args -- pairs of gtk:accessible-state values and the corresponding value for the state

Details

Updates a list of accessible states. See the gtk:accessible-state documentation for the value types of accessible states.

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

See also

2026-08-25