X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f02408ec96dbb43a505aa2b4781ac943a32772c..457e6c54a28bc20cf347ba921755d7d5b296aa2a:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index be72358361..a13ea2ab32 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -35,6 +35,7 @@ downloaded from the wxWindows Web site.
wxTreeLayout Class
@@ -184,8 +157,10 @@ downloaded from the wxWindows Web site. Samples
+Each of the following demonstrates one or more aspect of wxWindows.
+
-- bombs: minesweeper-like game.
+
- calendar: a sample to test the wxCalendarCtrl class.
- caret: a sample to test the wxCaret class.
- checklst: demonstrates wxCheckListBox on
supported platforms (currently Windows and GTK only).
@@ -196,9 +171,9 @@ console-mode (no-GUI) compilation of wxWindows.
- controls: sample showing a variety of controls, including
wxNotebook.
- db: wxDB ODBC sample.
-
- dde: shows the DDE protocol in action, both using real
-DDE on Windows, and TCP/IP on all platforms. Edit ddesetup.h
-to switch between compilation modes. Currently the TCP/IP mode needs a bit of work.
+
- ipc: shows the DDE-like protocol in action, both using real
+DDE on Windows, and TCP/IP on all platforms. Edit ddesetup.h
+to switch between compilation modes.
- dialogs: shows some of the common dialogs available -- wxFontDialog,
wxColourDialog, wxFileDialog, wxDirDialog, wxMessageBox, wxTextEntryDialog, wxSingleChoiceDialog.
For printing-related dialogs, see the printing sample.
@@ -210,10 +185,8 @@ using wxMDIParentFrame, wxMDIChildFrame.
- drawing: tests device context drawing.
- dynamic: shows how to connect events to member functions
dynamically.
-
- forty: a great little card game by Chris Breeze. A
-fully-fledged application!
+
- exec: demonstrates wxExecute.
- font: tests fonts, font enumerator, font encodings.
-
- fractal: fractal mountains by Andrew Davison.
- grid: demonstrates the wxGrid class.
- help: shows how to use wxHelpController.
- html: a number of demos for the wxHTML class library, used inside
@@ -247,7 +220,7 @@ platforms that don't support it, a normal-sized title bar is displayed.
small a wxWindows application as you can get.
- nativdlg: shows how wxWindows can load a standard Windows
dialog resource, translating the controls into wxWindows controls (Windows only).
-
- nettest: wxDialUpManager demo.
+
- dialup: wxDialUpManager demo.
- newgrid: demonstrates the new wxGrid implementation, by Michael Bedward.
- notebook: shows the wxNotebook (tabbed window) control.
- oleauto: a little OLE automation controller (Windows only; requires
@@ -260,11 +233,14 @@ Excel to be present).
- 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.
- scrollsub: demonstrates the use of wxScrolledWindow to scroll
an embedded window.
+
- sockets: demonstrates the TCP/IP family of classes.
- splitter: demonstrates the wxSplitterWindow class.
- tab: demonstrates the generic tab window class. You should
normally use wxNotebook instead, but the generic code is sometimes useful, for example for
@@ -282,8 +258,19 @@ programming.
wxTime, wxDate and wxVariant.
- validate: shows simple use of validation.
- wizard: demonstrates the wxWizard class.
-
- wxpoem: a little poetry display program.
-
- wxsocket: demonstrates the TCP/IP family of classes.
+
+
+
+
+The following are fully-fledged applications.
+
+
+- bombs: minesweeper-like game.
+
- 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.
|