X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a7f306263595bff3b74e96e4c2bee6f0a008500..9ffdee8074b1581d2c8ad6e6b16f536a42e42dd1:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index a789110d60..e561f4b877 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -206,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
@@ -215,6 +216,16 @@ fully-fledged application!
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).
@@ -233,6 +244,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).