diff --git a/wxPython/src/html.i b/wxPython/src/html.i index f1e7dba192..85d6423e48 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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.