GtkAccessibleState

The possible accessible states of a GtkAccessible.

Values

ValueMeaning
BUSY0

A “busy” state. This state has boolean values

CHECKED1

A “checked” state; indicates the current state of a #GtkCheckButton. Value type: #GtkAccessibleTristate

DISABLED2

A “disabled” state; corresponds to the #GtkWidget:sensitive property on #GtkWidget. It indicates a UI element that is perceivable, but not editable or operable. Value type: boolean

EXPANDED3

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

HIDDEN4

A “hidden” state; corresponds to the #GtkWidget:visible property on #GtkWidget. 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

INVALID5

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

PRESSED6

A “pressed” state; indicates the current state of a #GtkToggleButton. Value type: #GtkAccessibleTristate enumeration

SELECTED7

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

Meta