#define _WX_GENERIC_CALCTRL_H
#include "wx/control.h" // the base class
-
+#include "wx/dcclient.h" // for wxPaintDC
#include "wx/spinctrl.h" // for wxSpinEvent
class WXDLLEXPORT wxComboBox;
virtual ~wxCalendarCtrl();
+ virtual bool Destroy();
+
// set/get the current date
// ------------------------