On Sun, Oct 22, 2006 at 09:57:47AM +0200, Pascal DUCHATELLE wrote:

>  I could add a status bar to each notebook page but this is no elegent way...

I'd put the status bar handling code in its own module.  Then import that
module wherever it's needed.

If you want to reduce coupling in your code, you could adapt one of the
publish/subscribe examples from the Python Cookbook.

Dave Cook


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to