Transforms window coordinates from a child window to its parent
window, where the parent window is the normal parent as returned by
Window.getParent for normal windows, and the window's
embedder as returned by OffscreenWindow.getEmbedder for
offscreen windows.
For normal windows, calling this function is equivalent to adding
the return values of Window.getPosition to the child coordinates.
For offscreen windows however (which can be arbitrarily transformed),
this function calls the GdkWindow::to-embedder: signal to translate
the coordinates.
You should always use this function when writing generic code that
walks up a window hierarchy.
Transforms window coordinates from a child window to its parent window, where the parent window is the normal parent as returned by Window.getParent for normal windows, and the window's embedder as returned by OffscreenWindow.getEmbedder for offscreen windows.
For normal windows, calling this function is equivalent to adding the return values of Window.getPosition to the child coordinates. For offscreen windows however (which can be arbitrarily transformed), this function calls the GdkWindow::to-embedder: signal to translate the coordinates.
You should always use this function when writing generic code that walks up a window hierarchy.
See also: Window.coordsFromParent