Re: Calling Class' Child Methods

2005-11-05 Thread Kent Johnson
Steve Holden wrote: > Andrea Gavana wrote: >> The class "Custom" has a lot of methods (functions), but the user >> won't call >> directly this class, he/she will call the MainClass class to construct >> the >> GUI app. However, all the methods that the user can call refer to the >> "Custom" class

Re: Calling Class' Child Methods

2005-11-04 Thread Steve Holden
Andrea Gavana wrote: > Hello NG, > > this may seem a stupid (or even impossible) question, but my knowlegde > of Python is quite limited. I have basically a simple graphical user > interface that contains a Panel, another panel (child of the main panel) and > a custom widget (child of the main

Calling Class' Child Methods

2005-11-04 Thread Andrea Gavana
Hello NG, this may seem a stupid (or even impossible) question, but my knowlegde of Python is quite limited. I have basically a simple graphical user interface that contains a Panel, another panel (child of the main panel) and a custom widget (child of the main panel). Basically is something l