Function
Gdkoffscreen_window_set_embedder
since: 2.18
Declaration [src]
void
gdk_offscreen_window_set_embedder (
GdkWindow* window,
GdkWindow* embedder
)
Description [src]
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
.
Available since: 2.18