.\" This is a wxWidgets manpage page generated from the XML docs .TH wxCalendarEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxCalendarEvent \- Used with wxCalendarCtrl .SH DESCRIPTION The wxCalendarEvent class is used together with wxCalendarCtrl . .SH "PARENTS" wxDateEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/calctrl.h .SH MEMBERS .SS wxDateTime::WeekDay GetWeekDay () 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. .SS void SetWeekDay (wxDateTime::WeekDay day) Sets the week day carried by the event, normally only used by the library internally. .SH "SEE ALSO" wxDateEvent wxCommandEvent wxEvent wxObject wxCalendarCtrl .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.