AccessibleAnnouncementPriority
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_ANNOUNCEMENT_PRIORITY_" , type_id = "gtk_accessible_announcement_priority_get_type ()" ) ]
[ Version ( since = "4.14" ) ]
public enum AccessibleAnnouncementPriority
The priority of an accessibility announcement.
Content:
Enum values:
- HIGH - The announcement is
of high priority, and is usually spoken immediately.
- LOW - The announcement is
low priority, and might be read only on the user's request.
- 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.