git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32121
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- DECLARE_DYNAMIC_CLASS(wxDatePickerCtrl)
- DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
virtual wxSize DoGetBestSize() const;
virtual wxSize DoGetBestSize() const;
- DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
};
#endif // _WX_MSW_DATECTRL_H_
};
#endif // _WX_MSW_DATECTRL_H_
void Init() { m_dt = wxDateTime::Today(); }
void Init() { m_dt = wxDateTime::Today(); }
- DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
+
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
};
#endif // _WX_PALMOS_DATECTRL_H_
};
#endif // _WX_PALMOS_DATECTRL_H_
#define DateTime_SetSystemtime DateTime_SetSystemTime
#endif
#define DateTime_SetSystemtime DateTime_SetSystemTime
#endif
+IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
+
// ============================================================================
// implementation
// ============================================================================
// ============================================================================
// implementation
// ============================================================================
#define _WX_DEFINE_DATE_EVENTS_
#include "wx/dateevt.h"
#define _WX_DEFINE_DATE_EVENTS_
#include "wx/dateevt.h"
+IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
+
// ============================================================================
// implementation
// ============================================================================
// ============================================================================
// implementation
// ============================================================================