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.
|