]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dateevt.h
Expose the Apple menu so it can be setup manually.
[wxWidgets.git] / interface / wx / dateevt.h
index 9eb3af6fbe5726e49271ac1c9a96ff65362931ec..5ff704eabb9be69ccc14232ff8fdda71e5a66112 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        dateevt.h
 // Purpose:     interface of wxDateEvent
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -19,6 +18,9 @@
 class wxDateEvent : public wxCommandEvent
 {
 public:
+    wxDateEvent();
+    wxDateEvent(wxWindow *win, const wxDateTime& dt, wxEventType type);
+
     /**
         Returns the date.
     */
@@ -31,3 +33,5 @@ public:
     void SetDate(const wxDateTime& date);
 };
 
+wxEventType wxEVT_DATE_CHANGED;
+wxEventType wxEVT_TIME_CHANGED;