]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Tweaks to work around wxMac bugs
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 7ccf7f213707f22c1fa61d2e3b22cba385032740..564f883c828967385c475e99f0c1609b3b5e2993 100644 (file)
@@ -26,6 +26,8 @@ implemetation.  In addition a set of renamed methods have been added
 that take wx.Point and/or wx.Size objects instead of individual
 parameters. 
 
+Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
+all columns of a wx.ListCtrl in report mode to be edited.