]>
Commit | Line | Data |
---|---|---|
b75b6d4c RR |
1 | \section{wxGTK port}\label{wxgtkport} |
2 | ||
3 | wxGTK is a port of wxWindows using the GTK+ library available | |
298fe32f | 4 | from www.gtk.org. It makes use of GTK+'s native widgets wherever |
b75b6d4c | 5 | possible and uses wxWindows' generic controls when needed. GTK+ |
298fe32f | 6 | itself has been ported to a number of systems, but so far only the |
b75b6d4c | 7 | original X11 version is supported. Support for the recently released |
2b5f62a0 | 8 | GTK+ 2.0 including Unicode support is work in progress. |
b75b6d4c | 9 | |
298fe32f JS |
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} | |
b75b6d4c | 13 | |
b75b6d4c | 14 | In order to configure wxWindows to compile wxGTK you will |
298fe32f | 15 | need to type: |
b75b6d4c | 16 | |
298fe32f | 17 | \begin{verbatim} |
b75b6d4c | 18 | configure --with-gtk |
298fe32f JS |
19 | \end{verbatim} |
20 | ||
21 | For further information, please see the files in docs/gtk | |
22 | in the distribution. | |
b75b6d4c | 23 |