1wxCalendarEvent(3) Erlang Module Definition wxCalendarEvent(3)
2
3
4
6 wxCalendarEvent - Functions for wxCalendarEvent class
7
9 The wxCalendarEvent class is used together with wxCalendarCtrl.
10
11 See: wxCalendarCtrl
12
13 This class is derived (and can use functions) from: wxDateEvent wxCom‐
14 mandEvent wxEvent
15
16 wxWidgets docs: wxCalendarEvent
17
19 wxCalendarEvent() = wx:wx_object()
20
21 wxCalendar() =
22 #wxCalendar{type = wxCalendarEvent:wxCalendarEventType(),
23 wday = wx:wx_enum(),
24 date = wx:wx_datetime()}
25
26 wxCalendarEventType() =
27 calendar_sel_changed | calendar_day_changed |
28 calendar_month_changed | calendar_year_changed |
29 calendar_doubleclicked | calendar_weekday_clicked
30
32 getWeekDay(This) -> wx:wx_enum()
33
34 Types:
35
36 This = wxCalendarEvent()
37
38 Returns the week day on which the user clicked in EVT_CALEN‐
39 DAR_WEEKDAY_CLICKED handler.
40
41 It doesn't make sense to call this function in other handlers.
42
43 getDate(This) -> wx:wx_datetime()
44
45 Types:
46
47 This = wxCalendarEvent()
48
49 Returns the date.
50
51
52
53wxWidgets team. wx 2.1.4 wxCalendarEvent(3)