|
NAMEwxCalendarEvent - Functions for wxCalendarEvent class DESCRIPTIONThe wxCalendarEvent class is used together with wxCalendarCtrl. See: wxCalendarCtrl This class is derived (and can use functions) from: wxDateEvent wxCommandEvent wxEvent wxWidgets docs: wxCalendarEvent DATA TYPESwxCalendarEvent() = wx:wx_object() wxCalendar() = wxCalendarEventType() = EXPORTSgetWeekDay(This) -> wx:wx_enum() Types: This = wxCalendarEvent()
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. getDate(This) -> wx:wx_datetime() Types: This = wxCalendarEvent()
Returns the date.
|