Update docs

This commit is contained in:
Sven Slootweg 2013-07-07 19:07:37 +02:00
parent d49a7f1293
commit 52e2eed5a2
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -52,6 +52,12 @@
$ win.SetPosition(100, 110);
^ JsdeWindow.GetPosition()
Retrieves the current position of a window.
Returns an object with an `x` and a `y` key.
^ JsdeWindow.SetSize(**width**, **height**)
Sets the current size of a window.