]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated changes.txt.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 2 Nov 2003 15:36:13 +0000 (15:36 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 2 Nov 2003 15:36:13 +0000 (15:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 633b9045649263941f435ed6be29802eb64970b0..1088cede39006b710c3a175305c36b5925b73d9f 100644 (file)
@@ -31,7 +31,8 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - (most) controls now inherit parents colours by default, override
   ShouldInheritColours() to return false if you don't want this to happen
 - wxApp::SendIdleEvent() now takes 2 arguments
-
+- wxTabView::GetLayers() changed return type from wxList& to wxTabLayerList&
+  (when WXWIN_COMPATIBILITY_2_4 == 0)
 
 
 DEPRECATED METHODS SINCE 2.4.x
@@ -57,6 +58,9 @@ versions, please update your code to not use them.
              SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles
 - wxList keyed interface: use wxHashMap instead
 - wxColourDatabase::FindColour(): use Find() instead (NB: different ret type)
+- wxHashTable::Next: use wxHashTable::Node* or
+                     wxHashTable::compatibility_iterator to store the return
+                     value
 
 
 OTHER CHANGES