gtk.accessible_text

Module for [AccessibleText] interface

Types 2

An interface for accessible objects containing formatted text.

The [gtk.accessible_text.AccessibleText] 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.

Methods
void updateCaretPosition()Updates the position of the caret.
void updateContents(gtk.types.AccessibleTextContentChange change, uint start, uint end)Notifies assistive technologies of a change in contents.
void updateSelectionBound()Updates the boundary of the selection.