announce
Description:
[ Version ( since = "4.14" ) ]
public void announce (string message, AccessibleAnnouncementPriority priority)
public void announce (string message, AccessibleAnnouncementPriority priority)
Requests the user's screen reader to announce the given message.
This kind of notification is useful for messages that either have only a visual representation or that are not exposed visually at all, e.g. a notification about a successful operation.
Also, by using this API, you can ensure that the message does not interrupts the user's current screen reader output.
Parameters:
this |
a `GtkAccessible` |
message |
the string to announce |
priority |
the priority of the announcement |