X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7921cf2badfac0c44cd53644bfc6a483a09ec299..9ffdee8074b1581d2c8ad6e6b16f536a42e42dd1:/docs/html/index.htm?ds=sidebyside
diff --git a/docs/html/index.htm b/docs/html/index.htm
index 493a111e02..e561f4b877 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,18 @@ 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.
+
+ - about: shows use of a wxHTML widget inside an About box.
+
- help: shows use of wxHtmlHelpController to display wxHTML help.
+
- helpview: a stand-alone wxHTML help viewer.
+
- printing: shows how easy it is to preview and print HTML files.
+
- test: general wxHTML test application.
+
- virtual: demonstrates the virtual file system feature.
+
- widget: demonstrates the use of controls in HTML pages.
+
- zip: shows how help files can be packaged in zip archives.
+
- image: shows off the cross-platform wxImage class.
- internat: use of wxWindows' internationalization support.
- joytest: tests the wxJoystick class (currently Windows and GTK only).
@@ -137,12 +237,14 @@ scheme is used whereby child windows have full sizing and moving rights within t
window. On other platforms, tabbed windows are used, where the children are always maximized.
- memcheck: demonstrates the memory checking/debugging facilities.
- mfc: shows how to use MFC and wxWindows code in the same application (Windows only).
+To compile this, you must edit include/wx/wxprec.h, comment out the windows.h inclusion, and recompile wxWindows.
- minifram: demonstrates a frame with a small title bar. On
platforms that don't support it, a normal-sized title bar is displayed.
- minimal: just shows a frame, a menubar, and a statusbar. About as
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).
@@ -152,6 +254,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.
@@ -161,6 +265,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.
@@ -168,6 +274,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.