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