1 | *form.padding: 1 |
---|
2 | *form.form: hide: 0 0 - - \ |
---|
3 | scrollup: 0 hide - - \ |
---|
4 | scrolldown: 0 - - 100 \ |
---|
5 | scrollBarWindow: 0 scrollup - scrolldown \ |
---|
6 | textDisplayWindow: scrollBarWindow hide 100 100 \ |
---|
7 | title: hide 0 100 textDisplayWindow |
---|
8 | |
---|
9 | *font: -adobe-new century schoolbook-bold-r-*-120-* |
---|
10 | *borderWidth: 1 |
---|
11 | |
---|
12 | *window.BorderWidth: 2 |
---|
13 | *window.geometry: 539x207-0+30 |
---|
14 | *window.defGeometry: 539x207-0+30 |
---|
15 | *window.title: Console |
---|
16 | *window.deleteProc: delete() |
---|
17 | *window.mapNotifyProc: mapnotify() |
---|
18 | *window.mapped: False |
---|
19 | *window.cursorCode: 132 |
---|
20 | |
---|
21 | ! |
---|
22 | ! console is specified here because we really only want this resource |
---|
23 | ! set when the console program is actually the console window. The |
---|
24 | ! resource itself is specified rather than a command line option at |
---|
25 | ! invocation so that the user can override it. |
---|
26 | ! |
---|
27 | console*window*global: true |
---|
28 | |
---|
29 | *scrollBarWindow.backgroundPixmap: /etc/athena/login/bitmaps/gray |
---|
30 | |
---|
31 | *scrollBar.changeProc: newvalue() |
---|
32 | |
---|
33 | *Button.highlightOnEnter: false |
---|
34 | *Button.repeatDelay: 25 |
---|
35 | *Button.initialDelay: 500 |
---|
36 | *Button.borderThickness: 0 |
---|
37 | *Button.borderWidth: 0 |
---|
38 | *Button*padding: 1 |
---|
39 | |
---|
40 | *hideButton.highlightOnEnter: true |
---|
41 | *hideButton.Interval: 0 |
---|
42 | *hideButton.borderThickness: 2 |
---|
43 | *hideButton.borderWidth: 1 |
---|
44 | *hideButton*padding: 5 |
---|
45 | *hide.borderWidth: 0 |
---|
46 | |
---|
47 | *Arrow.width: 13 |
---|
48 | *Arrow.height: 13 |
---|
49 | *scrolldownArrow.direction: south |
---|
50 | |
---|
51 | *scrollup.borderWidth: 1 |
---|
52 | *scrolldown.borderWidth: 1 |
---|
53 | *scrollupButton.activateProc: scroll(-1) |
---|
54 | *scrolldownButton.activateProc: scroll(1) |
---|
55 | |
---|
56 | *textDisplayWindow.cursorCode: 152 |
---|
57 | |
---|
58 | *textDisplay.font: fixed |
---|
59 | *textDisplay.resizeProc: textresize() |
---|
60 | *textDisplay.scrollProc: textscroll() |
---|
61 | |
---|
62 | *hideLabel.label: Hide |
---|
63 | *title.label: Console |
---|
64 | |
---|
65 | *hideButton.padding: 2 |
---|
66 | *hideButton.activateProc: hide() |
---|
67 | |
---|
68 | *iconWindow.mapped: 0 |
---|
69 | *iconWindow.geometry: 50x50 |
---|
70 | |
---|
71 | *icon.icon: /etc/athena/login/bitmaps/console.xbm |
---|
72 | *icon.Center: 1 |
---|
73 | |
---|
74 | |
---|
75 | ! ***************************** WARNING ************************************* |
---|
76 | ! The Console program and Dash contain a color converter which is NON-STANDARD. |
---|
77 | ! The syntax for the following resources should not be used when specifying |
---|
78 | ! resources for other programs, as it will generate a warning from that |
---|
79 | ! program. |
---|
80 | ! |
---|
81 | ! Also, the color converter does not deal with the "reverseVideo" resource, |
---|
82 | ! for reasons too complicated to explain here. |
---|
83 | ! |
---|
84 | ! Having said all that... when writing a color spec, you can use up to three |
---|
85 | ! comma-seperated colors, which are applied as follows: |
---|
86 | ! - if three colors are given, they specify the color to use on mono, |
---|
87 | ! grayscale and color monitors, respectively. |
---|
88 | ! - if only two colors are given, the first is used for both mono and |
---|
89 | ! grayscale, and the second is for color. |
---|
90 | ! - if only one color is given, it is used for all three visual classes. |
---|
91 | ! |
---|
92 | |
---|
93 | *Arrow.fillColor: black,gray75,red |
---|