Window Verbs

  • window.about - Display the About window.

  • window.attributes (5) - Verbs for manipulating window attributes.

  • window.bringToFront - Bring a window to the front.

  • window.close - Close a window.

  • window.dbStats - Display the database statistics window.

  • window.frontmost - Get the address of the frontmost window.

  • window.getFile - Get the file path associated with this window.

  • window.getPosition - Get coordinates of a window.

  • window.getSize - Get the size of a window.

  • window.getTitle - Get a window's title.

  • window.hide - Hide a window.

  • window.isFront - Determine if a window is frontmost.

  • window.isHidden - Determine if a window is hidden.

  • window.isMenuScript - Determine if a window is a menu script.

  • window.isModified - Determine if the contents of a window have been modified.

  • window.isOpen - Determine if a window is open.

  • window.isVisible - Determine if a window is visible.

  • window.msg - Display a message in a window.

  • window.next - Get the next window.

  • window.open - Open a window.

  • window.quickScript - Display the Quick Script window.

  • window.scroll - Scroll a window.

  • window.sendToBack - Send a window to the back.

  • window.setModified - Set the modification status of a window.

  • window.setPosition - Set the position of a window.

  • window.setSize - Set the size of a window.

  • window.setTitle - Set a window's title.

  • window.show - Make a window visible.

  • window.update - Refresh the display of a window.

  • window.visit - Call a callback script for each open window.

  • window.zoom - Zoom a window.

  • window.isReadOnly

  • window.getType

  • window.quickTime