Syntax
| window.ID.pos.now(left,top, width,height) |
Parameters
| INT | left,top | Optional. Absolute position of the window. When not set, the position is preserved.
| | INT | width,height | Optional. Window's size. When not set, the size is preserved. |
Return value
No value is returned.
Description
| Sets the window's size and position. |
|