]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to add wxX11 FAQ
authorJulian Smart <julian@anthemion.co.uk>
Sat, 31 Aug 2002 19:00:47 +0000 (19:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 31 Aug 2002 19:00:47 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/faqx11.htm [new file with mode: 0644]

diff --git a/docs/html/faqx11.htm b/docs/html/faqx11.htm
new file mode 100644 (file)
index 0000000..ad2af58
--- /dev/null
@@ -0,0 +1,50 @@
+
+<HTML>
+
+<HEAD>
+<TITLE>wxWindows 2 for X11 FAQ</TITLE>
+</HEAD>
+
+<BODY BGCOLOR=#FFFFFF TEXT=#000000 VLINK="#00376A" LINK="#00529C" ALINK="#313063">
+
+<font face="Arial, Lucida Sans, Helvetica">
+
+<table width=100% border=0 cellpadding=3 cellspacing=0>
+<tr>
+<td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif">
+<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
+<b>wxWindows 2 for X11 FAQ</b>
+</font>
+</td>
+</tr>
+</table>
+
+<P>
+
+See also <a href="faq.htm">top-level FAQ page</a>.
+<hr>
+<h3>List of questions in this category</a></h3>
+<ul>
+<li><a href="#needed">What do I need to compile wxX11?</a></li>
+<li><a href="#missing">What features are missing or partially implemented?</a></li>
+</ul>
+<hr>
+
+<h3><a name="needed">What do I need to compile wxX11?</a></h3>
+
+For desktop compilation, you only need X11 (not Xt, GTK+ or any other widget set).
+For embedded use, Tiny-X should work fine too.
+There is incomplete support for Microwindows (the Nano-X API).
+
+<P>
+
+<h3><a name="missing">What features are missing or partially implemented?</a></h3>
+
+The following classes and features are not yet implemented: wxSpinCtrl, wxSocket, wxToggleButton, clipboard classes,
+drag and drop classes, tooltips.<P>
+
+</font>
+
+</BODY>
+
+</HTML>