]>
Commit | Line | Data |
---|---|---|
1 | ||
2 | <HTML> | |
3 | ||
4 | <HEAD> | |
5 | <TITLE>wxWidgets 2 for X11 FAQ</TITLE> | |
6 | </HEAD> | |
7 | ||
8 | <BODY BGCOLOR=#FFFFFF TEXT=#000000 VLINK="#00376A" LINK="#00529C" ALINK="#313063"> | |
9 | ||
10 | <font face="Arial, Lucida Sans, Helvetica"> | |
11 | ||
12 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
13 | <tr> | |
14 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
15 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
16 | <b>wxWidgets 2 for X11 FAQ</b> | |
17 | </font> | |
18 | </td> | |
19 | </tr> | |
20 | </table> | |
21 | ||
22 | <P> | |
23 | ||
24 | See also <a href="faq.htm">top-level FAQ page</a> | |
25 | and <a href="faqunx.htm">Unix FAQ page</a>. | |
26 | <hr> | |
27 | <h3>List of questions in this category</a></h3> | |
28 | <ul> | |
29 | <li><a href="#needed">What do I need to compile wxX11?</a></li> | |
30 | <li><a href="#missing">What features are missing or partially implemented?</a></li> | |
31 | </ul> | |
32 | <hr> | |
33 | ||
34 | <h3><a name="needed">What do I need to compile wxX11?</a></h3> | |
35 | ||
36 | For desktop compilation, you only need X11 (not Xt, GTK+ or any other widget set). | |
37 | For embedded use, Tiny-X should work fine too. | |
38 | There is incomplete support for Microwindows (the Nano-X API). | |
39 | ||
40 | <P> | |
41 | ||
42 | <h3><a name="missing">What features are missing or partially implemented?</a></h3> | |
43 | ||
44 | The following classes and features are not yet implemented: wxSpinCtrl, wxSocket, wxToggleButton, clipboard classes, | |
45 | drag and drop classes, tooltips.<P> | |
46 | ||
47 | </font> | |
48 | ||
49 | </BODY> | |
50 | ||
51 | </HTML> |