X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e492150d405b3281ea50df8baa023055297b5a90..1648d51bcb7633efde873b986b4a9e2af005f119:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index ddf36853eb..2af586b3f1 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -13,7 +13,9 @@
-Welcome to wxWindows 2, the première cross-platform GUI C++ framework. This is an index of
+Welcome to wxWindows 2, the première cross-platform GUI C++ framework.
+
+This is an index of
the plain text, HTML, Windows Help and Acrobat documentation: availability depends on what you've
downloaded from the wxWindows Web site.
@@ -42,6 +44,13 @@ downloaded from the wxWindows Web site.
+Unless you installed a binary version of wxWindows using RPMs,
+you will probably have to compile the wxWindows library first.
+Please read the platform-specific readme.txt and install.txt
+for how to do this.
+
+
+
@@ -297,7 +307,7 @@ by Franky Braem, in PDF format.
-Each of the following demonstrates one or more aspect of wxWindows.
+Each of the following samples demonstrates one or more aspect of wxWindows.
- artprov: shows how you can customize the look of standard
@@ -332,9 +342,7 @@ dynamically.
- event: demonstrates event handling.
- exec: demonstrates wxExecute.
- font: tests fonts, font enumerator, font encodings.
-
- 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.
+
- 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.
@@ -369,17 +377,14 @@ small a wxWindows application as you can get.
- mobile: mini applications for embedded platforms.
- nativdlg: shows how wxWindows can load a standard Windows
dialog resource, translating the controls into wxWindows controls (Windows only).
-
- 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).
- ownerdrw: demonstrates owner-draw menus and controls (Windows only).
- 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).
@@ -408,6 +413,15 @@ wxTime, wxDate and wxVariant.
- wizard: demonstrates the wxWizard class.
+The following are deprecated samples.
+
+
+- resource: shows how to use old-style wxWindows resources (.wxr files).
+
- proplist: demonstrates the property list classes (a VB-style property editor).
+
- treelay: an algorithm for displaying tree hierarchies.
+
+
+