Don't understand wxPython event handling

Robert rmanx at gmx.de
Thu Apr 1 08:13:04 EST 2004


I also have anouther question:

which is the better way to register to events:
eventManager.Register(self.OnPageDone,EVT_PAGE_DONE,self.pageContainer)

or

EVT_PAGE_DONE(self, self.OnPageDone)





More information about the Python-list mailing list