]>
Commit | Line | Data |
---|---|---|
fce0e8f7 FM |
1 | <?xml version="1.0" encoding="iso-8859-1"?> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
7921cf2b | 3 | |
fce0e8f7 | 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
7921cf2b | 5 | |
fce0e8f7 FM |
6 | <!-- |
7 | Name: index.htm | |
8 | Purpose: gateway to wxWidgets documentation | |
9 | Author: wxWidgets team | |
10 | RCS-ID: $Id$ | |
11 | Licence: wxWindows license | |
12 | --> | |
7921cf2b | 13 | |
fce0e8f7 FM |
14 | <head> |
15 | <title>wxWidgets Documentation</title> | |
16 | <style type="text/css"> | |
17 | <!-- | |
18 | li { line-height: 150%; } | |
08d367c2 | 19 | body { font-family: sans-serif; } |
fce0e8f7 FM |
20 | --> |
21 | </style> | |
22 | </head> | |
7921cf2b | 23 | |
fce0e8f7 FM |
24 | <body> |
25 | <a name="top"/> | |
7921cf2b | 26 | |
28b5ea4e FM |
27 | <h1 style="font-size: 145%"> |
28 | Welcome to <em style="font-size: 150%">wxWidgets</em>: a portable C++ and Python GUI toolkit | |
29 | </h1> | |
7921cf2b | 30 | |
fce0e8f7 FM |
31 | <center> |
32 | <img src="doxygen/images/main_wxlogo.png" alt="wxWidgets logo" /> | |
33 | </center> | |
34 | <br/> | |
7921cf2b | 35 | |
28b5ea4e FM |
36 | <p>This page lets you access various resources for |
37 | <a href="http://www.wxwidgets.org">wxWidgets</a> development. Enjoy!</p> | |
7921cf2b | 38 | |
fce0e8f7 | 39 | <br/> |
28b5ea4e FM |
40 | <center> |
41 | <font size="-1">[<a href="#install">Install</a>] [<a href="#doc">Documentation</a>] | |
42 | [<a href="#technotes">Technical Notes</a>] [<a href="#demos">Demos</a>]</font> | |
43 | </center> | |
fce0e8f7 | 44 | <br/> |
7921cf2b | 45 | |
7921cf2b | 46 | |
7921cf2b | 47 | |
fce0e8f7 FM |
48 | <!-- |
49 | INSTALLATION AND RELEASE NOTES | |
50 | --> | |
7921cf2b | 51 | |
fce0e8f7 FM |
52 | <table width="100%" border="0" cellpadding="3" cellspacing="0"> |
53 | <tr> | |
54 | <td bgcolor="#004080"> | |
28b5ea4e FM |
55 | <font size="+1" color="#FFFFFF"> |
56 | <b><a name="install">Installation and release notes</a></b> | |
57 | </font> | |
fce0e8f7 FM |
58 | </td> |
59 | </tr> | |
60 | </table> | |
61 | ||
28b5ea4e FM |
62 | <p>Unless you installed a binary version of wxWidgets (e.g. under Linux using your distro's |
63 | package manager), you will probably have to <strong>compile</strong> the wxWidgets library | |
64 | before you can start use it.</p> | |
65 | <p>Please read the platform-specific <tt>readme.txt</tt> and <tt>install.txt</tt> | |
66 | for how to do this:</p> | |
fce0e8f7 FM |
67 | |
68 | <ul> | |
69 | <li>ReadMe: | |
70 | <a href="readme.txt"><b>General ReadMe</b></a>, <a href="msw/readme.txt">wxMSW</a> (<a href="msw/winxp.txt">wxMSW for WinXP</a>), <a href="gtk/readme.txt">wxGTK</a>, <a href="mac/readme.txt">wxMac</a>, <a href="cocoa/readme.txt">wxCocoa</a>, <a href="mgl/readme.txt">wxMGL</a>, <a href="motif/readme.txt">wxMotif</a>, <a href="x11/readme.txt">wxX11</a>, <a href="univ/readme.txt">Univ</a> | |
71 | </li> | |
72 | <li>Installation: | |
73 | <a href="msw/install.txt">wxMSW</a>, <a href="gtk/install.txt">wxGTK</a>, <a href="motif/install.txt">wxMotif</a>, <a href="x11/install.txt">wxX11</a>, <a href="mac/install.txt">wxMac</a>, <a href="cocoa/install.txt">wxCocoa</a>, <a href="mgl/install.txt">wxMGL</a>, <a href="os2/install.txt">wxOS2</a> | |
74 | </li> | |
75 | <li> | |
76 | <a href="changes.txt"><b>General change log</b></a> | |
77 | </li> | |
78 | <li>Licence: | |
79 | <a href="preamble.txt">Preamble</a>, <a href="licence.txt">Licence</a>, <a href="licendoc.txt">Documentation Licence</a>, <a href="lgpl.txt">L-GPL</a>, <a href="gpl.txt">GPL</a> | |
80 | </li> | |
4c3d7eab FM |
81 | </ul> |
82 | ||
fce0e8f7 FM |
83 | <!-- FIXME: FAQs are very out-of-date; should be moved in the wx docs or |
84 | to the website or to the wiki... | |
85 | ||
86 | ||
87 | <li><a href= | |
88 | "faq.htm"><b>FAQ</b></a>:</font> | |
89 | <ul> | |
90 | <li><a href= | |
91 | "faqgen.htm">General questions</a></font></li> | |
92 | <li><a href= | |
93 | "faqcmn.htm">Questions common to all platforms</a></font></li> | |
94 | <li><a href= | |
95 | "faqmsw.htm">wxWidgets for Windows</a></font></li> | |
96 | <li><a href= | |
97 | "faqgtk.htm">wxWidgets for GTK+</a></font></li> | |
98 | <li><a href= | |
99 | "faqmot.htm">wxWidgets for Motif</a></font></li> | |
100 | <li><a href= | |
101 | "faqx11.htm">wxWidgets for X11</a></font></li> | |
102 | <li><a href= | |
103 | "faqmac.htm">wxWidgets for Mac</a></font></li> | |
104 | </ul> | |
105 | </li> | |
106 | --> | |
107 | ||
fce0e8f7 FM |
108 | |
109 | ||
110 | <!-- | |
111 | DOCUMENTATION | |
112 | --> | |
113 | ||
114 | <table width="100%" border="0" cellpadding="3" cellspacing="0"> | |
115 | <tr> | |
116 | <td bgcolor="#004080"> | |
117 | <font size="+1" color="#FFFFFF"><b><a name="doc">Documentation</a></b></font> | |
118 | </td> | |
119 | </tr> | |
120 | </table> | |
121 | ||
28b5ea4e FM |
122 | <p>The wxWidgets manual is available in various formats; the availability of the following |
123 | formats depends on what you've downloaded from the | |
124 | <a href="http://www.wxwidgets.org">wxWidgets Web site</a>:</p> | |
fce0e8f7 FM |
125 | |
126 | <ul> | |
127 | <li><a href="doxygen/out/html/index.html">HTML</a></li> | |
128 | <li><a href="doxygen/out/wx.chm">MS HTML Help (CHM)</a></li> | |
129 | <li><a href="doxygen/out/wx.htb">wxHTML Help (HTB)</a></li> | |
130 | <li><a href="doxygen/out/rtf/refman.rtf">Rich Text Format (RTF)</a></li> | |
131 | <li><a href="doxygen/out/wx.pdf">Portable Document Format (PDF)</a></li> | |
132 | </ul> | |
133 | ||
28b5ea4e FM |
134 | <p>To use the manual in the <b>wxHTML Help</b> format (extension <tt>htb</tt>), you |
135 | can use the <b>HelpView</b> application, compiling it from the <tt>utils/helpview</tt> | |
136 | folder in the wxWidgets distribution.</p> | |
137 | ||
138 | <p>Also note that beyond the wxWidgets manual there are various other <strong>resources</strong> which can | |
139 | help to learn wxWidgets programming:</p> | |
140 | ||
141 | <ul> | |
142 | <li><a href="http://www.wxwidgets.org">The wxWidgets website</a>: contains FAQs, tutorials, | |
143 | info about the mailing lists, and in general everything related to the wxWidgets world | |
144 | is linked here.</li> | |
145 | <li><a href="http://wxforum.shadonet.com/">The wxWidgets forum</a>: provides a discussion board | |
146 | about various wxWidgets topics (contains also <em>localized</em> forums)</li> | |
147 | <li><a href="http://www.wxwidgets.org/wiki">The wxWidgets wiki</a>: a user-editable website | |
148 | with lots of tutorials, links to external tools, resources, etc</li> | |
149 | </ul> | |
fce0e8f7 FM |
150 | |
151 | ||
152 | <!-- | |
153 | TECHNICAL NOTES | |
154 | --> | |
155 | ||
156 | <table width="100%" border="0" cellpadding="3" cellspacing="0"> | |
157 | <tr> | |
158 | <td bgcolor="#004080"> | |
159 | <font size="+1" color="#FFFFFF"><b><a name="technotes">Technical notes</a></b></font> | |
160 | </td> | |
161 | </tr> | |
162 | </table> | |
163 | ||
28b5ea4e FM |
164 | <p>Technical notes contains informations useful only to wxWidgets developers for |
165 | the maintainance of the project:</p> | |
fce0e8f7 FM |
166 | |
167 | <ul> | |
168 | <li><a href="tech/index.txt">Index of technical notes</a></li> | |
169 | <li><a href="tech/">Technical notes</a></li> | |
fce0e8f7 FM |
170 | </ul> |
171 | ||
4c3d7eab | 172 | <p>TODO list for wxWidgets:</p> |
fce0e8f7 | 173 | |
4c3d7eab FM |
174 | <ul> |
175 | <li><a href="http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List">wxWiki TODO list</a></li> | |
176 | <li><a href="doxygen/out/html/todo.html">Documentation TODO list</a></li> | |
177 | </ul> | |
178 | ||
179 | ||
fce0e8f7 FM |
180 | |
181 | <!-- | |
182 | DEMOS | |
183 | --> | |
184 | ||
185 | <table width="100%" border="0" cellpadding="3" cellspacing="0"> | |
186 | <tr> | |
187 | <td bgcolor="#004080"> | |
188 | <font size="+1" color="#FFFFFF"><b><a name="demos">Demos</a></b></font> | |
189 | </td> | |
190 | </tr> | |
191 | </table> | |
192 | ||
193 | <p>The following are fully-fledged applications which demonstrate some features of wxWidgets | |
194 | (for a list of the 70+ samples please look at the manual):</p> | |
195 | <ul> | |
196 | <li><a href="../demos/bombs">bombs</a>: minesweeper-like game.</li> | |
197 | <li><a href="../demos/forty">forty</a>: a great little card game by Chris Breeze.</li> | |
198 | <li><a href="../demos/fractal">fractal</a>: fractal mountains by Andrew Davison.</li> | |
199 | <li><a href="../demos/life">life</a>: the game of Life by J. H. Conway, | |
200 | implemented in wxWidgets by Guillermo Rodriguez Garcia.</li> | |
201 | <li><a href="../demos/poem">poem</a>: a little poetry display program.</li> | |
202 | </ul> | |
203 | ||
204 | </body> | |
205 | ||
206 | <!-- kate: space-indent on; indent-width 2; indent-mode xml; --> | |
207 | ||
208 | </html> |