]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/CHANGES.txt
some tests
[wxWidgets.git] / utils / wxPython / CHANGES.txt
index a70c4b279c6d6564c21dfb7348e0db3768ae80eb..c249a26efe61eb4813946dee12f60231023a79cb 100644 (file)
@@ -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.