AccessibleState

The possible accessible states of a iface@Accessible.

Entries

Link copied to clipboard

A “busy” state. This state has boolean values

Link copied to clipboard

A “checked” state; indicates the current state of a class@CheckButton. Value type: enum@AccessibleTristate

Link copied to clipboard

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

Link copied to clipboard

An “expanded” state; corresponds to the property@Expander:expanded property. Value type: boolean or undefined

Link copied to clipboard

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_ACCESSIBLE_STATE_DISABLED

Link copied to clipboard

An “invalid” state; set when a widget is showing an error. Value type: enum@AccessibleInvalidState

Link copied to clipboard

A “pressed” state; indicates the current state of a class@ToggleButton. Value type: enum@AccessibleTristate enumeration

Link copied to clipboard

A “selected” state; set when a widget is selected. Value type: boolean or undefined

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.