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