Gtk.IMContext.prototype.set_client_window

function set_client_window(window:Gdk.Window):void {
    // Gjs wrapper for gtk_im_context_set_client_window()
}

Set the client window for the input context; this is the Gdk.Window in which the input appears. This window is used in order to correctly position status windows, and may also be used for purposes internal to the input method.

window

the client window. This may be null to indicate that the previous client window no longer exists.