Synopsis
Deiconifies the ChIPS window.
Syntax
deiconify_window() deiconify_window(id)
Description
The function arguments.
Argument | Description |
---|---|
id | A ChipsId structure identifying the item. |
If no argument is given then the current window is de-iconified otherwise the argument determines what to show.
Examples
Example 1
chips> deiconify_window()
Deiconify the current window.
Example 2
chips> add_window("id=M33") chips> add_window("id=M31") chips> current_window("all") chips> iconify_window() chips> id = ChipsId() 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