]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datectrl.tex
documented new overloaded Connect() and wxFooEventHandler macros
[wxWidgets.git] / docs / latex / wx / datectrl.tex
index add36bdfc3cda62eb979a3b02bbab5cdd94ba2cd..46e88106c53be5919228ccfa38b7bf8ded3e236d 100644 (file)
@@ -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$.