(widget, data=None)
| 18 | return False |
| 19 | |
| 20 | def destroy(widget, data=None): |
| 21 | Gtk.main_quit() |
| 22 | |
| 23 | window = Gtk.Window(type=Gtk.WindowType.TOPLEVEL) |
| 24 | window.connect("delete_event", delete_event) |
nothing calls this directly
no outgoing calls
no test coverage detected