From: Włodzimierz Skiba Date: Mon, 20 Dec 2004 20:17:15 +0000 (+0000) Subject: wxPalmOS mentioned. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e1bf7046ee361c3078cdf8ec1f0456e57a6ede5 wxPalmOS mentioned. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/cppconst.tex b/docs/latex/wx/cppconst.tex index ddba90efbf..263a443b5e 100644 --- a/docs/latex/wx/cppconst.tex +++ b/docs/latex/wx/cppconst.tex @@ -31,6 +31,7 @@ defined)} \twocolitem{\_\_WXMSW\_\_}{Any Windows} \twocolitem{\_\_WXOS2\_\_}{Identical to \_\_WXPM\_\_} \twocolitem{\_\_WXOSX\_\_}{Any Mac OS X port (either Carbon or Cocoa)} +\twocolitem{\_\_WXPALMOS\_\_}{PalmOS} \twocolitem{\_\_WXPM\_\_}{OS/2 native Presentation Manager} \twocolitem{\_\_WXSTUBS\_\_}{Stubbed version ('template' wxWin implementation)} \twocolitem{\_\_WXXT\_\_}{Xt; mutually exclusive with WX\_MOTIF, not @@ -80,6 +81,7 @@ any new symbols with it. \twocolitem{\_\_LINUX\_\_}{Linux} \twocolitem{\_\_MACH\_\_}{Mach-O Architecture (Mac OS X only builds)} \twocolitem{\_\_OSF\_\_}{OSF/1} +\twocolitem{\_\_PALMOS\_\_}{PalmOS} \twocolitem{\_\_SGI\_\_}{IRIX} \twocolitem{\_\_SOLARIS\_\_}{Solaris} \twocolitem{\_\_SUN\_\_}{Any Sun} diff --git a/docs/latex/wx/portnote.tex b/docs/latex/wx/portnote.tex index e42b9ee73d..a2f782580a 100644 --- a/docs/latex/wx/portnote.tex +++ b/docs/latex/wx/portnote.tex @@ -1,12 +1,17 @@ -\chapter{Port notes}\label{portnotes} +\chapter{Platform details}\label{platformdetails} \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}% \setfooter{\thepage}{}{}{}{}{\thepage}% -This chapter contains port specific notes. +wxWidgets defines a common API across platforms, but uses the native graphical +user interface (GUI) on each platform, so your program will take on the native +look and feel that users are familiar with. Unfortunatelly native toolkits and +dedicated hardware not always support complete set of API functionality. This +chapter collects notes about differences among supported platforms and ports. \input wxgtk.tex \input wxmsw.tex \input wxmac.tex +\input wxpalm.tex \input wxos2.tex \input wxmgl.tex \input wxx11.tex diff --git a/docs/latex/wx/wxpalm.tex b/docs/latex/wx/wxpalm.tex new file mode 100644 index 0000000000..5200d33766 --- /dev/null +++ b/docs/latex/wx/wxpalm.tex @@ -0,0 +1,10 @@ +\section{wxPalmOS port}\label{wxpalmosport} + +wxPalmOS is a port of wxWidgets for the Palm OS 6 (Cobalt). +It ensures native look and feel for Palm devices when using +wxWidgets version 2.5.4 or higher. wxPalmOS can be compiled +with freely distributable Palm OS Developer Studio. + +For further information, please see the files in docs/palmos +in the distribution. +