Remove references to never generated wxSTC events

EVT_STC_KEY and EVT_STC_URIDROPPED events are never generated so there is no need to reference them in the code and documentation. For backwards compatibility reasons their declarations are not entirely removed but marked as deprecated.

Closes #17688.
This commit is contained in:
New Pagodi
2017-02-16 18:18:13 +01:00
committed by Artur Wieczorek
parent 889b406b0e
commit e68cafaf94
7 changed files with 31 additions and 32 deletions

View File

@@ -124,6 +124,7 @@ All (GUI):
- Refactor code in wxQuantize() for MSVC to avoid crash.
- Fix drawing rotated and/or underlined text on wxPostScriptDC.
- Support multiline strings in wxPostScriptDC::DrawText(), DrawRotatedText().
- Deprecate wxEVT_STC_KEY and wxEVT_STC_URIDROPPED events (NewPagodi).
wxGTK: