X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e0977894a66f5b3227d2864becaeae86a5e93c8..7664a67f57db442025638bb87099fb2826bc2400:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 52b6591de3..c5803d13ee 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: