1999-01-19 11:00:22 +00:00
|
|
|
<HTML>
|
|
|
|
|
|
|
|
<HEAD>
|
|
|
|
<TITLE>wxWindows 2 for GTK FAQ</TITLE>
|
|
|
|
</HEAD>
|
|
|
|
|
|
|
|
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FF0000 VLINK=#000000>
|
|
|
|
|
|
|
|
<font face="Arial, Lucida Sans, Helvetica">
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
<table width=100% border=0 cellpadding=5 cellspacing=0>
|
1999-01-19 11:00:22 +00:00
|
|
|
<tr>
|
2000-07-15 19:51:35 +00:00
|
|
|
<td bgcolor="#C4ECF9">
|
|
|
|
<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#000000">
|
1999-01-19 11:00:22 +00:00
|
|
|
wxWindows 2 for GTK FAQ
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
|
|
|
See also <a href="faq.htm">top-level FAQ page</a>.
|
|
|
|
<hr>
|
2001-11-20 14:55:10 +00:00
|
|
|
<h3>List of questions in this category</h3>
|
|
|
|
<li><a href="#wxgtk">What is wxWindows 2 for GTK?</a></li>
|
|
|
|
<li><a href="#gnome">Does wxGTK have GNOME support?</a></li>
|
|
|
|
<li><a href="#redhat">Warning about GTK libraries supplied with RedHat</a></li>
|
|
|
|
<li><a href="#wxgtk">What is wxWindows 2 for GTK?</a></li>
|
|
|
|
<hr>
|
1999-01-19 11:00:22 +00:00
|
|
|
|
|
|
|
wxWindows 2 for GTK is a port of wxWindows to the <a href="http://www.gimp.org/gtk" target=_top>GTK+ toolkit</a>,
|
|
|
|
which is freely available for most flavours of Unix with X. wxWindows 2 for GTK is
|
|
|
|
often abbreviated to wxGTK. wxGTK has a separate home page <a href="http://www.freiburg.linux.de/~wxxt" target=_top>here</a>.
|
|
|
|
<P>
|
|
|
|
|
2001-11-20 14:55:10 +00:00
|
|
|
<h3><a name="gnome">Does wxGTK have GNOME support?</a></h3>
|
1999-01-19 11:00:22 +00:00
|
|
|
|
|
|
|
Currently wxGTK does not have any features that would involve dependence on any desktop
|
2001-11-20 14:55:10 +00:00
|
|
|
environment's libraries, so it can work on GNOME, KDE and with other window managers
|
1999-01-19 11:00:22 +00:00
|
|
|
without installation hassles. Some GNOME and KDE integration features are file based, and
|
|
|
|
so may be added without dependence on libraries. Other features may be supported in the
|
|
|
|
future, probably as a separate library.
|
|
|
|
<P>
|
|
|
|
|
2001-11-20 14:55:10 +00:00
|
|
|
<h3><a name="redhat">Warning about GTK libraries supplied with RedHat</a></h3>
|
|
|
|
|
|
|
|
It seems that some versions of RedHat include a badly patched version of GTK (not wxGTK)
|
|
|
|
which causes some trouble with wxWindows' socket code. Common symptoms are that when
|
|
|
|
a client tries to establish a connection to an existing server which refuses the request,
|
|
|
|
the client will get notified twice, first getting a LOST event and then a CONNECT event.
|
|
|
|
This problem can be solved by updating GTK with an official distribution of the library.
|
|
|
|
<P>
|
|
|
|
|
1999-01-19 11:00:22 +00:00
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</BODY>
|
|
|
|
|
|
|
|
</HTML>
|