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