1wxDateEvent(3) Erlang Module Definition wxDateEvent(3)
2
3
4
6 wxDateEvent - Functions for wxDateEvent class
7
9 This event class holds information about a date change and is used to‐
10 gether with wxDatePickerCtrl. It also serves as a base class for wxCal‐
11 endarEvent.
12
13 This class is derived (and can use functions) from: wxCommandEvent wx‐
14 Event
15
16 wxWidgets docs: wxDateEvent
17
19 wxDateEvent() = wx:wx_object()
20
21 wxDate() =
22 #wxDate{type = wxDateEvent:wxDateEventType(),
23 date = wx:wx_datetime()}
24
25 wxDateEventType() = date_changed
26
28 getDate(This) -> wx:wx_datetime()
29
30 Types:
31
32 This = wxDateEvent()
33
34 Returns the date.
35
36
37
38wxWidgets team. wx 2.3.1 wxDateEvent(3)