Class window

Object
   |
   +--window

class window


Extensions to the window object when running widgets

The window around a widget can be controlled in a more detailed way than normal browser windows. This object provides methods for the following features:

The following properties and methods were introduced in Opera 9.5. They are not available in 9.2x and below.

All other properties and methods have been available since 9.2x.


Defined in widget-object.js


Field Summary
 String defaultStatus
          Default status message of this widget.
 String status
          Status message of this widget.
 
Constructor Summary
window()
            This class has no public constructor.
 
Method Summary
 void moveBy( <int> delta_x, <int> delta_y )
           Move the widget by the given delta.
 void moveTo( <int> x, <int> y )
           Move the widget to the given coordinates.
 void resizeBy( <int> delta_width, <int> delta_height )
           Resize the widget by the given delta.
 void resizeTo( <int> width, <int> height )
           Resize the widget to the given size.

Field Detail

defaultStatus

String defaultStatus

status

String status

Constructor Detail

window

window()

Method Detail

moveBy

void moveBy( <int> delta_x, <int> delta_y )

moveTo

void moveTo( <int> x, <int> y )

resizeBy

void resizeBy( <int> delta_width, <int> delta_height )

resizeTo

void resizeTo( <int> width, <int> height )


Documentation generated by JSDoc on Mon Feb 9 15:55:06 2009