wxDateEventThis event class holds information about a date change and is used together with wxDatePickerCtrl. It also serves as a base class for wxCalendarEvent. Derived from
wxCommandEvent Include files <wx/dateevt.h> Members
wxDateEvent::GetDate
wxDateEvent::GetDateconst wxDateTime& GetDate() const Returns the date.
wxDateEvent::SetDatevoid SetDate(const wxDateTime& date) Sets the date carried by the event, normally only used by the library internally.
|