Magic VLSI Layout Tool Version 7.3 *

windownames


Get name of current or all windows

Usage:

windownames [all|type]

where type is one of the window types known to the specialopen command, which are: layout, wind3d, color, and netlist.

Summary:

The windownames command returns a list of magic windows as specified by the command options. No options is equivalent to option all, and prints the names of all existing windows. Otherwise, windows can be listed by type, where type is the type of window as understood by the specialopen command.

The GUI version of magic returns the full Tk path name of each window, including any parent frames.

Implementation Notes:

windownames is implemented as a built-in command in magic.

Return to command index

Last updated: October, 2004