]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / bmpbuttn.h
index 1bc0a1239ba05fb5315a9efc0de985d9ccbb44cb..61a5428e2081ff4d132b4d88c766e21401b29a1a 100644 (file)
@@ -61,13 +61,9 @@ 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() { InvalidateBestSize(); }
+    virtual void OnSetBitmap() { InvalidateBestSize(); Refresh(); }
 
     // the bitmaps for various states
     wxBitmap m_bmpNormal,