(widget, data=None)
| 20 | return False |
| 21 | |
| 22 | def destroy(widget, data=None): |
| 23 | gtk.main_quit() |
| 24 | |
| 25 | window = gtk.Window(gtk.WINDOW_TOPLEVEL) |
| 26 | window.connect("delete_event", delete_event) |
nothing calls this directly
no outgoing calls
no test coverage detected