class GtkModalDialog: def runModal(self): self.window.show() gtk.mainloop() def endModal(self): self.window.hide() gtk.mainquit()