Enumeration (GI Enum)

Gtk-4.0GtkAccessibleAnnouncementPrioritySince 4.14

The priority of an accessibility announcement.

4.14

Index

Enumeration Members

Enumeration Members

HIGH: number

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.

LOW: number

The announcement is low priority, and might be read only on the user's request.

MEDIUM: number

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.