wx.adv.CalendarEvent¶The wx.adv.CalendarEvent class is used together with wx.adv.CalendarCtrl.
See also
Class Hierarchy¶
Inheritance diagram for class CalendarEvent:
Methods Summary¶Returns the week day on which the user clicked in |
|
Sets the week day carried by the event, normally only used by the library internally. |
Properties Summary¶See |
Class API¶Possible constructors:
CalendarEvent()
CalendarEvent(win, dt, type)
The CalendarEvent class is used together with CalendarCtrl.
__init__ (self)
__init__ (self, win, dt, type)
win (wx.Window) –
dt (wx.DateTime) –
type (wx.EventType) –
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.
Sets the week day carried by the event, normally only used by the library internally.
day (DateTime.WeekDay) –
See GetWeekDay and SetWeekDay