wxx11 port
wxx11 is a port of wxwidgets 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 wxwidgets.
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
wxwidgets 2.3.2 or higher.
in order to configure wxwidgets to compile wxx11 you will
need to type:
configure --with-x11 --with-universal
for further information, please see the files in docs/x11
in the distribution. there is also a page on the use of
wxwidgets for embedded applications on the wxwidgets web site.
|