]>
Commit | Line | Data |
---|---|---|
ddcc5f5b JS |
1 | <HTML> |
2 | ||
3 | <HEAD> | |
4 | <TITLE>wxWindows Documentation</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"> | |
18 | <IMG src="logo.gif" align=right> | |
19 | <!-- wxWindows Documentation --> | |
20 | </font> | |
21 | </td> | |
22 | </tr> | |
23 | </table> | |
24 | ||
25 | <P> | |
26 | ||
27 | Welcome to wxWindows 2.0, the premiere cross-platform C++ framework. This is an index of | |
28 | the plain text and HTML documentation. Documentation is also available in Acrobat (PDF) and Windows Help, | |
29 | from the <a href="http://wxwin.home.ml.org">wxWindows Web site</a>.<P> | |
30 | ||
31 | <h3>Installation and release notes</h3> | |
32 | ||
33 | <ul> | |
2dc5505e JS |
34 | <li>ReadMe: <a href="../readme.txt"><b>General ReadMe</b></a>, |
35 | <a href="../gtk/readme.txt">wxGTK</a>, | |
ddcc5f5b JS |
36 | <a href="../motif/readme.txt">wxMotif</a>, |
37 | <a href="../msw/readme.txt">wxMSW</a> | |
38 | <li>Installation: <a href="../gtk/install.txt">wxGTK</a>, | |
39 | <a href="../motif/install.txt">wxMotif</a>, | |
40 | <a href="../msw/install.txt">wxMSW</a> | |
2dc5505e JS |
41 | <li><a href="../changes.txt"><b>Change log</b></a> |
42 | <li><a href="../bugs.txt"><b>Buglist</b></a> | |
43 | <li>Licence: <a href="../preamble.txt">Preamble</a>, | |
44 | <a href="../licence.txt">Licence</a>, | |
45 | <a href="../licendoc.txt">Documentation Licence</a>, | |
46 | <a href="../lgpl.txt">L-GPL</a>, | |
47 | <a href="../gpl.txt">GPL</a> | |
48 | <li>ToDo: <a href="../todo.txt"><b>General ToDo</b></a>, | |
49 | <a href="../gtk/todo.txt">wxGTK</a>, | |
ddcc5f5b JS |
50 | <a href="../motif/todo.txt">wxMotif</a>, |
51 | <a href="../msw/todo.txt">wxMSW</a> | |
52 | <li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWindows | |
53 | </ul> | |
54 | ||
55 | <h3>wxWindows manuals</h3> | |
56 | ||
57 | <ul> | |
58 | <li><a href="wx/wx.htm">Reference Manual</a> | |
59 | <li><a href="porting/port.htm">Porting Guide</a> (wxWindows 1.xx to 2.0) | |
60 | <li><a href="dialoged/dlged.htm">Dialog Editor</a> | |
e3a43801 | 61 | <li><a href="proplist/prop.htm">Property List Classes</a> |
ddcc5f5b JS |
62 | <li><a href="wxtree/tree.htm">wxTreeLayout</a> |
63 | <li><a href="odbc/odbc.htm">Remstar ODBC Classes</a> | |
64 | </ul> | |
65 | ||
66 | <h3>Third-party tools</h3> | |
67 | ||
68 | <ul> | |
69 | <li><a href="gettext/gettext.htm">gettext manual</a> | |
70 | <li><a href="gettext/xgettext.htm">xgettext manual</a> | |
71 | <li><a href="gettext/msgfmt.htm">msgfmt manual</a> | |
72 | </ul> | |
73 | ||
74 | </font> | |
75 | ||
76 | </BODY> | |
77 | ||
78 | </HTML> | |
79 |