SWIGged updates for wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-12 00:43:06 +00:00
parent 151796fa32
commit d10f0b94b8
4 changed files with 55 additions and 6 deletions

View File

@@ -177,6 +177,7 @@ class wxHtmlWinParserPtr(wxHtmlParserPtr):
return val
def GetWindow(self, *_args, **_kwargs):
val = htmlc.wxHtmlWinParser_GetWindow(self, *_args, **_kwargs)
if val: val = wxHtmlWindowPtr(val)
return val
def SetFonts(self, *_args, **_kwargs):
val = htmlc.wxHtmlWinParser_SetFonts(self, *_args, **_kwargs)