]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/wxx11.tex
fixed status bar positioning to work both with and without sizers (patch 1199639...
[wxWidgets.git] / docs / latex / wx / wxx11.tex
CommitLineData
b75b6d4c
RR
1\section{wxX11 port}\label{wxx11port}
2
fc2171bd 3wxX11 is a port of wxWidgets using X11 (The X Window System)
b75b6d4c 4as the underlying graphics backend. wxX11 draws its widgets
fc2171bd 5using the wxUniversal widget set which is now part of wxWidgets.
298fe32f
JS
6wxX11 is well-suited for a number of special applications such
7as those running on systems with few resources (PDAs) or for
8applications which need to use a special themed look. You will need
fc2171bd 9wxWidgets 2.3.2 or higher.
298fe32f 10
fc2171bd 11In order to configure wxWidgets to compile wxX11 you will
298fe32f
JS
12need to type:
13
14\begin{verbatim}
15configure --with-x11 --with-universal
16\end{verbatim}
17
18For further information, please see the files in docs/x11
19in the distribution. There is also a page on the use of
fc2171bd 20wxWidgets for embedded applications on the wxWidgets web site.
b75b6d4c 21