from_embedder


Description:

[ Version ( since = "2.18" ) ]
public virtual signal void from_embedder (double embedder_x, double embedder_y, out double offscreen_x, out double offscreen_y)

The from_embedder signal is emitted to translate coordinates in the embedder of an offscreen window to the offscreen window.

See also to_embedder.

Parameters:

embedder_x

x coordinate in the embedder window

embedder_y

y coordinate in the embedder window

offscreen_x

return location for the x coordinate in the offscreen window

offscreen_y

return location for the y coordinate in the offscreen window