]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/faqgtk.htm
fix typo in \param (patch 1845351)
[wxWidgets.git] / docs / html / faqgtk.htm
index cc4b3748e6f106e2813776d5adbe7fe6c3ed23f1..7dc802657da429ea59126b6d036e3ee31f30c6be 100644 (file)
@@ -2,7 +2,7 @@
 <HTML>
 
 <HEAD>
-<TITLE>wxWidgets for GTK FAQ</TITLE>
+<TITLE>wxWidgets for GTK FAQ</TITLE>
 </HEAD>
 
 <BODY BGCOLOR=#FFFFFF TEXT=#000000 VLINK="#00376A" LINK="#00529C" ALINK="#313063">
@@ -13,7 +13,7 @@
 <tr>
 <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif">
 <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
-<b>wxWidgets for GTK FAQ</b>
+<b>wxWidgets for GTK FAQ</b>
 </font>
 </td>
 </tr>
@@ -27,7 +27,7 @@ and <a href="faqunx.htm">Unix FAQ page</a>.
 <h3>List of questions in this category</h3>
 
 <ul>
-<li><a href="#wxgtk">What is wxWidgets for GTK+?</a></li>
+<li><a href="#wxgtk">What is wxWidgets for GTK+?</a></li>
 <li><a href="#locale">Why doesn&#39;t reading floating point numbers work when using wxWidgets?</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>
@@ -39,17 +39,17 @@ and <a href="faqunx.htm">Unix FAQ page</a>.
 
 <hr>
 
-<h3><a name="wxgtk">What is wxWidgets for GTK?</a></h3>
+<h3><a name="wxgtk">What is wxWidgets for GTK?</a></h3>
 
-wxWidgets for GTK is a port of wxWidgets 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. wxWidgets for GTK is
+wxWidgets for GTK is a port of wxWidgets 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. wxWidgets 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>
 
 <h3><a name="locale">Why doesn&#39;t reading floating point numbers work when using wxWidgets?</a></h3>
 
 If your program reads the floating point numbers in the format <tt>123.45</tt>
-from a file, it may suddently start returning just <tt>123</tt> instead of the
+from a file, it may suddenly start returning just <tt>123</tt> instead of the
 correct value on some systems -- which is all the more mysterious as the same
 code in a standalone program works just fine.
 
@@ -86,13 +86,13 @@ This problem can be solved by updating GTK with an official distribution of the
 
 Robert Roebling replies:<P>
 
-"The important thing is the libc version that your app
+&#34;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)."
+the image libraries and std C++ lib).&#34;
 <P>
 
 <h3><a name="#static">Can I statically link the GTK+ library?</a></h3>