projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow specifying non default port for wxFTP connections.
[wxWidgets.git]
/
include
/
wx
/
datectrl.h
diff --git
a/include/wx/datectrl.h
b/include/wx/datectrl.h
index 5a0e6f0e4d6b0be89fbdfc4de2bac90f0ceb8c33..822902f0626f7699c5819a0f2331adac090e9523 100644
(file)
--- a/
include/wx/datectrl.h
+++ b/
include/wx/datectrl.h
@@
-19,7
+19,7
@@
#include "wx/control.h" // the base class
#include "wx/datetime.h"
#include "wx/control.h" // the base class
#include "wx/datetime.h"
-#define wxDatePickerCtrlNameStr
_
T("datectrl")
+#define wxDatePickerCtrlNameStr
wx
T("datectrl")
// wxDatePickerCtrl styles
enum
// wxDatePickerCtrl styles
enum
@@
-74,7
+74,11
@@
public:
virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0;
};
virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0;
};
-#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
+#if defined(__WXPALMOS__)
+ #include "wx/palmos/datectrl.h"
+
+ #define wxHAS_NATIVE_DATEPICKCTRL
+#elif defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/datectrl.h"
#define wxHAS_NATIVE_DATEPICKCTRL
#include "wx/msw/datectrl.h"
#define wxHAS_NATIVE_DATEPICKCTRL
@@
-98,8
+102,7
@@
public:
}
private:
}
private:
- DECLARE_DYNAMIC_CLASS(wxDatePickerCtrl)
- DECLARE_NO_COPY_CLASS(wxDatePickerCtrl)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
};
#endif
};
#endif