wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,6 +140,7 @@ wxPalmOS:
|
||||
- native wxToggleButton implementation
|
||||
- native wxRadioButton implementation
|
||||
- native wxStaticText implementation
|
||||
- native wxDatePickerCtrl implementation
|
||||
|
||||
|
||||
2.5.3
|
||||
|
@@ -15,7 +15,7 @@ This control allows the user to select a date. Unlike
|
||||
wxDatePickerCtrl is implemented as a small window showing the currently selected date.
|
||||
The control can be edited using the keyboard, and can also display a popup
|
||||
window for more user-friendly date selection, depending on the styles used and
|
||||
the platform.
|
||||
the platform, except PalmOS where date is selected using native dialog.
|
||||
|
||||
It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$.
|
||||
|
||||
|
Reference in New Issue
Block a user