X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da2c76724f12e99b0d0e5d822b756b76e321746b..982d1607826ec0e590146ff40b1dd7068296f004:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 76e2ce2dde..ccf476f930 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,7 +1,7 @@ Recent Changes for wxPython ===================================================================== -2.5.2.2 +2.5.2.3 ------- wx.ADJUST_MINSIZE is now the default behaviour for window items in @@ -96,6 +96,12 @@ with a more modern reimplementation. Added a new version (0.8.3) of FloatCanvas from Chris Barker. It's now in a subpackage of wx.lib. +It is now possible to change the tab traversal order of controls on a +panel or dialog. For details see the new MoveAfterInTabOrder and +MoveBeforeInTabOrder methods of wx.Window. + + +