added new features to welcome page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams 2006-11-13 18:39:42 +00:00
parent c6c505952e
commit b809d2a4bd

View File

@ -1514,6 +1514,17 @@ wxString MyFrame::GetIntroText()
"<li>Customizable floating/docking behavior</li>"
"<li>Completely customizable look-and-feel</li>"
"<li>Optional transparent window effects (while dragging or docking)</li>"
"<li>Splittable notebook control</li>"
"</ul>"
"<p><b>What's new in 0.9.3?</b></p>"
"<p>wxAUI 0.9.3, which is now bundled with wxWidgets, adds the following features:"
"<ul>"
"<li>New wxAuiNotebook class, a dynamic splittable notebook control</li>"
"<li>New wxAuiMDI* classes, a tab-based MDI and drop-in replacement for classic MDI</li>"
"<li>Maximize/Minimize buttons implemented</li>"
"<li>Better hinting with wxGTK</li>"
"<li>Class rename. 'wxAui' is now the standard class prefix for all wxAUI classes</li>"
"<li>Lots of bug fixes</li>"
"</ul>"
"<p><b>What's new in 0.9.2?</b></p>"
"<p>The following features/fixes have been added since the last version of wxAUI:</p>"