mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #616 from infinity77/ULC-592
UltimateListCtrl: add an "Index" property to UltimateListEvent so the…
This commit is contained in:
@@ -2325,6 +2325,8 @@ class CommandListEvent(wx.PyCommandEvent):
|
||||
|
||||
return self.m_itemIndex
|
||||
|
||||
Index = property(GetIndex, doc="See `GetIndex`")
|
||||
|
||||
|
||||
def GetColumn(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user