Gjsify LogoGjsify Logo

The possible accessible states of a [ifaceAccessible].

Index

Enumeration Members

BUSY: number

A “busy” state. This state has boolean values

CHECKED: number

A “checked” state; indicates the current state of a [classCheckButton]. Value type: [enumAccessibleTristate]

DISABLED: number

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

EXPANDED: number

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

HIDDEN: number

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

INVALID: number

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

PRESSED: number

A “pressed” state; indicates the current state of a [classToggleButton]. Value type: [enumAccessibleTristate] enumeration

SELECTED: number

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

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method