Enumeration

AtkLive

since: 2.50

Declaration

enum Atk.Live

Description [src]

Enumeration used to indicate a type of live region and how assertive it should be in terms of speaking notifications. Currently, this is only used for “notification” events, but it may be used for additional purposes in the future.

Available since: 2.50

Members

ATK_LIVE_NONE

No live region.

  • Value: 0
  • Available since: 2.50
ATK_LIVE_POLITE

This live region should be considered polite.

  • Value: 1
  • Available since: 2.50
ATK_LIVE_ASSERTIVE

This live region should be considered assertive.

  • Value: 2
  • Available since: 2.50