X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/feb72429e84a705de867331397ff7b6cbaeec48a..5125ea1f83ee0b64c6e26c17823f6e389f7b633f:/docs/latex/wx/datectrl.tex diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index e3eaec697d..637a661b3e 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -28,6 +28,25 @@ the platform. +(only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$) + +\wxheading{Window styles} + +\twocolwidtha{5cm}% +\begin{twocollist}\itemsep=0pt +\twocolitem{\windowstyle{wxDP\_SPIN}}{Creates a control without month calendar +drop down but with spin control-like arrows to change individual date +components. This style is not supported by the generic version.} +\twocolitem{\windowstyle{wxDP\_DROPDOWN}}{Creates a control with a month +calendar drop down part from which the user can select a date.} +\twocolitem{\windowstyle{wxDP\_DEFAULT}}{Creates a control with default style +which is the best supported for the current platform (currently wxDP\_SPIN +under Windows and wxDP\_DROPDOWN elsewhere).} +\twocolitem{\windowstyle{wxDP\_SHOWCENTURY}}{Forces display of the century in +the default date format. Without this flas the century could be displayed or +not depending on the default date representation in the system.} +\end{twocollist} + \wxheading{Event handling} \twocolwidtha{7cm}% @@ -51,11 +70,11 @@ changes the current selection in the control.} \param{const wxDateTime\& }{dt = wxDefaultDateTime},\rtfsp \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp \param{const wxSize\& }{size = wxDefaultSize},\rtfsp -\param{long}{ style = 0},\rtfsp +\param{long}{ style = wxDP\_DEFAULT | wxDP\_SHOWCENTURY},\rtfsp \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``datectrl"}} -Initializes the object and calls \helpref{Create}{wxdatepickerctrcreate} with +Initializes the object and calls \helpref{Create}{wxdatepickerctrlcreate} with all the parameters. @@ -66,7 +85,7 @@ all the parameters. \param{const wxDateTime\& }{dt = wxDefaultDateTime},\rtfsp \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp \param{const wxSize\& }{size = wxDefaultSize},\rtfsp -\param{long}{ style = 0},\rtfsp +\param{long}{ style = wxDP\_DEFAULT | wxDP\_SHOWCENTURY},\rtfsp \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``datectrl"}}