Gtk.Application::window-added
function callback(application, window:Gtk.Window, ):void;
Emitted when a Gtk.Window is added to @application through Gtk.Application.prototype.add_window.
Since 3.2
- application
instance of Gtk.Application that is emitting the signal
- window
the newly-added Gtk.Window