]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wxgtk.tex
Added port notes.
[wxWidgets.git] / docs / latex / wx / wxgtk.tex
1 \section{wxGTK port}\label{wxgtkport}
2
3 wxGTK is a port of wxWindows using the GTK+ library available
4 from www.gtk.org. It makes use of GTK+'s native widgets whereever
5 possible and uses wxWindows' generic controls when needed. GTK+
6 itself has been ported to a number of systems, but sofar only the
7 original X11 version is supported. Support for the recently released
8 GTK+ 2.0 including Unicode support is still under work.
9
10 You will GTK+ 1.2.3 or higher which is available from
11
12 http://www.gtk.org
13
14 In order to configure wxWindows to compile wxGTK you will
15 need to type
16
17 configure --with-gtk
18