2004-12-20 20:17:15 +00:00
|
|
|
\chapter{Platform details}\label{platformdetails}
|
2002-01-27 23:37:06 +00:00
|
|
|
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
|
|
|
2004-12-20 20:17:15 +00:00
|
|
|
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
|
2005-02-11 20:08:51 +00:00
|
|
|
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.
|
2002-01-27 23:37:06 +00:00
|
|
|
|
2002-07-09 07:19:57 +00:00
|
|
|
\input wxgtk.tex
|
|
|
|
\input wxmsw.tex
|
|
|
|
\input wxmac.tex
|
2004-12-20 20:17:15 +00:00
|
|
|
\input wxpalm.tex
|
2002-07-09 07:19:57 +00:00
|
|
|
\input wxos2.tex
|
2002-01-27 23:37:06 +00:00
|
|
|
\input wxmgl.tex
|
2002-07-09 07:19:57 +00:00
|
|
|
\input wxx11.tex
|
2002-07-09 08:33:57 +00:00
|
|
|
|