X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07fce3c2f91978b00eef7a74615badb374774fc0..af035b26c422255f23cbc06d0af5ea7aa72696ee:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index f11549ac1f..b523b70bcb 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -5,18 +5,17 @@
-
-
+
-
+
-
-
-
+ |
+
+
|
@@ -33,6 +32,7 @@ downloaded from the wxWindows Web site.
[Install]
[Manuals]
+[Technical Notes]
[3rd party tools]
[Samples]
[Demos]
@@ -46,7 +46,6 @@ downloaded from the wxWindows Web site.
wxGTK,
wxMotif,
wxMSW
-
Release notes
Installation: wxGTK,
wxMotif,
wxMSW
@@ -84,6 +83,9 @@ downloaded from the wxWindows Web site.WinHelp
+MS HTML Help
+ |
+
PDF
|
@@ -97,6 +99,10 @@ downloaded from the wxWindows Web site.Reference Manual
+
+Reference Manual
+ |
+
Reference Manual
|
@@ -111,11 +117,33 @@ downloaded from the wxWindows Web site.Dialog Editor Manual
+
+Dialog Editor Manual
+ |
+
Dialog Editor Manual
|
+
+
+Tex2RTF Manual
+ |
+
+
+Tex2RTF Manual
+ |
+
+
+Tex2RTF Manual
+ |
+
+
+Tex2RTF Manual
+ |
+
+
Remstar ODBC Classes
@@ -125,6 +153,10 @@ downloaded from the wxWindows Web site.
|
+
+
+ |
+
Remstar ODBC Classes
|
@@ -132,13 +164,24 @@ downloaded from the wxWindows Web site.
+
+
+
@@ -163,24 +206,29 @@ 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.
+event: demonstrates event handling.
exec: demonstrates wxExecute.
font: tests fonts, font enumerator, font encodings.
-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.
@@ -206,13 +254,11 @@ 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).
-
- dialup: 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).
- ownerdrw: demonstrates owner-draw menus and controls (Windows only).
-
- plot: demonstrates wxPlot classes (under development).
- png: demonstrates PNG loading.
- printing: shows printing and previewing.
- proplist: demonstrates the property list classes (a VB-style property editor).
@@ -230,6 +276,7 @@ the user to resize subwindows.
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.