wxTreeLayout Class
@@ -184,7 +158,7 @@ downloaded from the wxWindows Web site. Samples
-- 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,9 +169,9 @@ 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.
@@ -206,21 +180,32 @@ 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
-fully-fledged application!
-
- fractal: fractal mountains by Andrew Davison.
+
- exec: demonstrates wxExecute.
+
- font: tests fonts, font enumerator, font encodings.
- 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).
- layout: shows the constraint layout system in action.
- listctrl: demonstrates the wxListCtrl (implemented natively on
WIN32, and using a generic version on other platforms).
+
- menu: tests menus.
- mdi: shows off the MDI (Multiple Document Interface) classes. On Windows, the regular MDI
scheme is used whereby child windows have full sizing and moving rights within the main
window. On other platforms, tabbed windows are used, where the children are always maximized.
@@ -233,7 +218,8 @@ 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.
+
- dialup: wxDialUpManager demo.
+
- newgrid: demonstrates the new wxGrid implementation, by Michael Bedward.
- notebook: shows the wxNotebook (tabbed window) control.
- oleauto: a little OLE automation controller (Windows only; requires
Excel to be present).
@@ -247,6 +233,10 @@ Excel to be present).
facilities.
- 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.
- tab: demonstrates the generic tab window class. You should
normally use wxNotebook instead, but the generic code is sometimes useful, for example for
@@ -264,8 +254,17 @@ 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.
+
+
+
+
+
+- bombs: minesweeper-like game.
+
- forty: a great little card game by Chris Breeze. A
+fully-fledged application!
+
- 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.
|