]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Override CocoaSetEnabled() to call -[NSControl setEnabled:]
[wxWidgets.git] / docs / changes.txt
index 9373a54ad26a1ded2a752c980830ee37760c2195..adecb94b27a57366d9c814c911bb8fc3a00c2401 100644 (file)
@@ -11,6 +11,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - also, OnExit() is not called if OnInit() fails
 - wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
+- wxWindow::Clear() is now called ClearBackground()
 
 
 DEPRECATED METHODS SINCE 2.4.x
@@ -66,6 +67,7 @@ All:
 - added support for POST method and alt ports to wxHTTP (Roger Chickering)
 - added wxSocket::IPAddress() (Chris Mellon)
 - wxDataStreams can read/write many elements at once (Mickael Gilabert)
+- added wxRecursionGuard class
 - added wxThreadHelper class (Daniel Howard)
 
 wxBase: