signal callback delegate or function to connect
void callback(double offscreenX, double offscreenY, out double embedderX, out double embedderY, gdk.window.Window window)
offscreenX x coordinate in the offscreen window (optional)
offscreenY y coordinate in the offscreen window (optional)
embedderX return location for the x coordinate in the embedder window (optional)
embedderY return location for the y coordinate in the embedder window (optional)
window the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ToEmbedder signal.
The ::to-embedder signal is emitted to translate coordinates in an offscreen window to its embedder.
See also #GdkWindow::from-embedder.