]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datectrl.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / datectrl.tex
index fb8d613aa2f8827f4aab8cbfb845253a0e418dc4..09c2f933aab67f4009d40e299bb31df3e5e1b70a 100644 (file)
@@ -30,6 +30,10 @@ It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$.
 
 <wx/datectrl.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 (only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$)
 
 \wxheading{Window styles}
@@ -154,7 +158,11 @@ outside of the current range, an invalid object is returned.
 
 \func{void}{SetFormat}{\param{const wxChar*}{ format}}
 
-Sets the display format for the date in the control. See wxDateTime for the meaning of format strings.
+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}