X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/164b735b71bdb01126256c6825ff50f8b9c8fdd0..de9d9ed211e2905df1c68bfed452a6b92cecf3f3:/utils/wxPython/CHANGES.txt diff --git a/utils/wxPython/CHANGES.txt b/utils/wxPython/CHANGES.txt index a70c4b279c..c249a26efe 100644 --- a/utils/wxPython/CHANGES.txt +++ b/utils/wxPython/CHANGES.txt @@ -8,7 +8,13 @@ New in 2.1.14 Fixed wxTreeCtrl.HitTest to return both the tree item as well as the flags that clairify where the click was in relation to the item. -Fixed problem in wxTreeCtrl.GetBoundingBox +Fixed thread state problem in wxTreeCtrl.GetBoundingBox and +GetSelections. + +Fixed some problems in OGL. Also wxShape.SetClientData and +.GetClientData can now deal with Python objects. + +Added wxListCtrl.SortItems and changed the demo to show how to use it.