@@ -318,12 +220,15 @@ Each of the following samples demonstrates one or more aspect of wxWidgets.
- access: Active Accessiblity sample (Windows only).
+
- animate: shows the wxAnimationCtrl class.
- artprov: shows how you can customize the look of standard
wxWidgets dialogs by replacing default bitmaps/icons with your own versions.
+
- aui: wxAui (docking subsystem) sample.
- 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).
+
- collpane: shows the wxCollapsiblePane class.
- config: demonstrates use of wxConfig, which
defaults to wxRegConfig on WIN32 (optionally wxIniConfig), and wxFileConfig on other platforms.
- console: demonstrates a console application using
@@ -346,6 +251,7 @@ using wxMDIParentFrame, wxMDIChildFrame.
- drawing: tests device context drawing.
- dynamic: shows how to connect events to member functions
dynamically.
+
- erase: shows the wxEditableListBox class.
- erase: Window erasing sample.
- event: demonstrates event handling.
- exept: demonstrates exception handling.
@@ -429,18 +335,11 @@ programming.
wxTime, wxDate and wxVariant.
- validate: shows simple use of validation.
- vscroll: shows use of wxVScrolledWindow.
+
- widgets: shows a lot of control classes.
- wizard: demonstrates the wxWizard class.
- xrc: demonstrates the XRC resource system.
-The following are deprecated samples.
-
-
-- resource: shows how to use old-style wxWidgets resources (.wxr files).
-
- proplist: demonstrates the property list classes (a VB-style property editor).
-
- treelay: an algorithm for displaying tree hierarchies.
-
-
|