Здравствуйте, David Nečas.

> while True:
>     dialog = gtk.MessageDialog(buttons=gtk.BUTTONS_OK,
> message_format='Close me.') dialog.connect('response', response)
>     dialog.show_all()
>     gtk.main()
>     print 'Done!'
> ===============================================================
> 
> You mean something like this?
> Works perfectly.

Yes, fine, although I don't see a much difference instead the "manual"
events pending after each dialog.run().
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to