From 67825e42f722841cf58a7ee569d4544c42acc6bd Mon Sep 17 00:00:00 2001 From: New Pagodi Date: Fri, 12 Jul 2019 16:28:51 -0500 Subject: [PATCH] Update wxEVT_STC_CHANGE documentation --- interface/wx/stc/stc.h | 3 ++- src/stc/stc.interface.h.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index 02030c40ad..e2ce16e9a9 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -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. diff --git a/src/stc/stc.interface.h.in b/src/stc/stc.interface.h.in index 992fb32fb7..17f95c5375 100644 --- a/src/stc/stc.interface.h.in +++ b/src/stc/stc.interface.h.in @@ -976,7 +976,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.