signal callback delegate or function to connect
void callback(double embedderX, double embedderY, out double offscreenX, out double offscreenY, gdk.window.Window window)
embedderX x coordinate in the embedder window (optional)
embedderY y coordinate in the embedder window (optional)
offscreenX return location for the x coordinate in the offscreen window (optional)
offscreenY return location for the y coordinate in the offscreen 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 FromEmbedder signal.
The ::from-embedder signal is emitted to translate coordinates in the embedder of an offscreen window to the offscreen window.
See also #GdkWindow::to-embedder.