reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-12-01 00:12:58 +00:00
parent 020303e6f9
commit f78cc8969d
23 changed files with 990 additions and 272 deletions

View File

@@ -1201,7 +1201,7 @@ class HtmlDCRenderer(_core.Object):
def Render(*args, **kwargs):
"""
Render(self, int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
Render(self, int x, int y, int from=0, int dont_render=False, int maxHeight=INT_MAX,
int choices=None, int LCOUNT=0) -> int
"""
return _html.HtmlDCRenderer_Render(*args, **kwargs)