DIRCTRL_CHANGED --> DIRCTRL_SELECTIONCHANGED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-05-17 15:55:25 +00:00
parent ba06b9e625
commit f88cc75eec

View File

@@ -39,7 +39,8 @@ def run():
tools.fixTopLevelWindowClass(c)
c.addPyCode("""\
EVT_DIRCTRL_CHANGED = wx.PyEventBinder( wxEVT_DIRCTRL_CHANGED, 1 )
EVT_DIRCTRL_SELECTIONCHANGED = wx.PyEventBinder( wxEVT_DIRCTRL_SELECTIONCHANGED, 1 )
EVT_DIRCTRL_FILEACTIVATED = wx.PyEventBinder( wxEVT_DIRCTRL_FILEACTIVATED, 1 )
""")
#-----------------------------------------------------------------