~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to prim/help/deletedisp.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)deletedisp.hlq    19.1 (ESO-IPG) 02/25/03 14:03:14 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      deletedisp.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, DELETE/DISPLAY
 
7
%.PURPOSE    On-line help file for the command: DELETE/DISPLAY
 
8
%.VERSION    1.0  26-OCT-1990 : Creation, KB
 
9
%.VERSION    1.1  11-JUN-1991 : add parameter, KB
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./DISP
 
13
\es\co
 
14
DELETE/DISPLAY                                        11-JUN-1991  KB
 
15
\oc\su
 
16
DELETE/DISPLAY [disp]
 
17
        delete display window(s) on XWindow displays
 
18
\us\pu
 
19
Purpose: 
 
20
          Delete display window(s) on XWindow displays.
 
21
\up\sy
 
22
Syntax:
 
23
          DELETE/DISPLAY [disp]
 
24
\ys\pa
 
25
          disp = display specification,
 
26
\\
 
27
               can be a number (the display_id used in "create/display");
 
28
\\
 
29
               or * to indicate all display windows;
 
30
\\
 
31
               or ALL to delete all windows, i.e. also the graphic windows;
 
32
\\
 
33
               defaulted to *
 
34
\ap\sa
 
35
See also:
 
36
          DELETE/GRAPHICS, CREATE/DISPLAY, CREATE/GRAPHICS
 
37
\\
 
38
          Chapter 06 of MIDAS Users Manual, Volume A
 
39
\as\no
 
40
Note:   
 
41
          With the parameter `disp' set to ALL, DELETE/DISPLAY is equivalent 
 
42
          to DELETE/GRAPHICS ALL.
 
43
\\
 
44
          If you also want reset the color allocation scheme, e.g. you just 
 
45
          closed some other windows to free up colors, you should use the
 
46
          command RESET/DISPLAY (that's kind of a super DELETE/DISPLAY).
 
47
\\
 
48
          This command is only valid for XWindow Image Displays.
 
49
\on\exs
 
50
Examples:
 
51
\ex
 
52
          DELETE/DISPLAY
 
53
            Delete all display windows including the zoom_windows. Do not
 
54
            delete any graphics window.
 
55
\xe\ex
 
56
          DELETE/DISPLAY 4
 
57
            Delete display window with display id 4, if it has a zoom_window
 
58
            connected, also that one is deleted.
 
59
\xe\ex
 
60
          DELETE/DISPLAY all
 
61
            Remove all display and graphics windows, which have been previously
 
62
            created by Midas, from the screen.
 
63
\xe \sxe
 
64