story window
A story window.
story window properties
| Property |
Type |
Access |
Description |
| bounds |
list of 4 integers |
r/w |
The bounds of the object (top, left, bottom, right) in pixels. |
| class |
integer |
read |
The class descriptor type. |
| index |
integer |
read |
Index of the object within its parent object. |
| name |
string |
read |
The name of the object. |
| object reference |
object |
read |
An object reference for this object. |
| parent |
object |
read |
The parent of the object. |
| properties |
record |
r/w |
Property that allows setting of several properties at the same time. |
| selection |
object, list of objects, nothing enum enumeration |
r/w |
The selection of the front-most window. |
story window methods
| Method |
Returns |
Description |
| bring to front |
Nothing |
Brings object to the front. |
| close |
Nothing |
Close the object. |
| maximize |
Nothing |
Maximize the window. |
| minimize |
Nothing |
Minimize the window. |
| restore |
Nothing |
Restore the window. |
| select |
Nothing |
Selects the object. |