]>
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> | |
ce3ed50d JS |
48 | <li><a href="faq.htm"><B>FAQ</B></a>: |
49 | <ul> | |
50 | <li><a href="faqgen.htm">General questions</a> | |
51 | <li><a href="faqgtk.htm">wxWindows 2 for GTK</a> | |
52 | <li><a href="faqmsw.htm">wxWindows 2 for Windows</a> | |
53 | <li><a href="faqmot.htm">wxWindows 2 for Motif</a> | |
54 | <li><a href="faqmac.htm">wxWindows 2 for Mac</a> | |
55 | </ul> | |
2dc5505e JS |
56 | <li>ToDo: <a href="../todo.txt"><b>General ToDo</b></a>, |
57 | <a href="../gtk/todo.txt">wxGTK</a>, | |
ddcc5f5b JS |
58 | <a href="../motif/todo.txt">wxMotif</a>, |
59 | <a href="../msw/todo.txt">wxMSW</a> | |
60 | <li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWindows | |
61 | </ul> | |
62 | ||
63 | <h3>wxWindows manuals</h3> | |
64 | ||
65 | <ul> | |
66 | <li><a href="wx/wx.htm">Reference Manual</a> | |
67 | <li><a href="porting/port.htm">Porting Guide</a> (wxWindows 1.xx to 2.0) | |
68 | <li><a href="dialoged/dlged.htm">Dialog Editor</a> | |
e3a43801 | 69 | <li><a href="proplist/prop.htm">Property List Classes</a> |
ddcc5f5b JS |
70 | <li><a href="wxtree/tree.htm">wxTreeLayout</a> |
71 | <li><a href="odbc/odbc.htm">Remstar ODBC Classes</a> | |
72 | </ul> | |
73 | ||
74 | <h3>Third-party tools</h3> | |
75 | ||
76 | <ul> | |
77 | <li><a href="gettext/gettext.htm">gettext manual</a> | |
78 | <li><a href="gettext/xgettext.htm">xgettext manual</a> | |
79 | <li><a href="gettext/msgfmt.htm">msgfmt manual</a> | |
80 | </ul> | |
81 | ||
82 | </font> | |
83 | ||
84 | </BODY> | |
85 | ||
86 | </HTML> | |
87 |