I need help getting a modal dialog to work properly. I have designed the dialog using Glade and saved it as GtkBuilder. I then create and display the dialog using the gtk.Dialog.run() method. I have two buttons in my dialog, both connected to signals that call gtk.Dialog.response() with appropriate IDs. However, only one of the buttons actually seems emit its signal, and the dialog won't respond to it all. Please help!
Jon _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
