]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
extracted the part of ProcessEvent() which is repeated multiple times during the...
[wxWidgets.git] / docs / changes.txt
index 52b6591de3f2da9b268d18e90a908af22fa6dbc1..c5803d13ee08b6220640fdcf259da97e8eb509ad 100644 (file)
@@ -392,6 +392,7 @@ All (GUI):
 - 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: