A “busy” state. This state has boolean values
A “checked” state; indicates the current state of a CheckButton. Value type: AccessibleTristate
A “disabled” state; corresponds to the Widget.sensitive property. It indicates a UI element that is perceivable, but not editable or operable. Value type: boolean
An “expanded” state; corresponds to the Expander.expanded property. Value type: boolean or undefined
A “hidden” state; corresponds to the Widget.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.AccessibleState.DISABLED
An “invalid” state; set when a widget is showing an error. Value type: AccessibleInvalidState
A “pressed” state; indicates the current state of a ToggleButton. Value type: AccessibleTristate enumeration
A “selected” state; set when a widget is selected. Value type: boolean or undefined
Indicates that a widget with the GTK_ACCESSIBLE_ROLE_LINK has been visited. Value type: boolean.
The possible accessible states of a Accessible.