X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b75b6d4cd79a8aad9cf187c8d1b4760dd3ceee58..50c538600e7586c256fe0145ac8054f045be6fbb:/docs/latex/wx/wxgtk.tex?ds=sidebyside diff --git a/docs/latex/wx/wxgtk.tex b/docs/latex/wx/wxgtk.tex index cc8532de10..9a53594b2f 100644 --- a/docs/latex/wx/wxgtk.tex +++ b/docs/latex/wx/wxgtk.tex @@ -1,18 +1,23 @@ \section{wxGTK port}\label{wxgtkport} -wxGTK is a port of wxWindows using the GTK+ library available -from www.gtk.org. It makes use of GTK+'s native widgets whereever -possible and uses wxWindows' generic controls when needed. GTK+ -itself has been ported to a number of systems, but sofar only the +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 still under work. +GTK+ 2.0 including Unicode support is work in progress. -You will GTK+ 1.2.3 or higher which is available from +You will need GTK+ 1.2.3 or higher which is available from: - http://www.gtk.org - -In order to configure wxWindows to compile wxGTK you will -need to type +\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.