| AHELP for CIAO 4.5 ChIPS v1 | deiconify_window |
Context: windows |
Synopsis
Deiconifies the ChIPS window.
Syntax
deiconify_window([ChipsId])
Description
- ChipsId - an optional ChipsId structure containing values to modify the currency state for the command.
The deiconify_window command deiconifies the indicated window. The current window is affected, unless a ChipsId structure is specified.
Example 1
chips> deiconify_window()
Deiconify the current window.
Example 2
chips> id = ChipsId()
chips> add_window("id=M33")
chips> add_window("id=M31")
chips> current_window("all")
chips> iconify_window()
chips> id.window = "M33"
chips> deiconify_window(id)Create two windows, set both as current, and iconify them. The id.window command sets the window value of the ChipsId structure to the first window. That window is then deiconified.
Bugs
See the bugs pages on the ChIPS website for an up-to-date listing of known bugs.
See Also
- utilities
- clear
- windows
- add_window, current_window, delete_window, get_window, iconify_window, print_window, set_window

![[ChIPS Logo]](../imgs/chips_logo_navbar.gif)