Gtk.Window.prototype.set_screen

function set_screen(screen:Gdk.Screen):void {
    // Gjs wrapper for gtk_window_set_screen()
}

Sets the Gdk.Screen where the window is displayed; if the window is already mapped, it will be unmapped, and then remapped on the new screen.

Since 2.2

screen

a Gdk.Screen.