2002-07-09 07:19:57 +00:00
|
|
|
\section{wxX11 port}\label{wxx11port}
|
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
wxX11 is a port of wxWidgets using X11 (The X Window System)
|
2002-07-09 07:19:57 +00:00
|
|
|
as the underlying graphics backend. wxX11 draws its widgets
|
2004-05-04 08:27:20 +00:00
|
|
|
using the wxUniversal widget set which is now part of wxWidgets.
|
2002-07-09 08:33:57 +00:00
|
|
|
wxX11 is well-suited for a number of special applications such
|
|
|
|
as those running on systems with few resources (PDAs) or for
|
|
|
|
applications which need to use a special themed look. You will need
|
2004-05-04 08:27:20 +00:00
|
|
|
wxWidgets 2.3.2 or higher.
|
2002-07-09 08:33:57 +00:00
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
In order to configure wxWidgets to compile wxX11 you will
|
2002-07-09 08:33:57 +00:00
|
|
|
need to type:
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
configure --with-x11 --with-universal
|
|
|
|
\end{verbatim}
|
|
|
|
|
|
|
|
For further information, please see the files in docs/x11
|
|
|
|
in the distribution. There is also a page on the use of
|
2004-05-04 08:27:20 +00:00
|
|
|
wxWidgets for embedded applications on the wxWidgets web site.
|
2002-07-09 07:19:57 +00:00
|
|
|
|