X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d35b028e046acb684d57e56db309313090b73718..e944f70a6d8f0a56d00d575940f4fe94f49ef727:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index 5d23d67df3..6bef8d27d0 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -5,24 +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
@@ -45,9 +34,11 @@ downloaded from the wxWindows Web site.
ReadMe: General ReadMe,
wxGTK,
wxMotif,
+wxX11,
wxMSW
Installation: wxGTK,
wxMotif,
+wxX11,
wxMSW
Change log
Buglist
@@ -59,9 +50,10 @@ downloaded from the wxWindows Web site.FAQ:
ToDo: General ToDo,
@@ -76,16 +68,16 @@ downloaded from the wxWindows Web site.
-
+ |
HTML
|
-
+ |
WinHelp
|
-
+ |
MS HTML Help
|
-
+ |
PDF
|
@@ -189,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
@@ -259,7 +253,6 @@ dialog resource, translating the controls into wxWindows controls (Windows only)
- 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).
@@ -278,9 +271,6 @@ 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.
- 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.