]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / include / wx / button.h
index d4032a3b6c3e0f85fa0ccccbce61eaabeffe02e0..1e7f14a0f77e406c309a569e209d1859fe953624 100644 (file)
@@ -60,6 +60,11 @@ public:
     // on its panel
     virtual void SetDefault() { }
 
+    // Buttons on MSW can look bad if they are not native colours, because
+    // then they become owner-drawn and not theme-drawn.  Disable it here
+    // in wxButtonBase to make it consistent.
+    virtual bool ShouldInheritColours() const { return false; }
+
     // returns the default button size for this platform
     static wxSize GetDefaultSize();