@@ -318,6 +241,7 @@ 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.
@@ -325,6 +249,7 @@ wxWidgets dialogs by replacing default bitmaps/icons with your own versions.
- 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
@@ -347,6 +272,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.
@@ -430,18 +356,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.
-
-
diff --git a/docs/latex/wx/body.tex b/docs/latex/wx/body.tex
index a813801b3e..3b17cb8bf7 100644
--- a/docs/latex/wx/body.tex
+++ b/docs/latex/wx/body.tex
@@ -6,9 +6,9 @@
\section{What is wxWidgets?}\label{whatis}
wxWidgets is a C++ framework providing GUI (Graphical User
-Interface) and other facilities on more than one platform. Version 2 currently
-supports all desktop versions of MS Windows, Unix with GTK+, Unix with Motif,
-and MacOS. An OS/2 port is in progress.
+Interface) and other facilities on more than one platform. Version 2 and higher
+currently support all desktop versions of MS Windows, Unix with GTK+ 1.x or 2.x,
+Unix with Motif, Unix with just X11, Unix with DirectFB, Mac OS X, OS/2.
wxWidgets was originally developed at the Artificial Intelligence
Applications Institute, University of Edinburgh, for internal use,
@@ -20,7 +20,7 @@ This manual contains a class reference and topic overviews.
For a selection of wxWidgets tutorials, please see the documentation page on the \urlref{wxWidgets web site}{http://www.wxwidgets.org}.
Please note that in the following, ``MS Windows" often refers to all
-platforms related to Microsoft Windows, including 16-bit and 32-bit
+platforms related to Microsoft Windows, including 32-bit and 64-bit
variants, unless otherwise stated. All trademarks are acknowledged.
\section{Why another cross-platform development tool?}\label{why}