projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new VC++ project files with both dll and lib in one project
[wxWidgets.git]
/
wxPython
/
demo
/
wxTreeCtrl.py
diff --git
a/wxPython/demo/wxTreeCtrl.py
b/wxPython/demo/wxTreeCtrl.py
index 9a6a24f468e85c5db99675adfa34bbcfe1dd77e6..5aeed4fa2fbec4e58b17e6c7b27ef03525dcdb14 100644
(file)
--- a/
wxPython/demo/wxTreeCtrl.py
+++ b/
wxPython/demo/wxTreeCtrl.py
@@
-167,7
+167,7
@@
class TestTreeCtrlPanel(wxPanel):
event.Skip()
- def OnActivate(self, evt):
+ def OnActivate(self, ev
en
t):
self.log.WriteText("OnActivate: %s\n" % self.tree.GetItemText(self.item))