1<HTML>
2
3<HEAD>
4<TITLE>Welcome to wxWidgets</TITLE>
5
6</HEAD>
7
8<BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
9
10<font face="Arial, Lucida Sans, Helvetica">
11
12<a name="top"></a>
13
14<table width=100% border=4 cellpadding=5 cellspacing=0>
15<tr>
16<td bgcolor="#660000">
17<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
18Welcome to wxWidgets
19</font>
20</td>
21</tr>
22</table>
23
24<P>
25
26Welcome to wxWidgets, the premiere cross-platform GUI C++ framework.<P>
27
28Please click on <a href="html/index.htm">docs/html/index.htm</a> to view the main document index.<P>
29
30Have fun!<P>
31
32</font>
33
34</BODY>
35
36</HTML>
37
38