X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76a4f50db50c618402b6a0b37d1a56af2c00a95f..d81a8f2ece7e71b9f85b52805c6181165af27352:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index f67ba3dc60..6a75978b15 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -157,6 +157,8 @@ downloaded from the wxWindows Web site.
Samples
+Each of the following demonstrates one or more aspect of wxWindows.
+
- calendar: a sample to test the wxCalendarCtrl class.
- caret: a sample to test the wxCaret class.
@@ -227,10 +229,13 @@ Excel to be present).
- png: demonstrates PNG loading.
- printing: shows printing and previewing.
- proplist: demonstrates the property list classes (a VB-style property editor).
+
- propsize: demonstrates proportional sizer classes.
- regtest: tests the low-level Windows registry functions (Windows only).
- resource: shows how to use wxWindows resources (.wxr files).
- richedit: a work-in-progress rich text editor with plain text and HTML export
facilities.
+
- rotate: demonstrates interpolated and non-interpolated
+rotation of a wxImage.
- sashtest: demonstrates use of the wxSashWindow class to allow
the user to resize subwindows.
- scroll: demonstrates wxScrolledWindow.
@@ -258,10 +263,12 @@ wxTime, wxDate and wxVariant.
+The following are fully-fledged applications.
+
- bombs: minesweeper-like game.
-
- forty: a great little card game by Chris Breeze. A
-fully-fledged application!
+
- dbbrowse: ODBC database browser application.
+
- forty: a great little card game by Chris Breeze.
- fractal: fractal mountains by Andrew Davison.
- life: the game of Life by J. H. Conway, implemented in wxWindows by Guillermo Rodriguez Garcia.
- poem: a little poetry display program.