X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b91c4601f2cc8fab375dc49a0a1222d58065cfdb..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/dateevt.h?ds=sidebyside diff --git a/interface/wx/dateevt.h b/interface/wx/dateevt.h index 9eb3af6fbe..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,6 +19,9 @@ class wxDateEvent : public wxCommandEvent { public: + wxDateEvent(); + wxDateEvent(wxWindow *win, const wxDateTime& dt, wxEventType type); + /** Returns the date. */ @@ -31,3 +34,5 @@ public: void SetDate(const wxDateTime& date); }; +wxEventType wxEVT_DATE_CHANGED; +wxEventType wxEVT_TIME_CHANGED;