Update wxEVT_STC_CHANGE documentation

This commit is contained in:
New Pagodi
2019-07-12 16:28:51 -05:00
parent 61d4dbc66b
commit 67825e42f7
2 changed files with 4 additions and 2 deletions

View File

@@ -8036,7 +8036,8 @@ public:
- Generated when the text of the document has changed.
- This an older style event and should probably not be used in new code.
- This an older style event and should probably not be used in new code. Use
@c wxEVT_STC_MODIFIED instead.
- Valid event functions: none.