offscreenWindowSetEmbedder

Sets window to be embedded in embedder.

To fully embed an offscreen window, in addition to calling this function, it is also necessary to handle the #GdkWindow::pick-embedded-child signal on the embedder and the #GdkWindow::to-embedder and #GdkWindow::from-embedder signals on window.

void
offscreenWindowSetEmbedder

Parameters

window gdk.window.Window

a #GdkWindow

embedder gdk.window.Window

the #GdkWindow that window gets embedded in