Changed paths:
M include/wx/richtext/richtextctrl.h
M src/richtext/richtextctrl.cpp
Log Message:
-----------
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.
Log Message:
-----------
Document wxStockHelpStringClient used by wxGetStockHelpString()
This should have been done in e80d78c2c9 (Document
wxGetStockHelpString() function, 2026-02-04) as all types used by the
documented functions should themselves be documented.