]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Rebake after bakefile changes.
[wxWidgets.git] / docs / changes.txt
index 1bcb97e7f320456de7966beb42ed16c17bbbd927..c5803d13ee08b6220640fdcf259da97e8eb509ad 100644 (file)
@@ -391,6 +391,9 @@ All (GUI):
 - Added "enabled" and "hidden" attributes to radio box items in XRC.
 - wxWindow::IsBeingDeleted() now returns true not only if the window itself is
   marked for destruction but also if any of its parent windows are.
+- Improved drawing of the hint during column move in wxGrid.
+- Add wxGridSelectRowsOrColumns selection mode to wxGrid.
+- Get/HasModifiers() of wxKeyEvent are now also available in wxMouseEvent.
 
 wxGTK: