From 52e2eed5a270b796a26b2f90bfcc024d0150f84c Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 7 Jul 2013 19:07:37 +0200 Subject: [PATCH] Update docs --- docs/api.html | 2 +- docs/api.zpy | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api.html b/docs/api.html index 64f5e94..4663487 100644 --- a/docs/api.html +++ b/docs/api.html @@ -156,6 +156,6 @@ -

JSDE API Reference

Table of contents

JsdeWindow

Member variables

Member functions

+

JSDE API Reference

Table of contents

JsdeWindow

Member variables

Member functions

diff --git a/docs/api.zpy b/docs/api.zpy index c7cdae5..b415ff1 100644 --- a/docs/api.zpy +++ b/docs/api.zpy @@ -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.