]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/index.htm
couple of typo/thinko bug fixes
[wxWidgets.git] / docs / html / index.htm
index 3f1208b938f30c4c3d5654de7028a324155cf736..6a75978b150a3734246bf698f17be73411c528dd 100644 (file)
@@ -157,6 +157,8 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 
 <h3 align=center><a name="samples"><hr>Samples<hr></a></h3>
 
+Each of the following demonstrates one or more aspect of wxWindows.<P>
+
 <ul>
 <li><a href="../../samples/calendar">calendar</a>: a sample to test the wxCalendarCtrl class.
 <li><a href="../../samples/caret">caret</a>: a sample to test the wxCaret class.
@@ -183,6 +185,7 @@ using wxMDIParentFrame, wxMDIChildFrame.
 <li><a href="../../samples/drawing">drawing</a>: tests device context drawing.
 <li><a href="../../samples/dynamic">dynamic</a>: shows how to connect events to member functions
 dynamically.
+<li><a href="../../samples/exec">exec</a>: demonstrates wxExecute.
 <li><a href="../../samples/font">font</a>: tests fonts, font enumerator, font encodings.
 <li><a href="../../samples/grid">grid</a>: demonstrates the wxGrid class.
 <li><a href="../../samples/help">help</a>: shows how to use wxHelpController.
@@ -226,10 +229,13 @@ Excel to be present).
 <li><a href="../../samples/png">png</a>: demonstrates PNG loading.
 <li><a href="../../samples/printing">printing</a>: shows printing and previewing.
 <li><a href="../../samples/proplist">proplist</a>: demonstrates the property list classes (a VB-style property editor).
+<li><a href="../../samples/propsize">propsize</a>: demonstrates proportional sizer classes.
 <li><a href="../../samples/regtest">regtest</a>: tests the low-level Windows registry functions (Windows only).
 <li><a href="../../samples/resource">resource</a>: shows how to use wxWindows resources (.wxr files).
 <li><a href="../../samples/richedit">richedit</a>: a work-in-progress rich text editor with plain text and HTML export
 facilities.
+<li><a href="../../samples/rotate">rotate</a>: demonstrates interpolated and non-interpolated
+rotation of a wxImage.
 <li><a href="../../samples/sashtest">sashtest</a>: demonstrates use of the wxSashWindow class to allow
 the user to resize subwindows.
 <li><a href="../../samples/scroll">scroll</a>: demonstrates wxScrolledWindow.
@@ -257,10 +263,12 @@ wxTime, wxDate and wxVariant.
 
 <h3 align=center><a name="demos"><hr>Demos<hr></a></h3>
 
+The following are fully-fledged applications.<P>
+
 <ul>
 <li><a href="../../demos/bombs">bombs</a>: minesweeper-like game.
-<li><a href="../../demos/forty">forty</a>: a great little card game by Chris Breeze. A
-fully-fledged application!
+<li><a href="../../demos/dbbrowse">dbbrowse</a>: ODBC database browser application.
+<li><a href="../../demos/forty">forty</a>: a great little card game by Chris Breeze.
 <li><a href="../../demos/fractal">fractal</a>: fractal mountains by Andrew Davison.
 <li><a href="../../demos/life">life</a>: the game of Life by J. H. Conway, implemented in wxWindows by Guillermo Rodriguez Garcia.
 <li><a href="../../demos/poem">poem</a>: a little poetry display program.