Gtk.Application::window-removed
function callback(application, window:Gtk.Window, ):void;
Emitted when a Gtk.Window is removed from @application, either as a side-effect of being destroyed or explicitly through Gtk.Application.prototype.remove_window.
Since 3.2
- application
instance of Gtk.Application that is emitting the signal
- window
the Gtk.Window that is being removed