b75b6d4cd7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 lines
555 B
TeX
16 lines
555 B
TeX
\section{wxX11 port}\label{wxx11port}
|
|
|
|
wxX11 is a port of wxWindows using X11 (The X Window System)
|
|
as the underlying graphics backend. wxX11 draws its widgets
|
|
using the wxUniversal widget set which is now part of wxWindows.
|
|
wxX11 should be well-suited for a number of special apps such
|
|
as apps running on systems with little resource (PDAs) or apps
|
|
which need to acquire a special themed look. You will need
|
|
wxWindows 2.3.2 or higher.
|
|
|
|
In order to configure wxWindows to compile wxX11 you will
|
|
need to type
|
|
|
|
configure --with-x11 --with-universal
|
|
|