]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/dateevt.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxDateEvent
4 // Author: wxWidgets team
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
12 This event class holds information about a date change and is used together
13 with wxDatePickerCtrl. It also serves as a base class
19 class wxDateEvent
: public wxCommandEvent
25 const wxDateTime
& GetDate() const;
28 Sets the date carried by the event, normally only used by the library
31 void SetDate(const wxDateTime
& date
);