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