Let's say I have the following gui codes:

Popup_window1()

Popup_window2()


Both of the above will start 2 popup windows back to back. Is there a
way to block the code at Popup_window1() until a button is pressed in
that window. Once that button is pressed, then I want the
Popup_window2() to start.


An implementation which is similar to gtk.FileChooserDialog.run() is
what I want.


Thanks
Thierry

_______________________________________________
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