#include </home/zeitlin/src/wx/github/interface/wx/dateevt.h>
This event class holds information about a date change and is used together with wxDatePickerCtrl.
It also serves as a base class for wxCalendarEvent.
Public Member Functions | |
wxDateEvent () | |
wxDateEvent (wxWindow *win, const wxDateTime &dt, wxEventType type) | |
const wxDateTime & | GetDate () const |
Returns the date. | |
void | SetDate (const wxDateTime &date) |
Sets the date carried by the event, normally only used by the library internally. |
wxDateEvent::wxDateEvent | ( | ) |
wxDateEvent::wxDateEvent | ( | wxWindow * | win, |
const wxDateTime & | dt, | ||
wxEventType | type | ||
) |
const wxDateTime& wxDateEvent::GetDate | ( | ) | const |
Returns the date.
void wxDateEvent::SetDate | ( | const wxDateTime & | date | ) |
Sets the date carried by the event, normally only used by the library internally.