Package: gtk

GEnum gtk:accessible-announcement-priority

Declaration

(gobject:define-genum "GtkAccessibleAnnouncementPriority"
                      accessible-announcement-priority
  (:export t
   :type-initializer "gtk_accessible_announcement_priority_get_type")
  :low
  :medium
  :high)  

Values

:low
The announcement is low priority, and might be read only on the request of the user.
:medium
The announcement is of medium priority, and is usually spoken at the next opportunity, such as at the end of speaking the current sentence or when the user pauses typing.
:hight
The announcement is of high priority, and is usually spoken immediately. Because an interruption might disorient users or cause them to not complete their current task, authors should not use high priority announcements unless the interruption is imperative. An example would be a notification about a critical battery power level.

Details

The priority of an accessibility announcement. Since 4.14
 

See also

2024-11-3