wx.calendar.CalendarEvent

Inheritance diagram for wx.calendar.CalendarEvent:



Description

The wx.calendar.CalendarEvent class is used together with wx.calendar.CalendarCtrl.

Methods Summary

Properties Summary

Class API

Methods

__init__(cal, type)

Default constructor.

Parameters:


Returns:

wx.calendar.CalendarEvent


GetWeekDay()

Returns the week day on which the user clicked in wx.calendar.EVT_CALENDAR_WEEKDAY_CLICKED handler. It doesn’t make sense to call this function in other handlers.


Returns:

wx.DateTime.WeekDay


SetWeekDay(day)

Sets the week day carried by the event, normally only used by the library internally.

Parameters:


Properties

WeekDay
See GetWeekDay and SetWeekDay