Files
wxWidgets/docs/latex/wx/wxgtk.tex
Bryan Petty cfd794784f This commit was manufactured by cvs2svn to create tag
'DEBIAN_2_4_3_1_SARGE_v_2_4_2_4'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/DEBIAN_2_4_3_1_SARGE_v_2_4_2_4@34395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-29 09:56:16 +00:00

24 lines
743 B
TeX

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