Extending a class on runtime

2007-03-27 Thread rdaunoravicius
Hi, Let's say you have a bunch of instatiated objects of the same class on your hands and you want to had some functionality to them. I'm facing this situation while working with PyGTK and libglade to create a GUI. Libglade creates a whole object tree representing the GUI out of an XML file, and

Re: Extending a class on runtime

2007-03-27 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : Hi, Let's say you have a bunch of instatiated objects of the same class on your hands and you want to had some functionality to them. Then I'd just do it. I'm facing this situation while working with PyGTK and libglade to create a GUI. Libglade creates a whole