git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30646
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
MustHaveApp(wxHtmlHelpController);
-class wxHtmlHelpController : public wxEvtHandler {
+class wxHtmlHelpController : public wxObject // wxHelpControllerBase
+{
public:
- %pythonAppend wxHtmlHelpController "self._setOORInfo(self)"
+// %pythonAppend wxHtmlHelpController "self._setOORInfo(self)"
wxHtmlHelpController(int style = wxHF_DEFAULTSTYLE);
~wxHtmlHelpController();