]>
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> | |
34 | <li>Licence: <a href="../preamble.txt">Preamble</a>, | |
35 | <a href="../licence.txt">Licence</a>, | |
36 | <a href="../licendoc.txt">Documentation Licence</a>, | |
37 | <a href="../lgpl.txt">L-GPL</a>, | |
38 | <a href="../gpl.txt">GPL</a> | |
39 | <li>ReadMe: <a href="../gtk/readme.txt">wxGTK</a>, | |
40 | <a href="../motif/readme.txt">wxMotif</a>, | |
41 | <a href="../msw/readme.txt">wxMSW</a> | |
42 | <li>Installation: <a href="../gtk/install.txt">wxGTK</a>, | |
43 | <a href="../motif/install.txt">wxMotif</a>, | |
44 | <a href="../msw/install.txt">wxMSW</a> | |
45 | <li>Change logs: <a href="../motif/changes.txt">wxMotif</a>, | |
46 | <a href="../msw/changes.txt">wxMSW</a> | |
47 | <li>ToDo: <a href="../gtk/todo.txt">wxGTK</a>, | |
48 | <a href="../motif/todo.txt">wxMotif</a>, | |
49 | <a href="../msw/todo.txt">wxMSW</a> | |
50 | <li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWindows | |
51 | </ul> | |
52 | ||
53 | <h3>wxWindows manuals</h3> | |
54 | ||
55 | <ul> | |
56 | <li><a href="wx/wx.htm">Reference Manual</a> | |
57 | <li><a href="porting/port.htm">Porting Guide</a> (wxWindows 1.xx to 2.0) | |
58 | <li><a href="dialoged/dlged.htm">Dialog Editor</a> | |
e3a43801 | 59 | <li><a href="proplist/prop.htm">Property List Classes</a> |
ddcc5f5b JS |
60 | <li><a href="wxtree/tree.htm">wxTreeLayout</a> |
61 | <li><a href="odbc/odbc.htm">Remstar ODBC Classes</a> | |
62 | </ul> | |
63 | ||
64 | <h3>Third-party tools</h3> | |
65 | ||
66 | <ul> | |
67 | <li><a href="gettext/gettext.htm">gettext manual</a> | |
68 | <li><a href="gettext/xgettext.htm">xgettext manual</a> | |
69 | <li><a href="gettext/msgfmt.htm">msgfmt manual</a> | |
70 | </ul> | |
71 | ||
72 | </font> | |
73 | ||
74 | </BODY> | |
75 | ||
76 | </HTML> | |
77 |