X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..93c4157c6cf8603eaba7ebbbc3b1e7bd303d8241:/docs/html/index.htm?ds=inline
diff --git a/docs/html/index.htm b/docs/html/index.htm
index a13ea2ab32..6bef8d27d0 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -5,25 +5,13 @@
-
-
+
-
-
-
-
-
-
-
- |
-
-
-
-
+
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
@@ -33,6 +21,7 @@ downloaded from the wxWindows Web site.
[Install]
[Manuals]
+[Technical Notes]
[3rd party tools]
[Samples]
[Demos]
@@ -45,10 +34,11 @@ downloaded from the wxWindows Web site.
ReadMe: General ReadMe,
wxGTK,
wxMotif,
+wxX11,
wxMSW
-
Release notes
Installation: wxGTK,
wxMotif,
+wxX11,
wxMSW
Change log
Buglist
@@ -60,9 +50,10 @@ downloaded from the wxWindows Web site.FAQ:
ToDo: General ToDo,
@@ -77,13 +68,16 @@ downloaded from the wxWindows Web site.
-
+ |
HTML
|
-
+ |
WinHelp
|
-
+ |
+MS HTML Help
+ |
+
PDF
|
@@ -97,6 +91,10 @@ downloaded from the wxWindows Web site.Reference Manual
+
+Reference Manual
+ |
+
Reference Manual
|
@@ -111,6 +109,10 @@ downloaded from the wxWindows Web site.Dialog Editor Manual
+
+Dialog Editor Manual
+ |
+
Dialog Editor Manual
|
@@ -118,15 +120,19 @@ downloaded from the wxWindows Web site.
-wxTreeLayout Class
+Tex2RTF Manual
|
-wxTreeLayout Class
+Tex2RTF Manual
|
-wxTreeLayout Class
+Tex2RTF Manual
+ |
+
+
+Tex2RTF Manual
|
@@ -139,6 +145,10 @@ downloaded from the wxWindows Web site.
+
+
+ |
+
Remstar ODBC Classes
|
@@ -146,13 +156,24 @@ downloaded from the wxWindows Web site.
+
+
+
@@ -160,6 +181,8 @@ downloaded from the wxWindows Web site.
+- artprov: shows how you can customize the look of standard
+wxWindows dialogs by replacing default bitmaps/icons with your own versions.
- calendar: a sample to test the wxCalendarCtrl class.
- caret: a sample to test the wxCaret class.
- checklst: demonstrates wxCheckListBox on
@@ -177,24 +200,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.
@@ -220,8 +248,7 @@ 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).
@@ -229,6 +256,7 @@ Excel to be present).
- 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).
- richedit: a work-in-progress rich text editor with plain text and HTML export
@@ -242,9 +270,7 @@ the user to resize subwindows.
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
-implementing wxNotebook on platforms with no native support.
+
- statbar: demonstrates the wxStatusBar class.
- taskbar: demonstrates the wxTaskBarIcon class, for
adding icons to the system tray. Windows only, but may eventually be implemented for other desktop
environments that use this metaphor.