Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows

all columns of a wx.ListCtrl in report mode to be edited.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-02 02:45:06 +00:00
parent d7403ad2d1
commit 5841276a80
2 changed files with 132 additions and 2 deletions

View 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.