Files
wxWidgets/include
Joshua Lee Ockert 9184f60958 wxRichTextCtrl: Basic screen reader support
Add rudimentary (IAccessibility/MSAA) accessibility to wxRichTextCtrl to
allow screen readers to read the rich text content as plain text on
Windows. Full accessibility support would require using IAccessibility2
and IAccessibilityText (contextual reading of lines or characters, etc.)
which is not yet implemented, but in the meanwhile this is better than
nothing.

See #26051 which is somewhat mitigated even if not really fixed by this.
2026-02-18 16:14:30 +01:00
..