Merge pull request #616 from infinity77/ULC-592

UltimateListCtrl: add an "Index" property to UltimateListEvent so the…
This commit is contained in:
Robin Dunn
2017-11-16 14:55:51 -06:00
committed by GitHub

View File

@@ -2325,6 +2325,8 @@ class CommandListEvent(wx.PyCommandEvent):
return self.m_itemIndex
Index = property(GetIndex, doc="See `GetIndex`")
def GetColumn(self):
"""