SWIGged updates for wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-09 19:40:08 +00:00
parent 2321b3c778
commit 62107846d2
6 changed files with 1038 additions and 28 deletions

View File

@@ -550,6 +550,9 @@ class wxHtmlWindowPtr(wxScrolledWindowPtr):
def LoadPage(self, *_args, **_kwargs):
val = htmlc.wxHtmlWindow_LoadPage(self, *_args, **_kwargs)
return val
def LoadFile(self, *_args, **_kwargs):
val = htmlc.wxHtmlWindow_LoadFile(self, *_args, **_kwargs)
return val
def AppendToPage(self, *_args, **_kwargs):
val = htmlc.wxHtmlWindow_AppendToPage(self, *_args, **_kwargs)
return val
@@ -664,6 +667,9 @@ class wxHtmlDCRendererPtr(wxObjectPtr):
def SetHtmlText(self, *_args, **_kwargs):
val = htmlc.wxHtmlDCRenderer_SetHtmlText(self, *_args, **_kwargs)
return val
def SetFonts(self, *_args, **_kwargs):
val = htmlc.wxHtmlDCRenderer_SetFonts(self, *_args, **_kwargs)
return val
def Render(self, *_args, **_kwargs):
val = htmlc.wxHtmlDCRenderer_Render(self, *_args, **_kwargs)
return val
@@ -696,6 +702,9 @@ class wxHtmlPrintoutPtr(wxPrintoutPtr):
def SetFooter(self, *_args, **_kwargs):
val = htmlc.wxHtmlPrintout_SetFooter(self, *_args, **_kwargs)
return val
def SetFonts(self, *_args, **_kwargs):
val = htmlc.wxHtmlPrintout_SetFonts(self, *_args, **_kwargs)
return val
def SetMargins(self, *_args, **_kwargs):
val = htmlc.wxHtmlPrintout_SetMargins(self, *_args, **_kwargs)
return val