Module: Gtk::AccessibleState
- Defined in:
- (unknown)
Constant Summary collapse
- BUSY =
A “busy” state. This state has boolean values
0 or :busy
- CHECKED =
A “checked” state; indicates the current
state of a [classCheckButton]. Value type: [enumAccessibleTristate] 1 or :checked
- DISABLED =
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 2 or :disabled
- EXPANDED =
An “expanded” state; corresponds to the
[propertyExpander:expanded] property. Value type: boolean
or undefined 3 or :expanded
- HIDDEN =
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 4 or :hidden
- INVALID =
An “invalid” state; set when a widget
is showing an error. Value type: [enumAccessibleInvalidState] 5 or :invalid
- PRESSED =
A “pressed” state; indicates the current
state of a [classToggleButton]. Value type: [enumAccessibleTristate]
enumeration 6 or :pressed
- SELECTED =
A “selected” state; set when a widget
is selected. Value type: boolean or undefined 7 or :selected
- VISITED =
Indicates that a widget with the GTK_ACCESSIBLE_ROLE_LINK has been visited.
Value type: boolean. 8 or :visited