]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/panel.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / univ / panel.h
index 19f0d52dc051ee0989222aef828cf7acc62df92c..f6bd7c213769ddafbaddc80075a53e17fd85484f 100644 (file)
@@ -44,6 +44,13 @@ public:
     )
 #endif // WXWIN_COMPATIBILITY_2_8
 
+protected:
+    virtual void DoSetBackgroundBitmap(const wxBitmap& bmp)
+    {
+        // We have support for background bitmap even at the base class level.
+        SetBackground(bmp, wxALIGN_NOT, wxTILE);
+    }
+
 private:
     wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxPanel);
 };