\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
\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}
-\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
--- /dev/null
+\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.
+