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