mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-24 03:13:13 +08:00
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.