.. Window

.. default - domain::js

.. include:: /includes/standard.rst

==============================
Window (of :class:`SysWindow`)
==============================

.. class:: Window

	Defined in SysWindow.sc.

	The Window class is an enhanced window class.


Properties
==========

Inherited from :class:`SysWindow`:

========= ===========
Property  Description
========= ===========
top                  
left                 
bottom               
right                
color                
back                 
priority             
window               
type                 
title                
brTop                
brLeft               
brBottom             
brRight              
lsTop                
lsLeft               
lsBottom             
lsRight              
eraseOnly            
name                 
========= ===========

Defined in Window:

========= ===========
Property  Description
========= ===========
underBits            
========= ===========


Methods
==========

.. function:: doit()
	:noindex:



.. function:: dispose()
	:noindex:



.. function:: handleEvent()
	:noindex:



.. function:: setMapSet()
	:noindex:



.. function:: move(param1 param2)
	:noindex:



.. function:: moveTo(param1 param2)
	:noindex:



.. function:: draw(theColor thePriority)
	:noindex:



.. function:: save()
	:noindex:



.. function:: restore()
	:noindex:



.. function:: inset(param1 param2)
	:noindex:



.. function:: show()
	:noindex:



.. function:: erase()
	:noindex:



.. function:: center()
	:noindex:



