]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapButton under all platforms ...
[wxWidgets.git] / docs / changes.txt
index 405fff83fec7d4b98210cbb8019425b7d51ef8d2..be69b64869e8e5ceccfdbee811e5e5452090c93c 100644 (file)
@@ -128,6 +128,10 @@ Changes in behaviour not resulting in compilation errors, please read this!
   changed. See the updated wxWindow::SetBackgroundStyle() description in the
   manual for more details.
 
+- wxTreeCtrl::GetSelection now asserts if the tree has the wxTR_MULTIPLE style.
+  Instead use GetSelections() for multiple items; or if you want only the 
+  single item last touched, the new wxTreeCtrl::GetFocusedItem.
+
 
 Changes in behaviour which may result in compilation errors
 -----------------------------------------------------------
@@ -345,6 +349,7 @@ All:
 
 All (GUI):
 
+- Added support for showing bitmaps in wxButton.
 - wxWindow::SetAutoLayout() now works for all windows, not just panels.
 - Support wxListCtrl columns, items and image lists in XRC (Kinaou HervĂ©).
 - Added support for wxFileCtrl to XRC (Kinaou HervĂ©).