The newevent module still needs to use PyEvent and PyCommandEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-04-02 03:57:18 +00:00
parent 75a22d87a9
commit 312ea3deb0
2 changed files with 23 additions and 24 deletions

View File

@@ -25,7 +25,7 @@
// NOTE: This class is intentionally not exposed to SIP as there is no
// need for it in Python code. Intead we just tell SIP that the __*attr__
// methods are in the event classes. (See wxPyEvent and wxPyCommandEvent
// below.)
// below and in etg/pyevent.py.)
class wxPyEvtDict
{