1 | |
---|
2 | command WDW <keyword>[;<p1>[;<p2>[;...<pN>]]] |
---|
3 | =========== |
---|
4 | |
---|
5 | key: window commands |
---|
6 | |
---|
7 | Window control commands. Action depends on keyword. Valid keywords |
---|
8 | are: |
---|
9 | |
---|
10 | |
---|
11 | size Change size of window |
---|
12 | <p1> = window number (integer) |
---|
13 | <p2> = x-position of lower left corner in cm (real) |
---|
14 | <p3> = y-position of lower left corner in cm (real) |
---|
15 | <p4> = width in cm (real) |
---|
16 | <p5> = height in cm (real) |
---|
17 | |
---|
18 | top Put window on top of display |
---|
19 | <p1> = window number (integer) |
---|
20 | |
---|
21 | create Create new window |
---|
22 | <p1> = window number (integer) |
---|
23 | <p2> = x-position of lower left corner in cm (real) |
---|
24 | <p3> = y-position of lower left corner in cm (real) |
---|
25 | <p4> = width in cm (real) |
---|
26 | <p5> = height in cm (real) |
---|
27 | For GEM implementations only: |
---|
28 | qualifier /ATTRIBS=<attribs>, <attribs> contains item characters |
---|
29 | "N" window name |
---|
30 | "I" info line (not supported) |
---|
31 | "M" mover |
---|
32 | "S" sizer |
---|
33 | "F" fuller |
---|
34 | "C" closer |
---|
35 | |
---|
36 | delate delete window |
---|
37 | <p1> = window number (integer) |
---|
38 | |
---|
39 | |
---|
40 | qualifiers |
---|
41 | ---------- |
---|
42 | |
---|
43 | /dc /ic /gc /dc+ /ic+ /gc+ /dc- /ic- /gc- /flags /flags+ /flags- |
---|
44 | /global /main |
---|
45 | Description see "help _call_proc". |
---|
46 | |
---|
47 | |
---|
48 | examples |
---|
49 | -------- |
---|
50 | |
---|
51 | wdw/gc=xh3 create xh3 0.0 4.5 20.0 10.0 |
---|
52 | opens X-window number 1 and assigns graphic channel to it |
---|
53 | |
---|
54 | wdw/ic=vh1/dc=vh1 create vh1 0.0 0.0 20.0 5.0 |
---|
55 | opens VWS window number 1 and assigns information and dialog |
---|
56 | channels to it |
---|
57 | |
---|
58 | wdw size p 0. 0. 10. 15. |
---|
59 | Changes size of PostScript window (hardcopy) to 10cm x 15cm. |
---|
60 | |
---|