| AHELP for CIAO 4.5 ChIPS v1 | iconify_window |
Context: windows |
Synopsis
Iconifies the ChIPS window.
Syntax
iconify_window([ChipsId])
Description
- ChipsId - an optional ChipsId structure containing values to modify the currency state for the command.
The iconify_window command iconifies the indicated window. The current window is affected, unless a ChipsId structure is specified.
Example 1
chips> id = ChipsId() chips> add_window( "id=FirstWindow") chips> add_window( "id=SecondWindow") chips> iconify_window()
Two windows are created; the second window is current after it is created. The current window is iconified.
Example 2
chips> id = ChipsId() chips> add_window( "id=FirstWindow") chips> add_window( "id=SecondWindow") chips> id.window = "FirstWindow" chips> iconify_window(id)
Two windows are created; the second window is current after it is created. The id.window command sets the window value of the ChipsId structure to the first window. That window is then iconified.
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, deiconify_window, delete_window, get_window, print_window, set_window

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