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:
@@ -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
|
||||
|
Reference in New Issue
Block a user