An interactive widget that supports multiple lines of text and optionally accepts user input, but whose purpose is not to solicit user input.
Thus ATSPI_ROLE_TEXT
is appropriate for the text view in a plain text editor but inappropriate for an input field in a
dialog box or web form. For widgets whose purpose is to solicit input from the user, see ATSPI_ROLE_ENTRY
and
ATSPI_ROLE_PASSWORD_TEXT
. For generic objects which display a brief amount of textual information, see ATSPI_ROLE_STATIC
.