AccessibleTextT

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.

Members

Functions

updateCaretPosition
void updateCaretPosition()

Updates the position of the caret.

updateContents
void updateContents(gtk.types.AccessibleTextContentChange change, uint start, uint end)

Notifies assistive technologies of a change in contents.

updateSelectionBound
void updateSelectionBound()

Updates the boundary of the selection.