hi,
I am developing a account application .In  that i added a quit dialog with a
two stock buttons i.e quit and cancel.but when i triggered the quit button
just closes the dialog not the main window .here is my code:

def dialogQuit(self,widget):
        self.dialog_quit = self.wTree.get_widget("dialog_quit")
        self.dialog_quit.show()
        self.response = self.dialog_quit.run()
        if self.response == 'gtk.RESPONSE_QUIT':
            gtk.main_quit()
        self.dialog_quit.destroy() <[email protected]>

how to solve the issue

Thanks in advance

Njoy the share of Freedom,
Anusha
_______________________________________________
Glade-devel maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-devel

Reply via email to