From b809d2a4bda24b89791a3eb1878cec64ca001164 Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Mon, 13 Nov 2006 18:39:42 +0000 Subject: [PATCH] added new features to welcome page git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/aui/auidemo.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index 6ccb3a132b..e1869d2edd 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -1514,6 +1514,17 @@ wxString MyFrame::GetIntroText() "
  • Customizable floating/docking behavior
  • " "
  • Completely customizable look-and-feel
  • " "
  • Optional transparent window effects (while dragging or docking)
  • " + "
  • Splittable notebook control
  • " + "" + "

    What's new in 0.9.3?

    " + "

    wxAUI 0.9.3, which is now bundled with wxWidgets, adds the following features:" + "

    " "

    What's new in 0.9.2?

    " "

    The following features/fixes have been added since the last version of wxAUI:

    " -- 2.50.0