]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPalmOS mentioned.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 20 Dec 2004 20:17:15 +0000 (20:17 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 20 Dec 2004 20:17:15 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cppconst.tex
docs/latex/wx/portnote.tex
docs/latex/wx/wxpalm.tex [new file with mode: 0644]

index ddba90efbf18e748cd7d1ec1715e5c4d78b62e57..263a443b5efa3eeecf18cdfa64fdc807cefecfcf 100644 (file)
@@ -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}
index e42b9ee73d278e44ced0b727d07cf2f687c60814..a2f782580a87b7d259078ca161fdce67f7275b41 100644 (file)
@@ -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 (file)
index 0000000..5200d33
--- /dev/null
@@ -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.
+