AccessibleText
An interface for accessible objects containing formatted text.
The GtkAccessibleText
interfaces is meant to be implemented by accessible objects that have text formatted with attributes, or non-trivial text contents.
You should use the enum@Gtk.AccessibleProperty.LABEL or the enum@Gtk.AccessibleProperty.DESCRIPTION properties for accessible objects containing simple, unformatted text.
Since
4.14
Inheritors
Properties
Functions
Requests the user's screen reader to announce the given message.
Retrieves the accessible parent for an accessible object.
Retrieves the accessible role of an accessible object.
Retrieves the accessible implementation for the given GtkAccessible
.
Retrieves the first accessible child of an accessible object.
Retrieves the next accessible sibling of an accessible object
Query a platform state, such as focus.
Resets the accessible @property to its default value.
Resets the accessible @relation to its default value.
Resets the accessible @state to its default value.
Sets the parent and sibling of an accessible object.
Updates the position of the caret.
Notifies assistive technologies of a change in contents.
Updates the next accessible sibling of @self.
Updates the boundary of the selection.