wxPython - PLEASE Help
Donnal Walter
donnal at donnal.net
Wed Dec 25 14:58:07 EST 2002
More information about the Python-list mailing list
Wed Dec 25 14:58:07 EST 2002
- Previous message (by thread): wxPython - PLEASE Help
- Next message (by thread): wxPython - PLEASE Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rudy.schockaert at pandora.be (Rudy Schockaert) wrote: > can you show me with a piece of code how you handle events > bound to the control? ... self.load = wxButton(self, -1, "Load") ... EVT_BUTTON(self, self.load.GetId(), self.onLoad) def onLoad(self, event): print 'load button pressed', event (just in case Cliff is busy today, :-) Hope this helps, Donnal Walter Arkansas Chldren's Hospital
- Previous message (by thread): wxPython - PLEASE Help
- Next message (by thread): wxPython - PLEASE Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list