]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
Added wxToggleBitmapButton
[wxWidgets.git] / include / wx / msw / spinbutt.h
index 56e69f30b816af38f52e90de39c62fdd571142b7..f57277f4ebce3b752abebfae4ae5f7a718d30f9c 100644 (file)
@@ -57,6 +57,9 @@ public:
     // a wxSpinButton can't do anything useful with focus, only wxSpinCtrl can
     virtual bool AcceptsFocus() const { return false; }
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
    virtual wxSize DoGetBestSize() const;