]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/html.py
reSWIGged
[wxWidgets.git] / wxPython / src / gtk / html.py
index 9352e9c493ba418d773990bd59e859371f063b88..1f4c4ef31178db155771d68a04a9da0d9101af73 100644 (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)