SWIGged updates for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-09 16:24:53 +00:00
parent ab829dd986
commit 4f10f2e0e1
7 changed files with 998 additions and 28 deletions

View File

@@ -664,6 +664,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 +699,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