查看源代码 wxCalendarEvent (wx v2.4.3)

wxCalendarEvent 类与 wxCalendarCtrl 一起使用。

参见: wxCalendarCtrl

这个类继承自以下类,并可以使用其函数:

wxWidgets 文档: wxCalendarEvent

摘要

函数

返回日期。

返回用户在 EVT\_CALENDAR\_WEEKDAY\_CLICKED 处理程序中点击的星期几。

类型

-type wxCalendar() ::
          #wxCalendar{type :: wxCalendarEvent:wxCalendarEventType(),
                      wday :: wx:wx_enum(),
                      date :: wx:wx_datetime()}.
-type wxCalendarEvent() :: wx:wx_object().
-type wxCalendarEventType() ::
          calendar_sel_changed | calendar_day_changed | calendar_month_changed | calendar_year_changed |
          calendar_doubleclicked | calendar_weekday_clicked.

函数

-spec getDate(This) -> wx:wx_datetime() when This :: wxCalendarEvent().

返回日期。

-spec getWeekDay(This) -> wx:wx_enum() when This :: wxCalendarEvent().

返回用户在 EVT\_CALENDAR\_WEEKDAY\_CLICKED 处理程序中点击的星期几。

在其他处理程序中调用此函数没有意义。