Closed sophie-h closed 4 years ago
Currently it's not possible to pass this directly to connect_delete_event(), because hide_on_delete() only accepts one argument. But that also seems to be the case for the C API. That's why I left it like that.
connect_delete_event()
hide_on_delete()
https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-delete-event
Closes #1008
@GuillaumeGomez All green
Currently it's not possible to pass this directly to
connect_delete_event()
, becausehide_on_delete()
only accepts one argument. But that also seems to be the case for the C API. That's why I left it like that.https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-delete-event
Closes #1008