]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
changed C++ comments in C comments
[wxWidgets.git] / docs / changes.txt
index fa5ab9811c2f9099f2f0428382310ec82925383a..2e04106f196610011ca6dbfd5c6e33fe1137a084 100644 (file)
@@ -17,6 +17,7 @@ All:
 - use true/false throughout the library instead of TRUE/FALSE
 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
 - added wxDirTraverser::OnOpenError() to customize the error handling
+- added wxArray::SetCount()
 
 wxBase:
 
@@ -24,11 +25,15 @@ wxBase:
 
 All GUI ports:
 
+- added wxSplitterWindow handler to XRC
+- added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
 - improved contrib/utils/convertrc parsing (David J. Cooke)
 - fixed handling of URLs and filenames in wxFileSystem
 - implemented alignment for wxGrid bool editor and renderer
 - support wxListCtrl columns alignment for all platforms and not just MSW
+- added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
+
 - Changed to type-safe wxSizerItemList for wxSizer child items.
 
     Deprecated: