An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -520,6 +520,9 @@ class wxHtmlWindowPtr(wxScrolledWindowPtr):
|
||||
def LoadPage(self, *_args, **_kwargs):
|
||||
val = apply(htmlc.wxHtmlWindow_LoadPage,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def AppendToPage(self, *_args, **_kwargs):
|
||||
val = apply(htmlc.wxHtmlWindow_AppendToPage,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetOpenedPage(self, *_args, **_kwargs):
|
||||
val = apply(htmlc.wxHtmlWindow_GetOpenedPage,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user