+ void Init();
+ void DropDown(bool down = true);
+
+ void OnText(wxCommandEvent &event);
+ void OnEditKey(wxKeyEvent & event);
+ void OnCalKey(wxKeyEvent & event);
+ void OnClick(wxCommandEvent &event);
+ void OnSelChange(wxCalendarEvent &event);
+ void OnSetFocus(wxFocusEvent &event);
+ void OnKillFocus(wxFocusEvent &event);
+ void OnChildSetFocus(wxChildFocusEvent &event);
+
+
+ wxDatePopupInternal *m_popup;