]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
warning fix
[wxWidgets.git] / wxPython / src / html.i
index f1e7dba1922168c91151d68d3510f3d450d26c8f..85d6423e48c2cde3cf0dafdbbaa8ee204404ce64 100644 (file)
@@ -893,6 +893,10 @@ public:
     // Sets space between text and window borders.
     void SetBorders(int b);
 
+    // Sets the bitmap to use for background (currnetly it will be tiled,
+    // when/if we have CSS support we could add other possibilities...)
+    void SetBackgroundImage(const wxBitmap& bmpBg);
+
     // Saves custom settings into cfg config. it will use the path 'path'
     // if given, otherwise it will save info into currently selected path.
     // saved values : things set by SetFonts, SetBorders.