]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wxgtk.tex
Removed more traces of wxrcedit
[wxWidgets.git] / docs / latex / wx / wxgtk.tex
1 \section{wxGTK port}\label{wxgtkport}
2
3 wxGTK is a port of wxWidgets using the GTK+ library available
4 from www.gtk.org. It makes use of GTK+'s native widgets wherever
5 possible and uses wxWidgets' generic controls when needed. GTK+
6 itself has been ported to a number of systems, but so far only the
7 original X11 version is supported. Support for the recently released
8 GTK+ 2.0 including Unicode support is work in progress.
9
10 You will need GTK+ 1.2.3 or higher which is available from:
11
12 \urlref{http://www.gtk.org}{http://www.gtk.org}
13
14 In order to configure wxWidgets to compile wxGTK you will
15 need to type:
16
17 \begin{verbatim}
18 configure --with-gtk
19 \end{verbatim}
20
21 For further information, please see the files in docs/gtk
22 in the distribution.
23