Signal

GdkWindow::to-embedder

since: 2.18

Declaration

void
to_embedder (
  GdkWindow* self,
  gdouble offscreen_x,
  gdouble offscreen_y,
  gdouble* embedder_x,
  gdouble* embedder_y,
  gpointer user_data
)

Description [src]

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

See also GdkWindow::from-embedder.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.18

Parameters

offscreen_x

Type: gdouble

X coordinate in the offscreen window.

offscreen_y

Type: gdouble

Y coordinate in the offscreen window.

embedder_x

Type: gdouble*

Return location for the x coordinate in the embedder window.

The argument will be set by the function.
embedder_y

Type: gdouble*

Return location for the y coordinate in the embedder window.

The argument will be set by the function.