From: Robin Dunn Date: Fri, 18 Feb 2005 04:42:04 +0000 (+0000) Subject: Add SetBackgroundImage X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3136b082202c7adc7f75c5d7591bc3fa0e4825b1?ds=inline Add SetBackgroundImage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.