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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user