X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a..f3412ea74858605b2d52c97a2c916ffca8d55c98:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index a13ea2ab32..5d23d67df3 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -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> @@ -33,6 +32,7 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P <FONT size=-1> [<a href="#install">Install</a>] [<a href="#manuals">Manuals</a>] +[<a href="#technotes">Technical Notes</a>] [<a href="#thirdparty">3rd party tools</a>] [<a href="#samples">Samples</a>] [<a href="#demos">Demos</a>] @@ -46,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> @@ -84,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> @@ -97,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> @@ -111,6 +117,10 @@ 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> @@ -118,15 +128,19 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P <tr> <td align=center> -<a href="wxtree/tree.htm">wxTreeLayout Class</a> +<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="../winhelp/wxtree.hlp">wxTreeLayout Class</a> +<a href="../htmlhelp/tex2rtf.chm">Tex2RTF Manual</a> </td> <td align=center> -<a href="../pdf/wxtree.pdf">wxTreeLayout Class</a> +<a href="../pdf/tex2rtf.pdf">Tex2RTF Manual</a> </td> </tr> @@ -139,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> @@ -146,13 +164,24 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P </table> +<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>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> @@ -177,24 +206,29 @@ to switch between compilation modes. <li><a href="../../samples/dialogs">dialogs</a>: shows some of the common dialogs available -- wxFontDialog, wxColourDialog, wxFileDialog, wxDirDialog, wxMessageBox, wxTextEntryDialog, wxSingleChoiceDialog. For printing-related dialogs, see the printing sample. +<li><a href="../../samples/dragimag">dragimag</a>: wxDragImage demo. +<li><a href="../../samples/dialup">dialup</a>: wxDialUpManager demo. <li><a href="../../samples/dnd">dnd</a>: demonstrates drag and drop on supported platforms. <li><a href="../../samples/docview">docview</a>: demonstrates use of the document view classes, using wxFrame. -<li><a href="../../samples/docvwmdi">docvwmdi</a>: : demonstrates use of the document view classes, +<li><a href="../../samples/docvwmdi">docvwmdi</a>: demonstrates use of the document view classes, 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. +<li><a href="../../samples/grid">grid</a>: 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. <li><a href="../../samples/help">help</a>: shows how to use wxHelpController. <li><a href="../../samples/html">html</a>: a number of demos for the wxHTML class library, used inside applications and also as a help facility. <ul> <li><a href="../../samples/html/about">about</a>: shows use of a wxHTML widget inside an About box. <li><a href="../../samples/html/help">help</a>: shows use of wxHtmlHelpController to display wxHTML help. - <li><a href="../../samples/html/helpview">helpview</a>: a stand-alone wxHTML help viewer. + <li><a href="../../samples/html/helpview">helpview</a>: a stand-alone wxHTML help viewer for any .htb book. <li><a href="../../samples/html/printing">printing</a>: shows how easy it is to preview and print HTML files. <li><a href="../../samples/html/test">test</a>: general wxHTML test application. <li><a href="../../samples/html/virtual">virtual</a>: demonstrates the virtual file system feature. @@ -220,15 +254,16 @@ platforms that don't support it, a normal-sized title bar is displayed. small a wxWindows application as you can get. <li><a href="../../samples/nativdlg">nativdlg</a>: shows how wxWindows can load a standard Windows dialog resource, translating the controls into wxWindows controls (Windows only). -<li><a href="../../samples/dialup">dialup</a>: wxDialUpManager demo. -<li><a href="../../samples/newgrid">newgrid</a>: demonstrates the new wxGrid implementation, by Michael Bedward. +<li><a href="../../samples/newgrid">newgrid</a>: demonstrates the new wxGrid implementation, by Michael Bedward and others. <li><a href="../../samples/notebook">notebook</a>: shows the wxNotebook (tabbed window) control. <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). +<li><a href="../../samples/propsize">propsize</a>: demonstrates proportional sizer classes. <li><a href="../../samples/regtest">regtest</a>: tests the low-level Windows registry functions (Windows only). <li><a href="../../samples/resource">resource</a>: shows how to use wxWindows resources (.wxr files). <li><a href="../../samples/richedit">richedit</a>: a work-in-progress rich text editor with plain text and HTML export @@ -242,6 +277,7 @@ the user to resize subwindows. an embedded window. <li><a href="../../samples/sockets">sockets</a>: demonstrates the TCP/IP family of classes. <li><a href="../../samples/splitter">splitter</a>: demonstrates the wxSplitterWindow class. +<li><a href="../../samples/statbar">statbar</a>: demonstrates the wxStatusBar class. <li><a href="../../samples/tab">tab</a>: 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.