2002-07-09 03:19:57 -04:00
|
|
|
\section{wxGTK port}\label{wxgtkport}
|
|
|
|
|
|
|
|
wxGTK is a port of wxWindows using the GTK+ library available
|
2002-07-09 04:33:57 -04:00
|
|
|
from www.gtk.org. It makes use of GTK+'s native widgets wherever
|
2002-07-09 03:19:57 -04:00
|
|
|
possible and uses wxWindows' generic controls when needed. GTK+
|
2002-07-09 04:33:57 -04:00
|
|
|
itself has been ported to a number of systems, but so far only the
|
2002-07-09 03:19:57 -04:00
|
|
|
original X11 version is supported. Support for the recently released
|
2002-12-04 09:11:26 -05:00
|
|
|
GTK+ 2.0 including Unicode support is work in progress.
|
2002-07-09 03:19:57 -04:00
|
|
|
|
2002-07-09 04:33:57 -04:00
|
|
|
You will need GTK+ 1.2.3 or higher which is available from:
|
|
|
|
|
|
|
|
\urlref{http://www.gtk.org}{http://www.gtk.org}
|
2002-07-09 03:19:57 -04:00
|
|
|
|
|
|
|
In order to configure wxWindows to compile wxGTK you will
|
2002-07-09 04:33:57 -04:00
|
|
|
need to type:
|
2002-07-09 03:19:57 -04:00
|
|
|
|
2002-07-09 04:33:57 -04:00
|
|
|
\begin{verbatim}
|
2002-07-09 03:19:57 -04:00
|
|
|
configure --with-gtk
|
2002-07-09 04:33:57 -04:00
|
|
|
\end{verbatim}
|
|
|
|
|
|
|
|
For further information, please see the files in docs/gtk
|
|
|
|
in the distribution.
|
2002-07-09 03:19:57 -04:00
|
|
|
|