to_embedder


Description:

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

The to_embedder signal is emitted to translate coordinates in an offscreen window to its embedder.

See also from_embedder.

Parameters:

offscreen_x

x coordinate in the offscreen window

offscreen_y

y coordinate in the offscreen window

embedder_x

return location for the x coordinate in the embedder window

embedder_y

return location for the y coordinate in the embedder window