Il lun, 2005-09-19 alle 17:10, Gustavo J. A. M. Carneiro ha scritto: > http://telecom.inescporto.pt/~gjc/higcontainer.py > > Caveat: needs pygtk 2.8
Unfortunately, I'm using pygtk 2.3 Waiting the upgrade... I'll use this solution (ugly but functional): sit down, please... suppose NewWidget is a new real gtk.Widget (that extends a gtk.Widget). I define inside of it the methods to update and manage outside defined widgets which instantiations are passed at the __init of my NewWidget. This let me hide functionality inside the pseudo class. I've no choices: is this really terrible? Thanks for your kind answers! -- Alessandro Ferrarin <[EMAIL PROTECTED]> Tieffe Sistemi S.r.l. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
