Previous Next Chapter

UNZOOMWINDOW command

Purpose:

This command will attempt return a window to its original position and dimensions.

Format:

UNZOOMWINDOW [WINDOW] <ROOT|ACTIVE|Drawer name>

Template:

UNZOOMWINDOW WINDOW

Parameters:

WINDOW

Name of the window to operate on. ROOT" will use the Workbench root window (where volume icons and AppIcons live), ACTIVE" will use the currently active Workbench window. Any other fully qualified path name will use the drawer window corresponding to the path. If no WINDOW parameter is specified, this command will try to operate on the currently active Workbench window.

Errors:

10 - If the named window cannot be found. The error code will be placed in the WORKBENCH.LASTERROR variable.

Result:

-

Example:

/* Change the root window. */
ADDRESS workbench

UNZOOMWINDOW root

Top Previous Next Chapter