-
-
-
+ |
+
+
|
@@ -33,8 +32,10 @@ downloaded from the wxWindows Web site.
[Install]
[Manuals]
+[Technical Notes]
[3rd party tools]
[Samples]
+[Demos]
@@ -82,6 +83,9 @@ downloaded from the wxWindows Web site.
WinHelp
+MS HTML Help
+ |
+
PDF
|
@@ -96,21 +100,11 @@ downloaded from the wxWindows Web site.
-Reference Manual
- |
-
-
-
-
-Porting Guide
+Reference Manual
|
-Porting Guide
- |
-
-
-Porting Guide
+Reference Manual
|
@@ -124,35 +118,29 @@ downloaded from the wxWindows Web site.
-Dialog Editor Manual
+Dialog Editor Manual
|
-
-
-Property List Classes
- |
-
-
-Property List Classes
+Dialog Editor Manual
|
+
+
-Property List Classes
+Tex2RTF Manual
|
-
-
-wxTreeLayout Class
+Tex2RTF Manual
|
-wxTreeLayout Class
+Tex2RTF Manual
|
-wxTreeLayout Class
+Tex2RTF Manual
|
@@ -165,6 +153,10 @@ downloaded from the wxWindows Web site.
+
+
+ |
+
Remstar ODBC Classes
|
@@ -172,19 +164,32 @@ downloaded from the wxWindows Web site.
+
+
+
+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).
@@ -195,32 +200,35 @@ 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.
+
- dragimag: wxDragImage demo.
+
- dialup: wxDialUpManager demo.
- dnd: demonstrates drag and drop on supported platforms.
- docview: demonstrates use of the document view classes,
using wxFrame.
-
- docvwmdi: : demonstrates use of the document view classes,
+
- 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
-fully-fledged application!
+
- event: demonstrates event handling.
+
- exec: demonstrates wxExecute.
- font: tests fonts, font enumerator, font encodings.
-
- fractal: fractal mountains by Andrew Davison.
-
- grid: demonstrates the wxGrid class.
+
- grid: demonstrates the wxGrid class. This demo should work
+when the old grid implementation is compiled into wxWindows, and also with the new implementation.
+Please see newgrid below for a full demo of the new implementation's capabilities.
- 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.
+
- helpview: a stand-alone wxHTML help viewer for any .htb book.
- printing: shows how easy it is to preview and print HTML files.
- test: general wxHTML test application.
- virtual: demonstrates the virtual file system feature.
@@ -246,8 +254,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.
-
- newgrid: demonstrates the new wxGrid implementation, by Michael Bedward.
+
- newgrid: demonstrates the new wxGrid implementation, by Michael Bedward and others.
- notebook: shows the wxNotebook (tabbed window) control.
- oleauto: a little OLE automation controller (Windows only; requires
Excel to be present).
@@ -255,16 +262,21 @@ Excel to be present).
- png: demonstrates PNG loading.
- printing: shows printing and previewing.
- proplist: demonstrates the property list classes (a VB-style property editor).
+
- propsize: demonstrates proportional sizer classes.
- 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.
+
- 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.
+
- statbar: demonstrates the wxStatusBar class.
- tab: demonstrates the generic tab window class. You should
normally use wxNotebook instead, but the generic code is sometimes useful, for example for
implementing wxNotebook on platforms with no native support.
@@ -281,8 +293,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.