% @(#)modifygrap.hlq 14.1.1.1 (ESO-IPG) 09/16/99 09:25:34 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT modifygrap.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, MODIFY/GRAPHICS %.PURPOSE On-line help file for the command: MODIFY/GRAPHICS %.VERSION 1.0 27-JUN-1996 : Creation, KB %---------------------------------------------------------------- \se SECTION./GRAP \es\co MODIFY/GRAPHICS 27-JUN-1996 KB \oc\su MODIFY/GRAPHICS [target] toggle the state of a graphics window (mapped Window <-> Icon) \us\pu Purpose: Toggle the state of a graphics window from mapped Window to Icon and vice versa. \up\sy Syntax: MODIFY/GRAPHICS [target] \ys\pa target = ICON or WINDOW; for ICON the active graphics window is put into an Icon; for WINDOW the iconized graphics window is displayed on the screen again; \\ defaulted to ICON \ap\sa See also: CREATE/GRAPHICS, MODIFY/DISPLAY \as\no Note: The command works always on the currently active graphics window. E. g., putting a window into an Icon state does not automatically assign another graphics window (if present on the screen) to be the active one. That would have to be done explicitely by the user. \\ Except interactive commands which need the mouse, all other graphics related commands (like PLOT/ROW) can still be be applied to an iconized graphics window. \\ OJO: Some window managers (e.g. Fvwm) have problems to display an iconized window again on the screen, if that window was not placed completely inside the screen before (including title bar). \on\exs Examples: \ex MODIFY/GRAPHICS Icon Put the current graphics window into the Icon window of the Window manager. \xe \ex MODIFY/GRAPHICS Window Put an iconized graphics window again on the screen. \xe \sxe