[pygtk] Help with modal dialog from glade
Jonathan Prater
jonathan.prater at gmail.com
Sun May 10 06:20:18 WST 2009
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
More information about the pygtk
mailing list