From 55d3fd4e7080a9e4dd3f0e64f4df1a1f2fe3661c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 2 Mar 2020 16:01:42 -0800 Subject: [PATCH] Explain why wxCHMHelpController is in src instead of etg. --- src/helpchm.sip | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/helpchm.sip b/src/helpchm.sip index 13a71d6d..28cc1368 100644 --- a/src/helpchm.sip +++ b/src/helpchm.sip @@ -10,6 +10,11 @@ //-------------------------------------------------------------------------- +// NOTE: This class is defined here instead of an etg file because it is not +// documented in the wxWidgets interface files. However since it implements the +// same API as all the other help controller classes then I think it's an okay +// workaround for now. + class wxCHMHelpController : public wxHelpControllerBase { @@ -38,5 +43,4 @@ public: static bool ShowContextHelpPopup(const wxString& text, const wxPoint& pos, wxWindow *window); - };