implement date events here if wxDatePickerCtrl is not used (as we need them too)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-17 00:32:22 +00:00
parent 76cebbff35
commit ab9cf6366e

View File

@@ -42,7 +42,12 @@
#include "wx/spinctrl.h"
#define _WX_DEFINE_DATE_EVENTS_
// if wxDatePickerCtrl code doesn't define the date event, do it here as we
// need it as well
#if !wxUSE_DATEPICKCTRL
#define _WX_DEFINE_DATE_EVENTS_
#endif
#include "wx/calctrl.h"
#define DEBUG_PAINT 0