Package org.gnome.gtk

Interface AccessibleText

All Superinterfaces:
Accessible, Proxy
All Known Implementing Classes:
AccessibleText.AccessibleTextImpl, Inscription, Label, Map, Text, TextView, View

@Generated("io.github.jwharm.JavaGI") public interface AccessibleText extends Proxy, Accessible
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 Gtk.AccessibleProperty.LABEL or the Gtk.AccessibleProperty.DESCRIPTION properties for accessible objects containing simple, unformatted text.