wxPython - PLEASE Help

Rudy Schockaert rudy.schockaert at pandora.be
Wed Dec 25 08:31:12 EST 2002


Cliff Wells <clifford.wells at attbi.com> wrote in message  
> 3. You don't need to explicitly assign id's to controls.  Usually you
> can just pass -1 and let wxPython assign an unused id.  If you need to
> find out that id at a later point, use control.GetId().  Usually it's
> far more useful to save a reference to the control (self.control) than
> the id, and if you have the control you can always find out the id.

Cliff,

can you show me with a piece of code how you handle events bound to the control?

TIA,

Rudy



More information about the Python-list mailing list