Chandra X-Ray Observatory (CXC)
Skip to the navigation links
Last modified: December 2012

URL: http://cxc.harvard.edu/chips/iconify_window.html
Jump to: Description · Examples · Bugs · See Also


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

Last modified: December 2012
CXC logo

The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory. 60 Garden Street, Cambridge, MA 02138 USA.   Email: cxcweb@head.cfa.harvard.edu Smithsonian Institution, Copyright © 1998-2012. All rights reserved.