index.htm 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <!--
  5. Name: index.htm
  6. Purpose: Gateway to wxWidgets Documentation and Resources
  7. Author: wxWidgets team
  8. Licence: wxWindows licence
  9. -->
  10. <head>
  11. <title>wxWidgets Documentation</title>
  12. <style type="text/css">
  13. <!--
  14. body { font-family: sans-serif; }
  15. h1 { font-size: 140%; }
  16. li { line-height: 150%; }
  17. -->
  18. </style>
  19. </head>
  20. <body>
  21. <a name="top"/>
  22. <p><center>
  23. <img src="doxygen/images/main_wxlogo.png" alt="wxWidgets: Cross-Platform GUI Toolkit" />
  24. </center></p>
  25. <!-- INSTALLATION AND RELEASE NOTES -->
  26. <h1>Installation and Release Notes</h1>
  27. <p>Unless you installed a binary version of wxWidgets (e.g. under Linux
  28. using your distro's package manager), you will probably have to
  29. <strong>compile</strong> the wxWidgets library before you can start use
  30. it.</p>
  31. <p>Please read the platform-specific <tt>readme.txt</tt> and
  32. <tt>install.txt</tt> for how to do this:</p>
  33. <ul>
  34. <li>Readme:
  35. <a href="readme.txt"><b>General ReadMe</b></a>,
  36. <a href="msw/readme.txt">wxMSW</a> (<a href="msw/winxp.txt">wxMSW for WinXP</a>),
  37. <a href="gtk/readme.txt">wxGTK</a>,
  38. <a href="mac/readme.txt">wxMac</a>,
  39. <a href="cocoa/readme.txt">wxCocoa</a>,
  40. <a href="motif/readme.txt">wxMotif</a>,
  41. <a href="x11/readme.txt">wxX11</a>,
  42. <a href="univ/readme.txt">Univ</a>
  43. </li>
  44. <li>Installation:
  45. <a href="msw/install.txt">wxMSW</a>,
  46. <a href="gtk/install.txt">wxGTK</a>,
  47. <a href="motif/install.txt">wxMotif</a>,
  48. <a href="x11/install.txt">wxX11</a>,
  49. <a href="mac/install.txt">wxMac</a>,
  50. <a href="cocoa/install.txt">wxCocoa</a>,
  51. <a href="os2/install.txt">wxOS2</a>
  52. </li>
  53. <li><a href="changes.txt"><b>General change log</b></a></li>
  54. <li>Licence:
  55. <a href="preamble.txt">Preamble</a>,
  56. <a href="licence.txt">Licence</a>,
  57. <a href="licendoc.txt">Documentation Licence</a>,
  58. <a href="lgpl.txt">L-GPL</a>,
  59. <a href="gpl.txt">GPL</a>
  60. </li>
  61. </ul>
  62. <!-- FIXME: FAQs are very out-of-date; should be moved in the wx docs or
  63. to the website or to the wiki...
  64. <li><a href="faq.htm"><b>FAQ</b></a>:</font>
  65. <ul>
  66. <li><a href="faqgen.htm">General questions</a></font></li>
  67. <li><a href="faqcmn.htm">Questions common to all platforms</a></font></li>
  68. <li><a href="faqmsw.htm">wxWidgets for Windows</a></font></li>
  69. <li><a href="faqgtk.htm">wxWidgets for GTK+</a></font></li>
  70. <li><a href="faqmot.htm">wxWidgets for Motif</a></font></li>
  71. <li><a href="faqx11.htm">wxWidgets for X11</a></font></li>
  72. <li><a href="faqmac.htm">wxWidgets for Mac</a></font></li>
  73. </ul>
  74. </li>
  75. -->
  76. <!-- DOCUMENTATION -->
  77. <h1>Documentation</h1>
  78. <p>The wxWidgets manual is available in various formats; the availability of
  79. the following formats depends on what you've downloaded from the
  80. <a href="http://www.wxwidgets.org">wxWidgets website</a>:</p>
  81. <ul>
  82. <li><a href="doxygen/out/html/index.html">HTML</a></li>
  83. <li><a href="doxygen/out/wx.chm">MS HTML Help (CHM)</a></li>
  84. <li><a href="doxygen/out/wx.htb">wxHTML Help (HTB)</a></li>
  85. <li><a href="doxygen/out/rtf/refman.rtf">Rich Text Format (RTF)</a></li>
  86. <li><a href="doxygen/out/wx.pdf">Portable Document Format (PDF)</a></li>
  87. </ul>
  88. <p>To use the manual in the <b>wxHTML Help</b> format (extension
  89. <tt>htb</tt>), you can use the <b>HelpView</b> application, compiling it
  90. from the <tt>utils/helpview</tt> folder in the wxWidgets
  91. distribution.</p>
  92. <p>Also note that beyond the wxWidgets manual there are various other
  93. <strong>resources</strong> which can help to learn wxWidgets
  94. programming:</p>
  95. <ul>
  96. <li><a href="http://www.wxwidgets.org">The wxWidgets website</a>: Contains
  97. FAQs, tutorials, info about the mailing lists, and in general
  98. everything related to the wxWidgets world is linked here.</li>
  99. <li><a href="http://wxforum.shadonet.com/">The wxWidgets forum</a>:
  100. Provides a discussion board about various wxWidgets topics (contains
  101. also <em>localized</em> forums).</li>
  102. <li><a href="http://wiki.wxwidgets.org/">The wxWiki</a>: A user-editable
  103. website with lots of tutorials, links to external tools, resources,
  104. etc.</li>
  105. </ul>
  106. <!-- TECHNICAL NOTES -->
  107. <h1>Technical Notes</h1>
  108. <p>Technical notes contains informations useful only to wxWidgets developers
  109. for the maintainance of the project:</p>
  110. <ul>
  111. <li><a href="tech/index.txt">Index of Technical Notes</a></li>
  112. <li><a href="tech/">Technical Notes</a></li>
  113. </ul>
  114. <p>Todo List for wxWidgets:</p>
  115. <ul>
  116. <li><a href="http://wiki.wxwidgets.org/Development:_Todo_List">wxWiki Todo List</a></li>
  117. <li><a href="doxygen/out/html/todo.html">Documentation Todo List</a></li>
  118. </ul>
  119. <!-- DEMOS -->
  120. <h1>Demos</h1>
  121. <p>The following are fully-fledged applications which demonstrate some
  122. features of wxWidgets (for a list of the 70+ samples please look at the
  123. manual):</p>
  124. <ul>
  125. <li><a href="../demos/bombs">bombs</a>: minesweeper-like game.</li>
  126. <li><a href="../demos/forty">forty</a>: a great little card game by Chris Breeze.</li>
  127. <li><a href="../demos/fractal">fractal</a>: fractal mountains by Andrew Davison.</li>
  128. <li><a href="../demos/life">life</a>: the game of Life by J. H. Conway,
  129. implemented in wxWidgets by Guillermo Rodriguez Garcia.</li>
  130. <li><a href="../demos/poem">poem</a>: a little poetry display program.</li>
  131. </ul>
  132. </body>
  133. <!-- kate: space-indent on; indent-width 2; indent-mode xml; -->
  134. </html>