CloseWindow File Command

Close an open window.

closewindow [WINDOW name]

WINDOW/s The window name. Default=current.

Notes:

This command closes a single view of the document. To close all open views of a document, use the closedocument command. Even if you close the last open window with this command, the document will remain open, albeit invisibly.

Examples:
ARexx:

closewindow window 'Untitled~View.1'

 

CloseWindow  Command Definition  url:PGScmd/closewindow
  created:2006-03-30 10:07:12   last updated:2006-08-18 11:16:31
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For CloseWindow
Dan Kilroy wrote...2006-05-04 17:15:14

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

CloseWindow ([WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CloseWindow