Deiconifies the ChIPS window.
deiconify_window([ChipsId]);
-
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.
chips> deiconify_window();
Deiconify the current window.
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.
|