X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..b09857ae000a60704207d63290be937584805fb0:/interface/wx/dateevt.h diff --git a/interface/wx/dateevt.h b/interface/wx/dateevt.h index 5f6f2ae77a..73f1d50192 100644 --- a/interface/wx/dateevt.h +++ b/interface/wx/dateevt.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDateEvent // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -19,10 +19,13 @@ class wxDateEvent : public wxCommandEvent { public: + wxDateEvent(); + wxDateEvent(wxWindow *win, const wxDateTime& dt, wxEventType type); + /** Returns the date. */ - const wxDateTime GetDate() const; + const wxDateTime& GetDate() const; /** Sets the date carried by the event, normally only used by the library @@ -31,3 +34,5 @@ public: void SetDate(const wxDateTime& date); }; +wxEventType wxEVT_DATE_CHANGED; +wxEventType wxEVT_TIME_CHANGED;