windowToScreen
windowToScreen(x: Real io; y: Real io);
The windowToScreen method of the Window class converts a position relative to the left and top of the window into an absolute position on the screen. By using the screenToWindow method, this position can then be converted into a position relative to another window.
See also the screenToWindow method for an example of the use of these methods.