Gtk.Application.prototype.remove_window

function remove_window(window:Gtk.Window):void {
    // Gjs wrapper for gtk_application_remove_window()
}

Remove a window from application.

If window belongs to application then this call is equivalent to setting the Gtk.application property of window to null.

The application may stop running as a result of a call to this function.

Since 3.0

window

a Gtk.Window