reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-18 19:33:00 +00:00
parent ac03a19f93
commit 53aa7709e0
70 changed files with 5020 additions and 2830 deletions

View File

@@ -1087,6 +1087,10 @@ class HtmlWindow(_windows.ScrolledWindow):
"""SetBorders(self, int b)"""
return _html.HtmlWindow_SetBorders(*args, **kwargs)
def SetBackgroundImage(*args, **kwargs):
"""SetBackgroundImage(self, Bitmap bmpBg)"""
return _html.HtmlWindow_SetBackgroundImage(*args, **kwargs)
def ReadCustomization(*args, **kwargs):
"""ReadCustomization(self, ConfigBase cfg, String path=EmptyString)"""
return _html.HtmlWindow_ReadCustomization(*args, **kwargs)