]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/index.htm
Corrected wxPython notes
[wxWidgets.git] / docs / html / index.htm
index de8a154f92348e98a4f122b53044ccb8e6ac2112..b523b70bcb4ce878023c8cc5cc6e24e984df17c4 100644 (file)
@@ -5,18 +5,17 @@
 
 </HEAD>
 
-<!BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
-<BODY BGCOLOR="#CCDDDFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
+<BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
 
 <font face="Arial, Lucida Sans, Helvetica">
 
 <a name="top"></a>
 
-<table width=100% border=4 cellpadding=5 cellspacing=0>
+<table width=100% border=0 cellpadding=5 cellspacing=0>
 <tr>
-<td bgcolor="#660000">
-<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
-<IMG src="logo.gif" align=right>
+<td bgcolor="#C4ECF9">
+<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#000000">
+<IMG src="logo.gif" align=left>
 <!-- wxWindows Documentation -->
 </font>
 </td>
@@ -47,7 +46,6 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <a href="../gtk/readme.txt">wxGTK</a>,
 <a href="../motif/readme.txt">wxMotif</a>,
 <a href="../msw/readme.txt">wxMSW</a>
-<li><a href="../release.txt"><b>Release notes</b></a>
 <li>Installation: <a href="../gtk/install.txt">wxGTK</a>,
 <a href="../motif/install.txt">wxMotif</a>,
 <a href="../msw/install.txt">wxMSW</a>
@@ -85,6 +83,9 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <B>WinHelp</B>
 </td>
 <td align=center bgcolor="#FFFF00">
+<B>MS HTML Help</B>
+</td>
+<td align=center bgcolor="#FFFF00">
 <B>PDF</B>
 </td>
 </tr>
@@ -98,6 +99,10 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <a href="../winhelp/wx.hlp">Reference Manual</a>
 </td>
 
+<td align=center>
+<a href="../htmlhelp/wx.chm">Reference Manual</a>
+</td>
+
 <td align=center>
 <a href="../pdf/wx.pdf">Reference Manual</a>
 </td>
@@ -112,11 +117,33 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <a href="../winhelp/dialoged.hlp">Dialog Editor Manual</a>
 </td>
 
+<td align=center>
+<a href="../htmlhelp/dialoged.chm">Dialog Editor Manual</a>
+</td>
+
 <td align=center>
 <a href="../pdf/dialoged.pdf">Dialog Editor Manual</a>
 </td>
 </tr>
 
+<tr>
+<td align=center>
+<a href="tex2rtf/t2rtf.htm">Tex2RTF Manual</a>
+</td>
+
+<td align=center>
+<a href="../winhelp/tex2rtf.hlp">Tex2RTF Manual</a>
+</td>
+
+<td align=center>
+<a href="../htmlhelp/tex2rtf.chm">Tex2RTF Manual</a>
+</td>
+
+<td align=center>
+<a href="../pdf/tex2rtf.pdf">Tex2RTF Manual</a>
+</td>
+</tr>
+
 <tr>
 <td align=center>
 <a href="odbc/odbc.htm">Remstar ODBC Classes</a>
@@ -126,6 +153,10 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <BR><BR>
 </td>
 
+<td align=center>
+<BR><BR>
+</td>
+
 <td align=center>
 <a href="../pdf/odbc.pdf">Remstar ODBC Classes</a>
 </td>
@@ -136,16 +167,21 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 <h3 align=center><a name="technotes"><hr>Technical notes<hr></a></h3>
 
 <ul>
-<li><a href="tech/index.txt">Index of technical notes</a>
-<li><a href="tech/">Technical notes</a> in text form
+<li><a href="../tech/index.txt">Index of technical notes</a>
+<li><a href="../tech/">Technical notes</a> in text form
+<li>Other documents:
+  <ul>
+  <li><a href="platform.htm">Platforms supported</a>
+  <li><a href="i18n.htm">Languages supported by wxWindows</a>
+  <li><a href="standard.htm">wxWindows programmer style guide</a>
+  <li><a href="news.htm">wxWindows news</a>
+  </ul>
 </ul>
 
 <h3 align=center><a name="thirdparty"><hr>Third-party tools<hr></a></h3>
 
 <ul>
-<li><a href="gettext/gettext.htm">gettext Manual</a>
-<li><a href="gettext/xgettext.htm">xgettext Manual</a>
-<li><a href="gettext/msgfmt.htm">msgfmt Manual</a>
+<li><a href="gettext/index.html">gettext Manual</a>
 </ul>
 
 <h3 align=center><a name="samples"><hr>Samples<hr></a></h3>
@@ -180,6 +216,7 @@ using wxMDIParentFrame, wxMDIChildFrame.
 <li><a href="../../samples/drawing">drawing</a>: tests device context drawing.
 <li><a href="../../samples/dynamic">dynamic</a>: shows how to connect events to member functions
 dynamically.
+<li><a href="../../samples/event">event</a>: demonstrates event handling.
 <li><a href="../../samples/exec">exec</a>: demonstrates wxExecute.
 <li><a href="../../samples/font">font</a>: tests fonts, font enumerator, font encodings.
 <li><a href="../../samples/grid">grid</a>: demonstrates the wxGrid class. This demo should work
@@ -222,7 +259,6 @@ dialog resource, translating the controls into wxWindows controls (Windows only)
 <li><a href="../../samples/oleauto">oleauto</a>: a little OLE automation controller (Windows only; requires
 Excel to be present).
 <li><a href="../../samples/ownerdrw">ownerdrw</a>: demonstrates owner-draw menus and controls (Windows only).
-<li><a href="../../samples/plot">plot</a>: demonstrates wxPlot classes (under development).
 <li><a href="../../samples/png">png</a>: demonstrates PNG loading.
 <li><a href="../../samples/printing">printing</a>: shows printing and previewing.
 <li><a href="../../samples/proplist">proplist</a>: demonstrates the property list classes (a VB-style property editor).