Window Verbs
window.about ()
window.bringToFront (title)
window.close (title)
window.dbStats ()
window.frontmost ()
window.getFile (adr)
window.getPosition (title, horizAddr, vertAddr)
window.getSize (title, widthAddr, heightAddr)
window.getTitle (name)
window.hide (title)
window.isFront (title)
window.isHidden (title)
window.isMenuScript (title)
window.isModified (title)
window.isOpen (title)
window.isVisible (title)
system.misc.closeWindow (title)
window.msg (string)
window.next (title)
window.open (addr)
window.quickScript ()
window.scroll (dir, count)
window.sendToBack (title)
window.setModified (title, setting)
window.setPosition (title, horiz, vert)
window.setSize (title, width, height)
window.setTitle (name, title)
window.show (title)
window.update (title)
window.visit (visitProc)
window.zoom (title)
|