Signal
GdkWindow::from-embedder
since: 2.18
Declaration
void
from_embedder (
GdkWindow* self,
gdouble embedder_x,
gdouble embedder_y,
gdouble* offscreen_x,
gdouble* offscreen_y,
gpointer user_data
)
Description [src]
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
.
Default handler: The default handler is called after the handlers added via |
Available since: 2.18 |
Parameters
embedder_x
-
Type:
gdouble
X coordinate in the embedder window.
embedder_y
-
Type:
gdouble
Y coordinate in the embedder window.
offscreen_x
-
Type:
gdouble*
Return location for the x coordinate in the offscreen window.
The argument will be set by the function. offscreen_y
-
Type:
gdouble*
Return location for the y coordinate in the offscreen window.
The argument will be set by the function.