calling methods of other objects

Marco De Luca mdl770 at libero.it
Wed Mar 13 09:52:41 EST 2002


Hi, I am quite new to Python and I have the following problem:

I have a combobox and a grid inside a panel inside a frame. I added a 
method to a wxGrid derived class and I need to call that method from a 
combobox event. How can I refer to the grid method in the function 
handling the combobox event?

Tahnks in advance, Marco.-



More information about the Python-list mailing list