Class Index | File Index

Classes


Class pwlib.appEvent.guiResizeStart


Extends pwlib.appEvent.
The GUI element resize start event. This event is cancelable.
Defined in: script.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
pwlib.appEvent.guiResizeStart(x, y, width, height)
Field Summary
Field Attributes Field Name and Description
 
The element height.
 
The element width.
 
x
The mouse location on the x-axis.
 
y
The mouse location on the y-axis.
Fields borrowed from class pwlib.appEvent:
cancelable, defaultPrevented, target, type
Methods borrowed from class pwlib.appEvent:
preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.guiResizeStart(x, y, width, height)
Parameters:
{Number} x
The mouse location on the x-axis.
{Number} y
The mouse location on the y-axis.
{Number} width
The element width.
{Number} height
The element height.
Field Detail
{Number} height
The element height.

{Number} width
The element width.

{Number} x
The mouse location on the x-axis.

{Number} y
The mouse location on the y-axis.

Documentation generated by JsDoc Toolkit 2.3.0 on Sat Jun 26 2010 21:57:00 GMT+0300 (EEST)