Enumeration (GI Enum)

Gtk-4.0GtkAccessibleState

The possible accessible states of a Accessible.

Index

Enumeration Members

BUSY: number

A “busy” state. This state has boolean values

CHECKED: number

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

DISABLED: number

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

EXPANDED: number

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

HIDDEN: number

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

INVALID: number

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

PRESSED: number

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

SELECTED: number

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

VISITED: number

Indicates that a widget with the GTK_ACCESSIBLE_ROLE_LINK has been visited. Value type: boolean.