]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Compilation fix for wxUSE_STL==1.
[wxWidgets.git] / docs / changes.txt
index adecb94b27a57366d9c814c911bb8fc3a00c2401..1c890d92f3c4fa1393d2a57787896fd2163247a7 100644 (file)
@@ -78,6 +78,7 @@ wxBase:
 All GUI ports:
 
 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
 All GUI ports:
 
 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
+- added wxListbook
 - added alpha channel support to wxImage
 - added wxRenderer class allowing to customize the drawing of generic controls
 - added wxCLOSE_BOX style for dialogs and frames
 - added alpha channel support to wxImage
 - added wxRenderer class allowing to customize the drawing of generic controls
 - added wxCLOSE_BOX style for dialogs and frames
@@ -154,6 +155,8 @@ Generic controls:
 
 - implemented wxListCtrl::Refresh() (Norbert Berzen)
 - support adding/removing columns dynamically (Donald C. Taylor)
 
 - implemented wxListCtrl::Refresh() (Norbert Berzen)
 - support adding/removing columns dynamically (Donald C. Taylor)
+- wxToolBarSimple, property list classes, wxTreeLayout moved
+  to contrib/src/deprecated
 
 wxGTK:
 
 
 wxGTK: