wxHtmlHelpController doesn't derive from wxEvtHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-19 20:04:51 +00:00
parent 750972abb4
commit 3b03eb99e9

View File

@@ -1195,9 +1195,10 @@ enum {
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();