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
+ wxDateTime m_date;
+
DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
};