Package: gtk

Function gtk:accessible-announce

Lambda List

gtk:accessible-announce (accessible message priority)

Arguments

accessible -- a gtk:accessible object
message -- a string with the message to announce
priority -- a gtk:accessible-announcement-priority value for the priority of the announcement

Details

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, for example, 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.

Since 4.14
 

See also

#2024-11-5