wxcalendareventthe wxcalendarevent class is used together with wxcalendarctrl. derived from
wxdateevent include files <wx/calctrl.h> see also members
wxcalendarevent::getweekday
wxcalendarevent::getweekdaywxdatetime::weekday getweekday() const returns the week day on which the user clicked in evt_calendar_weekday_clicked handler. it doesn't make sense to call this function in other handlers.
wxcalendarevent::setweekdayvoid setweekday(wxdatetime::weekday day) sets the week day carried by the event, normally only used by the library internally.
|