X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/660658398148d82d492a5d1a944bc4058a082267..8da2ab99009877d864c19b1ad90a9c0d02c61e2e:/wxPython/src/_timer.i?ds=sidebyside diff --git a/wxPython/src/_timer.i b/wxPython/src/_timer.i index 5471ca7b26..15f8abe230 100644 --- a/wxPython/src/_timer.i +++ b/wxPython/src/_timer.i @@ -56,11 +56,6 @@ void wxPyTimer::base_Notify() { public: %pythonAppend wxPyTimer "self._setCallbackInfo(self, Timer, 0)" -// %pythonAppend wxTimer -// "if hasattr(self, 'Notify'): -// print 'bound EVT_TIMER to self.Notify' -// self.Bind(EVT_TIMER, self.Notify) -// self.SetOwner(self)"; // if you don't call SetOwner() or provide an owner in the contstructor // then you must override Notify() inorder to receive the timer