wxPalmOS mentioned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4055ed8281
commit
8e1bf7046e
@ -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}
|
||||
|
@ -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
|
||||
|
10
docs/latex/wx/wxpalm.tex
Normal file
10
docs/latex/wx/wxpalm.tex
Normal file
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user