Ignore HtmlHelpController.Destroy() since it owns itself, to avoid
double deletions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1227,6 +1227,8 @@ public:
|
|||||||
void ReadCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
|
void ReadCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
|
||||||
void WriteCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
|
void WriteCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
|
||||||
wxHtmlHelpFrame* GetFrame();
|
wxHtmlHelpFrame* GetFrame();
|
||||||
|
|
||||||
|
%pythoncode { def Destroy(self): pass }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user