]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/portnote.tex
Made MSW wxSpinCtrl emit UPDATE event when validating
[wxWidgets.git] / docs / latex / wx / portnote.tex
index 1067ae5a70573ed7e34787cebd411a2b8601268f..a603df90f2592729ae2f444045a0a3c406f596d1 100644 (file)
@@ -1,12 +1,18 @@
-\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. Unfortunately native toolkits and
+hardware do not always support the functionality that the wxWidgets API
+requires. 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
+