]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
Disable disabling wxWeakRef<T>
[wxWidgets.git] / include / wx / msw / button.h
index 33d8272b2b895d658a7ebb26bcbd43f3d0836d12..1ee21c4d1e27d4822580c37159386e7b5e9f88e8 100644 (file)
@@ -16,7 +16,7 @@
 // Pushbutton
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxButton : public wxButtonBase
+class WXDLLIMPEXP_CORE wxButton : public wxButtonBase
 {
 public:
     wxButton() { }
@@ -58,6 +58,9 @@ public:
     virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 private:
     void MakeOwnerDrawn();