1 \section{wxX11 port
}\label{wxx11port
}
3 wxX11 is a port of wxWindows using X11 (The X Window System)
4 as the underlying graphics backend. wxX11 draws its widgets
5 using the wxUniversal widget set which is now part of wxWindows.
6 wxX11 is well-suited for a number of special applications such
7 as those running on systems with few resources (PDAs) or for
8 applications which need to use a special themed look. You will need
9 wxWindows
2.3.2 or higher.
11 In order to configure wxWindows to compile wxX11 you will
15 configure --with-x11 --with-universal
18 For further information, please see the files in docs/x11
19 in the distribution. There is also a page on the use of
20 wxWindows for embedded applications on the wxWindows web site.