phoenix_title wx.adv.CalendarEvent

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

See also

wx.adv.CalendarCtrl


class_hierarchy Class Hierarchy

Inheritance diagram for class CalendarEvent:

method_summary Methods Summary

__init__

GetWeekDay

Returns the week day on which the user clicked in EVT_CALENDAR_WEEKDAY_CLICKED handler.

SetWeekDay

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


property_summary Properties Summary

WeekDay

See GetWeekDay and SetWeekDay


api Class API

class wx.adv.CalendarEvent(DateEvent)

Possible constructors:

CalendarEvent() -> None

CalendarEvent(win : Window, dt : DateTime, type : EventType) -> None

The CalendarEvent class is used together with CalendarCtrl.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__init__ (self, win : Window, dt : DateTime, type : EventType)

Parameters:
Return type:

None





GetWeekDay(self)

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.

Return type:

DateTime.WeekDay



SetWeekDay(self, day : DateTime.WeekDay)

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

Parameters:

day (DateTime.WeekDay) –

Return type:

None


Properties

WeekDay

See GetWeekDay and SetWeekDay