X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67598dc41c16673893553f83cb0cf05f10a41ece..a0c2e4a050f4f2e8d344483ba4cfaa8b08a1fe87:/docs/latex/wx/datectrl.tex diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index d2ad8999a3..09c2f933aa 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -30,6 +30,10 @@ It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$. +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + (only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$) \wxheading{Window styles} @@ -150,6 +154,21 @@ set. Returns the currently selected. If there is no selection or the selection is outside of the current range, an invalid object is returned. +\membersection{wxDatePickerCtrl::SetFormat}\label{wxdatepickerctrlsetformat} + +\func{void}{SetFormat}{\param{const wxChar*}{ format}} + +Please note that this function is only available in the generic version of this +control. The native version always uses the current system locale. + +Sets the display format for the date in the control. See wxDateTime for the +meaning of format strings. + +\wxheading{Remarks} + +If the format parameter is invalid, +the behaviour is undefined. + \membersection{wxDatePickerCtrl::SetRange}\label{wxdatepickerctrlsetrange}