]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datectrl.tex
Misc doc fixes
[wxWidgets.git] / docs / latex / wx / datectrl.tex
index 637a661b3ec89d98e3dbb403158d3000d724aeb7..8ef6c026da570b0c4406fe04669e54d0e52267ee 100644 (file)
 
 \section{\class{wxDatePickerCtrl}}\label{wxdatepickerctrl}
 
-This control allows the user to select a date. Unlike
+This control allows the user to select a date. Unlike 
 \helpref{wxCalendarCtrl}{wxcalendarctrl}, which is a relatively big control,
-it is implemented as a small window showing the currently selected date and
-allowing to edit it directly using the keyboard and may also display a popup
+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.
 
+It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$.
+
 \wxheading{Derived from}
 
 \helpref{wxControl}{wxcontrol}\\
@@ -28,8 +30,6 @@ the platform.
 
 <wx/dateevt.h>
 
-(only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$)
-
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}%
@@ -170,4 +170,3 @@ in the currently selected range, if any.
 
 Calling this method does not result in a date change event.
 
-