X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/818e52c20151ce0c22aa752ccbab94f1ae7afc99..ce89fdd22ecbaf29569e70733d76c8f1eaca391e:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index be88c494e3..b5c0f39264 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -5,7 +5,8 @@
-
+
+
@@ -24,9 +25,9 @@
-Welcome to wxWindows 2, the premiere cross-platform GUI C++ framework. This is an index of
-the plain text and HTML documentation. Documentation is also available in Acrobat (PDF) and Windows Help,
-from the wxWindows Web site.
+Welcome to wxWindows 2, the première cross-platform GUI C++ framework. This is an index of
+the plain text, HTML, Windows Help and Acrobat documentation: availability depends on what you've
+downloaded from the wxWindows Web site.
@@ -37,9 +38,7 @@ from the wxWindows Web site.
-
-
-
+
-
+
+
+
+
+
+
-
-
-
+
- bombs: minesweeper-like game.
+
- caret: a sample to test the wxCaret class.
- checklst: demonstrates wxCheckListBox on
supported platforms (currently Windows and GTK only).
- config: demonstrates use of wxConfig, which
defaults to wxRegConfig on WIN32, wxIniConfig on WIN16, and wxFileConfig on other platforms.
+
- console: demonstrates a console application using
+console-mode (no-GUI) compilation of wxWindows.
- controls: sample showing a variety of controls, including
wxNotebook.
- db: wxDB ODBC sample.
@@ -119,6 +206,7 @@ For printing-related dialogs, see the printing sample.
using wxFrame.
- docvwmdi: : demonstrates use of the document view classes,
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
@@ -126,6 +214,8 @@ fully-fledged application!
- 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
+applications and also as a help facility.
- image: shows off the cross-platform wxImage class.
- internat: use of wxWindows' internationalization support.
- joytest: tests the wxJoystick class (currently Windows and GTK only).
@@ -144,6 +234,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.
- notebook: shows the wxNotebook (tabbed window) control.
- oleauto: a little OLE automation controller (Windows only; requires
Excel to be present).
@@ -153,6 +244,8 @@ Excel to be present).
- proplist: demonstrates the property list classes (a VB-style property editor).
- 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.
- sashtest: demonstrates use of the wxSashWindow class to allow
the user to resize subwindows.
- splitter: demonstrates the wxSplitterWindow class.
@@ -162,6 +255,8 @@ implementing wxNotebook on platforms with no native support.
- taskbar: demonstrates the wxTaskBarIcon class, for
adding icons to the system tray. Windows only, but may eventually be implemented for other desktop
environments that use this metaphor.
+
- text: demonstrates single and multiline text controls,
+and clipboard operations.
- thread: tests the family of classes for doing thread
programming.
- toolbar: demonstrates wxToolBar.
@@ -169,6 +264,7 @@ programming.
- typetest: tests various data type classes, including
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.