]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / bmpbuttn.h
index 6827496a50827bfb229e6f77e036681a0af2e250..c874c9d9dabed5ef9b775c8b66b00d5e78099cc6 100644 (file)
@@ -61,7 +61,9 @@ public:
     int GetMarginX() const { return m_marginX; }
     int GetMarginY() const { return m_marginY; }
 
-    virtual bool CanApplyParentThemeBackground() const { return true; }
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
 
 protected:
     // function called when any of the bitmaps changes