]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fixed display of 'InlineHelp' attribute
[wxWidgets.git] / docs / changes.txt
index a642866566e7649b85d2bf31973896908d58f887..5fb0fdac16d0bb0b8b67e1fdce8b012759a3ebc1 100644 (file)
@@ -360,6 +360,8 @@ Deprecated methods and their replacements
 - wxValidator::SetBellOnError() incorrectly interpreted its argument (it
   disabled the bell when it was true) and was replaced by SuppressBellOnError()
   with more expected semantics.
+- wxPORTRAIT and wxLANDSCAPE are now elements of wxPrintOrientation enum and
+  wxPrintData::SetOrientation(int) takes wxPrintOrientation and not int.
 
 
 Major new features in this release
@@ -443,6 +445,7 @@ All (GUI):
 
 - Added support for showing bitmaps in wxButton.
 - Added wxInfoBar.
+- Added stretchable spaces support to wxToolBar.
 - Added support for corner, row and column headers renderers to wxGrid.
 - wxWindow::SetAutoLayout() now works for all windows, not just panels.
 - Support wxListCtrl columns, items and image lists in XRC (Kinaou HervĂ©).