]>
Commit | Line | Data |
---|---|---|
ddcc5f5b JS |
1 | <HTML> |
2 | ||
3 | <HEAD> | |
fc2171bd | 4 | <TITLE>wxWidgets Documentation</TITLE> |
ddcc5f5b JS |
5 | |
6 | </HEAD> | |
7 | ||
b59da6c2 | 8 | <BODY BGCOLOR=#FFFFFF TEXT=#000000 VLINK="#63659C" LINK="#313063" ALINK="#313063"> |
ddcc5f5b JS |
9 | |
10 | <font face="Arial, Lucida Sans, Helvetica"> | |
11 | ||
12 | <a name="top"></a> | |
13 | ||
e492150d | 14 | <IMG src="logo.gif" align=right hspace=10 vspace=0> |
ddcc5f5b | 15 | |
fc2171bd | 16 | <b>Welcome to wxWidgets 2, the première cross-platform GUI C++ framework.</b><P> |
7be6137a JS |
17 | |
18 | This is an index of | |
b69f1bd1 | 19 | the plain text, HTML, Windows Help and Acrobat documentation: availability depends on what you've |
fc2171bd | 20 | downloaded from the <a href="http://www.wxwindows.org">wxWidgets Web site</a>.<br clear=all><P> |
ddcc5f5b | 21 | |
7921cf2b JS |
22 | <CENTER> |
23 | <FONT size=-1> | |
24 | [<a href="#install">Install</a>] | |
25 | [<a href="#manuals">Manuals</a>] | |
66f55ec6 | 26 | [<a href="#technotes">Technical Notes</a>] |
7921cf2b JS |
27 | [<a href="#thirdparty">3rd party tools</a>] |
28 | [<a href="#samples">Samples</a>] | |
1cf4526d | 29 | [<a href="#demos">Demos</a>] |
7921cf2b JS |
30 | </FONT> |
31 | </CENTER> | |
32 | ||
e492150d JS |
33 | <P> |
34 | ||
35 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
36 | <tr> | |
37 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
38 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
39 | <b><a name="install">Installation and release notes</a></b> | |
40 | </font> | |
41 | </td> | |
42 | </tr> | |
43 | </table> | |
44 | ||
45 | <P> | |
ddcc5f5b | 46 | |
fc2171bd JS |
47 | Unless you installed a binary version of wxWidgets using RPMs, |
48 | you will probably have to compile the wxWidgets library first. | |
7be6137a JS |
49 | Please read the platform-specific readme.txt and install.txt |
50 | for how to do this. | |
51 | ||
52 | <P> | |
53 | ||
ddcc5f5b | 54 | <ul> |
2dc5505e JS |
55 | <li>ReadMe: <a href="../readme.txt"><b>General ReadMe</b></a>, |
56 | <a href="../gtk/readme.txt">wxGTK</a>, | |
ddcc5f5b | 57 | <a href="../motif/readme.txt">wxMotif</a>, |
69477ac4 | 58 | <a href="../x11/readme.txt">wxX11</a>, |
e492150d JS |
59 | <a href="../x11/readme-nanox.txt">wxNanoX</a>, |
60 | <a href="../msw/readme.txt">wxMSW</a>, | |
61 | <a href="../mac/readme.txt">wxMac</a>, | |
62 | <a href="../mgl/readme.txt">wxMGL</a>, | |
63 | <a href="../univ/readme.txt">Univ</a> | |
ddcc5f5b JS |
64 | <li>Installation: <a href="../gtk/install.txt">wxGTK</a>, |
65 | <a href="../motif/install.txt">wxMotif</a>, | |
69477ac4 | 66 | <a href="../x11/install.txt">wxX11</a>, |
e492150d JS |
67 | <a href="../msw/install.txt">wxMSW</a>, |
68 | <a href="../mac/install.txt">wxMac</a>, | |
69 | <a href="../mgl/install.txt">wxMGL</a>, | |
70 | <a href="../os2/install.txt">wxOS2</a> | |
71 | <li><a href="../changes.txt"><b>General change log</b></a>, <a href="../gtk/changes.txt">wxGTK change log</a> | |
2dc5505e JS |
72 | <li>Licence: <a href="../preamble.txt">Preamble</a>, |
73 | <a href="../licence.txt">Licence</a>, | |
74 | <a href="../licendoc.txt">Documentation Licence</a>, | |
75 | <a href="../lgpl.txt">L-GPL</a>, | |
76 | <a href="../gpl.txt">GPL</a> | |
ce3ed50d JS |
77 | <li><a href="faq.htm"><B>FAQ</B></a>: |
78 | <ul> | |
79 | <li><a href="faqgen.htm">General questions</a> | |
fc2171bd JS |
80 | <li><a href="faqgtk.htm">wxWidgets 2 for GTK+</a> |
81 | <li><a href="faqmsw.htm">wxWidgets 2 for Windows</a> | |
82 | <li><a href="faqmot.htm">wxWidgets 2 for Motif</a> | |
83 | <li><a href="faqx11.htm">wxWidgets 2 for X11</a> | |
84 | <li><a href="faqmac.htm">wxWidgets 2 for Mac</a> | |
ce3ed50d | 85 | </ul> |
2dc5505e JS |
86 | <li>ToDo: <a href="../todo.txt"><b>General ToDo</b></a>, |
87 | <a href="../gtk/todo.txt">wxGTK</a>, | |
ddcc5f5b | 88 | <a href="../motif/todo.txt">wxMotif</a>, |
7be6137a JS |
89 | <a href="../msw/todo.txt">wxMSW</a>, |
90 | <a href="../mac/todo.txt">wxMac</a> | |
fc2171bd | 91 | <li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWidgets |
ddcc5f5b JS |
92 | </ul> |
93 | ||
e492150d JS |
94 | Further platform-specific notes: |
95 | ||
96 | <ul> | |
97 | <li> wxMSW: <a href="../msw/winxp.txt">Windows XP</a> | |
98 | </ul> | |
99 | ||
100 | <P> | |
101 | ||
102 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
103 | <tr> | |
104 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
105 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
fc2171bd | 106 | <b><a name="manuals">wxWidgets manuals</a></b> |
e492150d JS |
107 | </font> |
108 | </td> | |
109 | </tr> | |
110 | </table> | |
111 | ||
112 | <P> | |
113 | ||
114 | To use manuals in wxHTML Help form (extension htb), you can use the <b>HelpView</b> | |
115 | application, either compiling it from utils/helpview in the distribution, | |
116 | or downloading a binary, for example from <a href="http://www.storylinescentral.com/helpview.htm">here</a>.<P> | |
117 | ||
fc2171bd | 118 | See also the <a href="../pdf/wxTutorial.pdf">wxWidgets Tutorial</a> |
e492150d JS |
119 | by Franky Braem, in PDF format.<P> |
120 | ||
121 | <P> | |
7921cf2b | 122 | |
e492150d | 123 | <table border=0 cellpadding=5 cellspacing=0> |
7921cf2b | 124 | |
b69f1bd1 | 125 | <tr> |
e492150d | 126 | <td align=center bgcolor="#E0E0E0"> |
b69f1bd1 JS |
127 | <B>HTML</B> |
128 | </td> | |
e492150d | 129 | <td align=center bgcolor="#E0E0E0"> |
b69f1bd1 JS |
130 | <B>WinHelp</B> |
131 | </td> | |
e492150d | 132 | <td align=center bgcolor="#E0E0E0"> |
f6bcfd97 BP |
133 | <B>MS HTML Help</B> |
134 | </td> | |
e492150d JS |
135 | <td align=center bgcolor="#E0E0E0"> |
136 | <B>wxHTML Help</B> | |
137 | </td> | |
138 | <td align=center bgcolor="#E0E0E0"> | |
b69f1bd1 JS |
139 | <B>PDF</B> |
140 | </td> | |
141 | </tr> | |
ddcc5f5b | 142 | |
b69f1bd1 JS |
143 | <tr> |
144 | <td align=center> | |
85d525b1 | 145 | <a href="wx/wx_contents.html">wxWidgets Reference</a> |
e492150d JS |
146 | </td> |
147 | ||
148 | <td align=center> | |
fc2171bd | 149 | <a href="../winhelp/wx.hlp">wxWidgets Reference</a> |
e492150d JS |
150 | </td> |
151 | ||
152 | <td align=center> | |
fc2171bd | 153 | <a href="../htmlhelp/wx.chm">wxWidgets Reference</a> |
e492150d JS |
154 | </td> |
155 | ||
156 | <td align=center> | |
fc2171bd | 157 | <a href="../htb/wx.htb">wxWidgets Reference</a> |
e492150d JS |
158 | </td> |
159 | ||
160 | <td align=center> | |
fc2171bd | 161 | <a href="../pdf/wx.pdf">wxWidgets Reference</a> |
e492150d JS |
162 | </td> |
163 | </tr> | |
164 | ||
b69f1bd1 JS |
165 | <tr> |
166 | <td align=center> | |
e492150d | 167 | <a href="tex2rtf/t2rtf.htm">Tex2RTF</a> |
b69f1bd1 JS |
168 | </td> |
169 | ||
170 | <td align=center> | |
e492150d | 171 | <a href="../winhelp/tex2rtf.hlp">Tex2RTF</a> |
b69f1bd1 JS |
172 | </td> |
173 | ||
f6bcfd97 | 174 | <td align=center> |
e492150d | 175 | <a href="../htmlhelp/tex2rtf.chm">Tex2RTF</a> |
f6bcfd97 BP |
176 | </td> |
177 | ||
b69f1bd1 | 178 | <td align=center> |
e492150d JS |
179 | <a href="../htb/tex2rtf.htb">Tex2RTF</a> |
180 | </td> | |
181 | ||
182 | <td align=center> | |
183 | <a href="../pdf/tex2rtf.pdf">Tex2RTF</a> | |
b69f1bd1 JS |
184 | </td> |
185 | </tr> | |
186 | ||
f6bcfd97 BP |
187 | <tr> |
188 | <td align=center> | |
e492150d | 189 | <a href="fl/fl.htm">FL Library</a> |
f6bcfd97 BP |
190 | </td> |
191 | ||
192 | <td align=center> | |
e492150d JS |
193 | <a href="../winhelp/fl.hlp">FL Library</a> |
194 | ||
f6bcfd97 BP |
195 | </td> |
196 | ||
197 | <td align=center> | |
e492150d | 198 | <a href="../htmlhelp/fl.chm">FL Library</a> |
f6bcfd97 BP |
199 | </td> |
200 | ||
201 | <td align=center> | |
e492150d JS |
202 | <a href="../htb/fl.htb">FL Library</a> |
203 | </td> | |
204 | ||
205 | <td align=center> | |
206 | <a href="../pdf/fl.pdf">FL Library</a> | |
f6bcfd97 BP |
207 | </td> |
208 | </tr> | |
209 | ||
b69f1bd1 JS |
210 | <tr> |
211 | <td align=center> | |
e492150d JS |
212 | <a href="ogl/ogl.htm">OGL Library</a> |
213 | </td> | |
214 | ||
215 | <td align=center> | |
216 | <a href="../winhelp/ogl.hlp">OGL Library</a> | |
217 | ||
b69f1bd1 JS |
218 | </td> |
219 | ||
220 | <td align=center> | |
e492150d | 221 | <a href="../htmlhelp/ogl.chm">OGL Library</a> |
b69f1bd1 JS |
222 | </td> |
223 | ||
f6bcfd97 | 224 | <td align=center> |
e492150d | 225 | <a href="../htb/ogl.htb">OGL Library</a> |
f6bcfd97 BP |
226 | </td> |
227 | ||
b69f1bd1 | 228 | <td align=center> |
e492150d | 229 | <a href="../pdf/ogl.pdf">OGL Library</a> |
b69f1bd1 JS |
230 | </td> |
231 | </tr> | |
232 | ||
233 | </table> | |
234 | ||
e492150d JS |
235 | <P> |
236 | ||
237 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
238 | <tr> | |
239 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
240 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
241 | <b><a name="technotes">Technical notes</a></b> | |
242 | </font> | |
243 | </td> | |
244 | </tr> | |
245 | </table> | |
246 | ||
247 | <P> | |
66f55ec6 JS |
248 | |
249 | <ul> | |
9ba09ba5 | 250 | <li><a href="../tech/index.txt">Index of technical notes</a> |
e492150d JS |
251 | <li><a href="../tech/">Technical notes</a> |
252 | <li><a href="platform.htm">Platforms supported</a> | |
fc2171bd | 253 | <li><a href="i18n.htm">Languages supported by wxWidgets</a> |
66f55ec6 | 254 | </ul> |
b69f1bd1 | 255 | |
e492150d JS |
256 | <P> |
257 | ||
258 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
259 | <tr> | |
260 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
261 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
262 | <b><a name="thirdparty">Thirty-party tools</a></b> | |
263 | </font> | |
264 | </td> | |
265 | </tr> | |
266 | </table> | |
267 | ||
268 | <P> | |
ddcc5f5b JS |
269 | |
270 | <ul> | |
f6bcfd97 | 271 | <li><a href="gettext/index.html">gettext Manual</a> |
ddcc5f5b JS |
272 | </ul> |
273 | ||
e492150d JS |
274 | <P> |
275 | ||
276 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
277 | <tr> | |
278 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
279 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
280 | <b><a name="samples">Samples</a></b> | |
281 | </font> | |
282 | </td> | |
283 | </tr> | |
284 | </table> | |
285 | ||
286 | <P> | |
7921cf2b | 287 | |
fc2171bd | 288 | Each of the following samples demonstrates one or more aspect of wxWidgets.<P> |
457e6c54 | 289 | |
7921cf2b | 290 | <ul> |
69477ac4 | 291 | <li><a href="../../samples/calendar">artprov</a>: shows how you can customize the look of standard |
fc2171bd | 292 | wxWidgets dialogs by replacing default bitmaps/icons with your own versions. |
1cf4526d | 293 | <li><a href="../../samples/calendar">calendar</a>: a sample to test the wxCalendarCtrl class. |
edc26c4c | 294 | <li><a href="../../samples/caret">caret</a>: a sample to test the wxCaret class. |
7921cf2b JS |
295 | <li><a href="../../samples/checklst">checklst</a>: demonstrates wxCheckListBox on |
296 | supported platforms (currently Windows and GTK only). | |
297 | <li><a href="../../samples/config">config</a>: demonstrates use of wxConfig, which | |
3a5bcc4d | 298 | defaults to wxRegConfig on WIN32 (optionally wxIniConfig), and wxFileConfig on other platforms. |
1a7f3062 | 299 | <li><a href="../../samples/console">console</a>: demonstrates a console application using |
fc2171bd | 300 | console-mode (no-GUI) compilation of wxWidgets. |
7921cf2b JS |
301 | <li><a href="../../samples/controls">controls</a>: sample showing a variety of controls, including |
302 | wxNotebook. | |
303 | <li><a href="../../samples/db">db</a>: wxDB ODBC sample. | |
1cf4526d JS |
304 | <li><a href="../../samples/ipc">ipc</a>: shows the DDE-like protocol in action, both using real |
305 | DDE on Windows, and TCP/IP on all platforms. Edit <a href="../../samples/ipc/ddesetup.h">ddesetup.h</a> | |
306 | to switch between compilation modes. | |
7921cf2b JS |
307 | <li><a href="../../samples/dialogs">dialogs</a>: shows some of the common dialogs available -- wxFontDialog, |
308 | wxColourDialog, wxFileDialog, wxDirDialog, wxMessageBox, wxTextEntryDialog, wxSingleChoiceDialog. | |
309 | For printing-related dialogs, see the printing sample. | |
7b28757f JS |
310 | <li><a href="../../samples/dragimag">dragimag</a>: wxDragImage demo. |
311 | <li><a href="../../samples/dialup">dialup</a>: wxDialUpManager demo. | |
7921cf2b JS |
312 | <li><a href="../../samples/dnd">dnd</a>: demonstrates drag and drop on supported platforms. |
313 | <li><a href="../../samples/docview">docview</a>: demonstrates use of the document view classes, | |
314 | using wxFrame. | |
7b28757f | 315 | <li><a href="../../samples/docvwmdi">docvwmdi</a>: demonstrates use of the document view classes, |
7921cf2b | 316 | using wxMDIParentFrame, wxMDIChildFrame. |
25f47127 | 317 | <li><a href="../../samples/drawing">drawing</a>: tests device context drawing. |
7921cf2b JS |
318 | <li><a href="../../samples/dynamic">dynamic</a>: shows how to connect events to member functions |
319 | dynamically. | |
d35b028e | 320 | <li><a href="../../samples/event">event</a>: demonstrates event handling. |
76a4f50d | 321 | <li><a href="../../samples/exec">exec</a>: demonstrates wxExecute. |
ad556aa9 | 322 | <li><a href="../../samples/font">font</a>: tests fonts, font enumerator, font encodings. |
4a9dba0e | 323 | <li><a href="../../samples/grid">grid</a>: demonstrates the wxGrid class. |
7921cf2b | 324 | <li><a href="../../samples/help">help</a>: shows how to use wxHelpController. |
edc26c4c JS |
325 | <li><a href="../../samples/html">html</a>: a number of demos for the wxHTML class library, used inside |
326 | applications and also as a help facility. | |
9ffdee80 JS |
327 | <ul> |
328 | <li><a href="../../samples/html/about">about</a>: shows use of a wxHTML widget inside an About box. | |
329 | <li><a href="../../samples/html/help">help</a>: shows use of wxHtmlHelpController to display wxHTML help. | |
0d3a69ec | 330 | <li><a href="../../samples/html/helpview">helpview</a>: a stand-alone wxHTML help viewer for any .htb book. |
9ffdee80 JS |
331 | <li><a href="../../samples/html/printing">printing</a>: shows how easy it is to preview and print HTML files. |
332 | <li><a href="../../samples/html/test">test</a>: general wxHTML test application. | |
333 | <li><a href="../../samples/html/virtual">virtual</a>: demonstrates the virtual file system feature. | |
334 | <li><a href="../../samples/html/widget">widget</a>: demonstrates the use of controls in HTML pages. | |
335 | <li><a href="../../samples/html/zip">zip</a>: shows how help files can be packaged in zip archives. | |
336 | </ul> | |
7921cf2b | 337 | <li><a href="../../samples/image">image</a>: shows off the cross-platform wxImage class. |
fc2171bd | 338 | <li><a href="../../samples/internat">internat</a>: use of wxWidgets' internationalization support. |
7921cf2b | 339 | <li><a href="../../samples/joytest">joytest</a>: tests the wxJoystick class (currently Windows and GTK only). |
e492150d | 340 | <li><a href="../../samples/keyboard">keyboard</a>: tests keyboard support. |
7921cf2b JS |
341 | <li><a href="../../samples/layout">layout</a>: shows the constraint layout system in action. |
342 | <li><a href="../../samples/listctrl">listctrl</a>: demonstrates the wxListCtrl (implemented natively on | |
343 | WIN32, and using a generic version on other platforms). | |
ad556aa9 | 344 | <li><a href="../../samples/menu">menu</a>: tests menus. |
7921cf2b JS |
345 | <li><a href="../../samples/mdi">mdi</a>: shows off the MDI (Multiple Document Interface) classes. On Windows, the regular MDI |
346 | scheme is used whereby child windows have full sizing and moving rights within the main | |
347 | window. On other platforms, tabbed windows are used, where the children are always maximized. | |
348 | <li><a href="../../samples/memcheck">memcheck</a>: demonstrates the memory checking/debugging facilities. | |
fc2171bd JS |
349 | <li><a href="../../samples/mfc">mfc</a>: shows how to use MFC and wxWidgets code in the same application (Windows only). |
350 | To compile this, you must edit include/wx/wxprec.h, comment out the windows.h inclusion, and recompile wxWidgets. | |
7921cf2b JS |
351 | <li><a href="../../samples/minifram">minifram</a>: demonstrates a frame with a small title bar. On |
352 | platforms that don't support it, a normal-sized title bar is displayed. | |
353 | <li><a href="../../samples/minimal">minimal</a>: just shows a frame, a menubar, and a statusbar. About as | |
fc2171bd | 354 | small a wxWidgets application as you can get. |
e492150d | 355 | <li><a href="../../samples/mobile">mobile</a>: mini applications for embedded platforms. |
fc2171bd JS |
356 | <li><a href="../../samples/nativdlg">nativdlg</a>: shows how wxWidgets can load a standard Windows |
357 | dialog resource, translating the controls into wxWidgets controls (Windows only). | |
7921cf2b JS |
358 | <li><a href="../../samples/notebook">notebook</a>: shows the wxNotebook (tabbed window) control. |
359 | <li><a href="../../samples/oleauto">oleauto</a>: a little OLE automation controller (Windows only; requires | |
360 | Excel to be present). | |
361 | <li><a href="../../samples/ownerdrw">ownerdrw</a>: demonstrates owner-draw menus and controls (Windows only). | |
362 | <li><a href="../../samples/png">png</a>: demonstrates PNG loading. | |
363 | <li><a href="../../samples/printing">printing</a>: shows printing and previewing. | |
c3b177ae | 364 | <li><a href="../../samples/propsize">propsize</a>: demonstrates proportional sizer classes. |
7921cf2b | 365 | <li><a href="../../samples/regtest">regtest</a>: tests the low-level Windows registry functions (Windows only). |
e492150d | 366 | <!-- <li><a href="../../samples/richedit">richedit</a>: a work-in-progress rich text editor with plain text and HTML export |
edc26c4c | 367 | facilities. |
e492150d | 368 | --> |
457e6c54 JS |
369 | <li><a href="../../samples/rotate">rotate</a>: demonstrates interpolated and non-interpolated |
370 | rotation of a wxImage. | |
7921cf2b JS |
371 | <li><a href="../../samples/sashtest">sashtest</a>: demonstrates use of the wxSashWindow class to allow |
372 | the user to resize subwindows. | |
ad556aa9 JS |
373 | <li><a href="../../samples/scroll">scroll</a>: demonstrates wxScrolledWindow. |
374 | <li><a href="../../samples/scrollsub">scrollsub</a>: demonstrates the use of wxScrolledWindow to scroll | |
375 | an embedded window. | |
1cf4526d | 376 | <li><a href="../../samples/sockets">sockets</a>: demonstrates the TCP/IP family of classes. |
daa9deb2 | 377 | <li><a href="../../samples/splash">splash</a>: demonstrates use of the wxSplashScreen class. |
7921cf2b | 378 | <li><a href="../../samples/splitter">splitter</a>: demonstrates the wxSplitterWindow class. |
0d3a69ec | 379 | <li><a href="../../samples/statbar">statbar</a>: demonstrates the wxStatusBar class. |
7921cf2b JS |
380 | <li><a href="../../samples/taskbar">taskbar</a>: demonstrates the wxTaskBarIcon class, for |
381 | adding icons to the system tray. Windows only, but may eventually be implemented for other desktop | |
382 | environments that use this metaphor. | |
edc26c4c JS |
383 | <li><a href="../../samples/text">text</a>: demonstrates single and multiline text controls, |
384 | and clipboard operations. | |
7921cf2b JS |
385 | <li><a href="../../samples/thread">thread</a>: tests the family of classes for doing thread |
386 | programming. | |
387 | <li><a href="../../samples/toolbar">toolbar</a>: demonstrates wxToolBar. | |
388 | <li><a href="../../samples/treectrl">treectrl</a>: demonstrates wxTreeCtrl. | |
389 | <li><a href="../../samples/typetest">typetest</a>: tests various data type classes, including | |
390 | wxTime, wxDate and wxVariant. | |
391 | <li><a href="../../samples/validate">validate</a>: shows simple use of validation. | |
2723cfeb | 392 | <li><a href="../../samples/wizard">wizard</a>: demonstrates the wxWizard class. |
1cf4526d JS |
393 | </ul> |
394 | ||
7c9955d1 JS |
395 | The following are deprecated samples. |
396 | ||
397 | <ul> | |
fc2171bd | 398 | <li><a href="../../contrib/deprecated/samples/resource">resource</a>: shows how to use old-style wxWidgets resources (.wxr files). |
7c9955d1 JS |
399 | <li><a href="../../contrib/deprecated/samples/proplist">proplist</a>: demonstrates the property list classes (a VB-style property editor). |
400 | <li><a href="../../contrib/deprecated/samples/treelay">treelay</a>: an algorithm for displaying tree hierarchies. | |
401 | </ul> | |
402 | ||
403 | ||
e492150d JS |
404 | <P> |
405 | ||
406 | <table width=100% border=0 cellpadding=3 cellspacing=0> | |
407 | <tr> | |
408 | <td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif"> | |
409 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> | |
410 | <b><a name="demos">Demos</a></b> | |
411 | </font> | |
412 | </td> | |
413 | </tr> | |
414 | </table> | |
415 | ||
416 | <P> | |
1cf4526d | 417 | |
457e6c54 JS |
418 | The following are fully-fledged applications.<P> |
419 | ||
1cf4526d JS |
420 | <ul> |
421 | <li><a href="../../demos/bombs">bombs</a>: minesweeper-like game. | |
457e6c54 JS |
422 | <li><a href="../../demos/dbbrowse">dbbrowse</a>: ODBC database browser application. |
423 | <li><a href="../../demos/forty">forty</a>: a great little card game by Chris Breeze. | |
1cf4526d | 424 | <li><a href="../../demos/fractal">fractal</a>: fractal mountains by Andrew Davison. |
fc2171bd | 425 | <li><a href="../../demos/life">life</a>: the game of Life by J. H. Conway, implemented in wxWidgets by Guillermo Rodriguez Garcia. |
1cf4526d | 426 | <li><a href="../../demos/poem">poem</a>: a little poetry display program. |
7921cf2b JS |
427 | </ul> |
428 | ||
ddcc5f5b JS |
429 | </font> |
430 | ||
431 | </BODY> | |
432 | ||
433 | </HTML> | |
434 |