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 |
| Available since: 2.18 |
Parameters
offscreen_x-
Type:
gdoubleX coordinate in the offscreen window.
offscreen_y-
Type:
gdoubleY 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.