X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b69f1bd1862481d4c10ca2c67e871ff5642ae2ee..d139753aed0c5d94df31983b484bec3fd48e1b2b:/docs/html/index.htm?ds=sidebyside
diff --git a/docs/html/index.htm b/docs/html/index.htm
index 00d0d0afd5..b5c0f39264 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -134,7 +134,7 @@ downloaded from the wxWindows Web site.
-Propert List Classes
+Property List Classes
|
@@ -185,10 +185,13 @@ downloaded 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.
@@ -203,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
@@ -210,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).
@@ -228,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).
@@ -237,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.
@@ -246,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.
@@ -253,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.
|