A “busy” state. This state has boolean values
A “checked” state; indicates the current
state of a [classCheckButton]
. Value type: [enumAccessibleTristate]
A “disabled” state; corresponds to the
[propertyWidget:
sensitive] property. It indicates a UI element
that is perceivable, but not editable or operable. Value type: boolean
An “expanded” state; corresponds to the
[propertyExpander:
expanded] property. Value type: boolean
or undefined
A “hidden” state; corresponds to the
[propertyWidget:
visible] property. You can use this state
explicitly on UI elements that should not be exposed to an assistive
technology. Value type: boolean
See also: %GTK_ACCESSIBLE_STATE_DISABLED
An “invalid” state; set when a widget
is showing an error. Value type: [enumAccessibleInvalidState]
A “pressed” state; indicates the current
state of a [classToggleButton]
. Value type: [enumAccessibleTristate]
enumeration
A “selected” state; set when a widget is selected. Value type: boolean or undefined
The possible accessible states of a [iface
Accessible]
.