Equivalent to calling Window.move and Window.resize, except that both operations are performed at once, avoiding strange visual effects. (i.e. the user may be able to see the window first move, then resize, if you don’t use Window.moveResize.)
new X position relative to window’s parent
new Y position relative to window’s parent
new width
new height
Equivalent to calling Window.move and Window.resize, except that both operations are performed at once, avoiding strange visual effects. (i.e. the user may be able to see the window first move, then resize, if you don’t use Window.moveResize.)