]> git.saurik.com Git - wxWidgets.git/commitdiff
Add SetBackgroundImage
authorRobin Dunn <robin@alldunn.com>
Fri, 18 Feb 2005 04:42:04 +0000 (04:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 18 Feb 2005 04:42:04 +0000 (04:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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 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.
     // 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.