]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/time.tex
fixed bug in mouse handling
[wxWidgets.git] / docs / latex / wx / time.tex
index 057e59ed0d5d464bb11d770366affd7d53af12aa..879462222ca7031ac70bf35832bd8dc0972327e2 100644 (file)
@@ -2,35 +2,28 @@
 
 Representation of time and date.
 
+{\bf NOTE:} this class is retained only for compatibility,
+and has been replaced by \helpref{wxDateTime}{wxdatetime}. wxTime
+may be withdrawn in future versions of wxWindows.
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/time.h>
+
 \wxheading{Data structures}
 
-{\small \begin{verbatim}
+\begin{verbatim}
 typedef unsigned short hourTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned short minuteTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned short secondTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned long clockTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 enum tFormat { wx12h, wx24h };
-\end{verbatim}}
-
-{\small \begin{verbatim}
 enum tPrecision { wxStdMinSec, wxStdMin };
-\end{verbatim}}
+\end{verbatim}
 
 \wxheading{See also}