]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/datectrl.h
wxColour -> NSColor conversion.
[wxWidgets.git] / include / wx / msw / datectrl.h
index c4078c6f6893edb7f64534a0109e465e8c1684f5..b92a88ea38b1befa879d9ec1904d8af4f63c4cb4 100644 (file)
@@ -57,7 +57,11 @@ public:
 
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
 
     // the date currently shown by the control, may be invalid