X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f47cd02d71ef728221b29bf6bb3254ad85a12310..6ada5c335980d255e2fb315ed86c091010870c5e:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index 34f3422468..808bfe3bb2 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -5,29 +5,19 @@
-
-
+
-
-
-
-
-
-
-
- |
-
-
+
-
+Welcome to wxWindows 2, the première cross-platform GUI C++ framework.
-Welcome to wxWindows 2, the première cross-platform GUI C++ framework. This is an index of
+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.
+downloaded from the wxWindows Web site.
@@ -40,18 +30,45 @@ 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.
+
+
- ReadMe: General ReadMe,
wxGTK,
wxMotif,
-wxMSW
+wxX11,
+wxNanoX,
+wxMSW,
+wxMac,
+wxMGL,
+Univ
- Installation: wxGTK,
wxMotif,
-wxMSW
-
- Change log
-
- Buglist
+wxX11,
+wxMSW,
+wxMac,
+wxMGL,
+wxOS2
+
- General change log, wxGTK change log
- Licence: Preamble,
Licence,
Documentation Licence,
@@ -60,105 +77,241 @@ downloaded from the wxWindows Web site.
FAQ:
- ToDo: General ToDo,
wxGTK,
wxMotif,
-wxMSW
+wxMSW,
+wxMac
- List of preprocessor symbols used in wxWindows
-
+Further platform-specific notes:
-
+
+
+
+
+
+
+
+To use manuals in wxHTML Help form (extension htb), you can use the HelpView
+application, either compiling it from utils/helpview in the distribution,
+or downloading a binary, for example from here.
+
+See also the wxWindows Tutorial
+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
+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
@@ -186,6 +339,7 @@ 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. This demo should work
@@ -207,6 +361,7 @@ applications and also as a help facility.
- image: shows off the cross-platform wxImage class.
- internat: use of wxWindows' internationalization support.
- joytest: tests the wxJoystick class (currently Windows and GTK only).
+
- keyboard: tests keyboard support.
- layout: shows the constraint layout system in action.
- listctrl: demonstrates the wxListCtrl (implemented natively on
WIN32, and using a generic version on other platforms).
@@ -221,6 +376,7 @@ To compile this, you must edit include/wx/wxprec.h, comment out the windows.h in
platforms that don't support it, a normal-sized title bar is displayed.
- minimal: just shows a frame, a menubar, and a statusbar. About as
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.
@@ -228,15 +384,15 @@ 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).
- 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
+
- rotate: demonstrates interpolated and non-interpolated
rotation of a wxImage.
- sashtest: demonstrates use of the wxSashWindow class to allow
@@ -247,9 +403,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.
@@ -265,7 +418,19 @@ wxTime, wxDate and wxVariant.
- wizard: demonstrates the wxWizard class.
-
+
+
+
+
+
The following are fully-fledged applications.
@@ -278,8 +443,6 @@ The following are fully-fledged applications.
poem: a little poetry display program.
-
-