X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3ed50dbe32d118321082db84c3a9abb047d5b7..c7808714c9cc71cf5ec9671e8dbc386d994206af:/docs/html/faqgtk.htm
diff --git a/docs/html/faqgtk.htm b/docs/html/faqgtk.htm
index 1fe2c3586f..54bbdb5c10 100644
--- a/docs/html/faqgtk.htm
+++ b/docs/html/faqgtk.htm
@@ -1,18 +1,19 @@
+
wxWindows 2 for GTK FAQ
-
+
-
+
-
+ |
-wxWindows 2 for GTK FAQ
+wxWindows 2 for GTK FAQ
|
@@ -22,23 +23,49 @@ wxWindows 2 for GTK FAQ
See also top-level FAQ page.
+List of questions in this category
+What is wxWindows 2 for GTK?
+Does wxGTK have GNOME support?
+Warning about GTK libraries supplied with RedHat
+What is wxWindows 2 for GTK?
+What range of Intel Linux platforms will a given application binary be usable on?
-What is wxWindows 2 for GTK?
+
wxWindows 2 for GTK is a port of wxWindows to the GTK+ toolkit,
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 here.
-
Does wxGTK have GNOME support?
+
Currently wxGTK does not have any features that would involve dependence on any desktop
-environment's libraries, so it can work on GNOME, KDE and with other window managers
+environment's libraries, so it can work on GNOME, KDE and with other window managers
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.
+
+
+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.
+
+
+
+
+Robert Roebling replies:
+
+"The important thing is the libc version that your app
+is linked against. The most recent version is 2.2.5
+and programs linked against it will not run with version
+2.1.X so that you will fare best if you compile your app
+on a 2.1.X system. It will then run on practically all
+Linux distros (if you link you app statically against
+the image libraries and std C++ lib)."