Enumeration (GI Enum)

Gtk-4.0GtkAccessibleState

The possible accessible states of a Accessible.

Index
BUSY: 0

A “busy” state. This state has boolean values

CHECKED: 1

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

DISABLED: 2

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: 3

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

HIDDEN: 4

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: 5

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

PRESSED: 6

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

SELECTED: 7

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

VISITED: 8

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

4.12

Variables

$gtype