Hi, Is there a best coding practice for the best point in the program execution to initialize secondary PyGtk windows?
For example, all the background windows can be created during program init, but this might slow down the program startup. The other option is to create dialogs on first access, however it might introduce some delay in the GUI. What is the general conscientious on this, if there is any?
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
