From 57ff58bd132a4a04f305bcd9bd2ee875d2f8f4b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 28 Sep 2004 16:11:04 +0000 Subject: [PATCH] Hardware defines spec. Their application to the sources will take more commits since it not always as easy as it seems when they are part of more complicated conditions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/cppconst.tex | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/cppconst.tex b/docs/latex/wx/cppconst.tex index 29474a148c..4339dd3e9e 100644 --- a/docs/latex/wx/cppconst.tex +++ b/docs/latex/wx/cppconst.tex @@ -66,7 +66,7 @@ so please start any new defines with \_\_WX. \twocolitem{\_\_WINDOWS\_\_}{any Windows} \end{twocollist} -\subsection{Hardware architectures}\label{hardwareconst} +\subsection{Hardware architectures (CPU)}\label{cpuconst} Note that not all of these symbols are always defined, it depends on the compiler used. @@ -77,6 +77,19 @@ compiler used. \twocolitem{\_\_POWERPC\_\_}{Motorola Power PC} \end{twocollist} +\subsection{Hardware type}\label{hardwareconst} + +Combination of these symbols with GUI symbols describes real hardware +(like \_\_PDA\_\_ $&&$ \_\_WXWINCE\_\_ $==$ PocketPC devices). + +\begin{twocollist}\itemsep=0pt +\twocolitem{\_\_SMARTPHONE\_\_}{Mobile devices with dialog capability through +phone buttons and small display} +\twocolitem{\_\_PDA\_\_}{Personal digital assistant usually with touch screen and +middle sized screen} +\twocolitem{\_\_HANDHELD\_\_}{Small enough but powerful computer} +\end{twocollist} + \subsection{Compilers}\label{compilerconst} \begin{twocollist}\itemsep=0pt -- 2.50.0