]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
glcanvas fix and toplevel event handler exposed
[wxWidgets.git] / include / wx / bmpbuttn.h
index ebaafefda3e9d55d27add37d2e35bf9e8bac3f02..c874c9d9dabed5ef9b775c8b66b00d5e78099cc6 100644 (file)
@@ -61,6 +61,10 @@ public:
     int GetMarginX() const { return m_marginX; }
     int GetMarginY() const { return m_marginY; }
 
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
+
 protected:
     // function called when any of the bitmaps changes
     virtual void OnSetBitmap() { }