Hi guys, I'm working on a stacked windows app, and I'm wondering how I shoud proceed. I tried to create a class and a .py file for each window, I tried to centralise everything in one file and one class using window.hide() and window.show() but it gets slower and slower the more I use it. Should I use just one window and show() hide() all the widgets inside it?
-- Pierre _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
