]>
Commit | Line | Data |
---|---|---|
1 | <HTML> | |
2 | ||
3 | <HEAD> | |
4 | <TITLE>wxWindows 2 for GTK FAQ</TITLE> | |
5 | </HEAD> | |
6 | ||
7 | <BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FF0000 VLINK=#000000> | |
8 | ||
9 | <font face="Arial, Lucida Sans, Helvetica"> | |
10 | ||
11 | <table width=100% border=0 cellpadding=5 cellspacing=0> | |
12 | <tr> | |
13 | <td bgcolor="#C4ECF9"> | |
14 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#000000"> | |
15 | wxWindows 2 for GTK FAQ | |
16 | </font> | |
17 | </td> | |
18 | </tr> | |
19 | </table> | |
20 | ||
21 | <P> | |
22 | ||
23 | See also <a href="faq.htm">top-level FAQ page</a>. | |
24 | <hr> | |
25 | <h3>List of questions in this category</h3> | |
26 | <li><a href="#wxgtk">What is wxWindows 2 for GTK?</a></li> | |
27 | <li><a href="#gnome">Does wxGTK have GNOME support?</a></li> | |
28 | <li><a href="#redhat">Warning about GTK libraries supplied with RedHat</a></li> | |
29 | <li><a href="#wxgtk">What is wxWindows 2 for GTK?</a></li> | |
30 | <hr> | |
31 | ||
32 | wxWindows 2 for GTK is a port of wxWindows to the <a href="http://www.gimp.org/gtk" target=_top>GTK+ toolkit</a>, | |
33 | which is freely available for most flavours of Unix with X. wxWindows 2 for GTK is | |
34 | often abbreviated to wxGTK. wxGTK has a separate home page <a href="http://www.freiburg.linux.de/~wxxt" target=_top>here</a>. | |
35 | <P> | |
36 | ||
37 | <h3><a name="gnome">Does wxGTK have GNOME support?</a></h3> | |
38 | ||
39 | Currently wxGTK does not have any features that would involve dependence on any desktop | |
40 | environment's libraries, so it can work on GNOME, KDE and with other window managers | |
41 | without installation hassles. Some GNOME and KDE integration features are file based, and | |
42 | so may be added without dependence on libraries. Other features may be supported in the | |
43 | future, probably as a separate library. | |
44 | <P> | |
45 | ||
46 | <h3><a name="redhat">Warning about GTK libraries supplied with RedHat</a></h3> | |
47 | ||
48 | It seems that some versions of RedHat include a badly patched version of GTK (not wxGTK) | |
49 | which causes some trouble with wxWindows' socket code. Common symptoms are that when | |
50 | a client tries to establish a connection to an existing server which refuses the request, | |
51 | the client will get notified twice, first getting a LOST event and then a CONNECT event. | |
52 | This problem can be solved by updating GTK with an official distribution of the library. | |
53 | <P> | |
54 | ||
55 | ||
56 | </font> | |
57 | ||
58 | </BODY> | |
59 | ||
60 | </HTML> |