The SysWindow class is a basic window class.
Properties
- top
- left
- bottom
- right
- color
- back
- priority
- window
- type
- title
- brTop
- brLeft
- brBottom
- brRight
Methods
-
void open(number
theType, number thePriority) |
Opens the window with theType
as it's type and thePriority as it's priority. See kernel NewWindow()
for more information.
|
-
void dispose() |
Discards with window.
|
|