source: trunk/athena/bin/xcluster/Xcluster @ 16567

Revision 16567, 3.2 KB checked in by rbasch, 23 years ago (diff)
Add deleteProc resource setting, so the program quits when it gets a delete window message via the window manager.
Line 
1!
2!  Xcluster resources
3!
4*font:                          *-helvetica-medium-r-*--12-*
5*Label.Center:                  True
6*borderWidth:                   1
7*Button.borderWidth:            0
8*Button.borderThickness:        2
9*Button.padding:                1
10*Button.toggle:                 True
11*Button*deactivateProc:         unset()
12*Form.padding:                  2
13
14
15*xclusterWindow.borderWidth:    3
16*xclusterWindow.title:          Xcluster
17*xclusterWindow.minWidth:       865
18*xclusterWindow.minHeight:      400
19*xclusterWindow.geometry:       1000x755
20*xclusterWindow.defGeometry:    1000x755
21*xclusterWindow.deleteProc:     quit()
22
23*label1.label:                  XCLUSTER           Cluster Monitor
24*label1.font:                   *-helvetica-bold-r-*--18-*
25*mapwin.borderWidth:            0
26*twin.borderWidth:              0
27
28*text.width:                    815
29*text.height:                   340
30
31*quit*quitLabel.label:          Quit
32*help*helpLabel.label:          Help
33*quit*Button.toggle:            False
34*help*Button.toggle:            False
35
36*buttonQuit.activateProc:       quit()
37*buttonHelp.activateProc:       createTree("helpDialog"),mapTree("helpDialog")
38
39*map.resizeProc:                resize()
40*map.exposeProc:                expose()
41*map.eventProc:                 map_hit()
42
43*text.resizeProc:               text_resize()
44*text.exposeProc:               check_cluster()
45*text.eventProc:                text_hit()
46
47*button0*activateProc:          button(0)
48*button1*activateProc:          button(1)
49*button2*activateProc:          button(2)
50*button3*activateProc:          button(3)
51*button4*activateProc:          button(4)
52*button5*activateProc:          button(5)
53*button6*activateProc:          button(6)
54*button7*activateProc:          button(7)
55*button8*activateProc:          button(8)
56*button9*activateProc:          button(9)
57*button10*activateProc:         button(10)
58*button11*activateProc:         button(11)
59*button12*activateProc:         button(12)
60*button13*activateProc:         button(13)
61*button14*activateProc:         button(14)
62*button15*activateProc:         button(15)
63*button16*activateProc:         button(16)
64*button17*activateProc:         button(17)
65*button18*activateProc:         button(18)
66*button19*activateProc:         button(19)
67
68
69
70
71!
72! Help dialog
73!
74*helpDialog.tree:                                               \
75{                                                               \
76  Window window;                                                \
77    {                                                           \
78      Form form;                                                \
79        {                                                       \
80          Label line1;                                          \
81          Label line2;                                          \
82          Label line3;                                          \
83          Label line4;                                          \
84          Label line5;                                          \
85          Label line6;                                          \
86          Window close; { Button close; { Label close; } }      \
87        }                                                       \
88    }                                                           \
89}
90
91*helpDialog.window.mapped:              False
92*helpDialog*form.form:                  close: - - 95 95        \
93                                        line1: 0 5 100 -        \
94                                        line2: 10 line1 - -     \
95                                        line3: 5 line2 - -      \
96                                        line4: 5 line3 - -      \
97                                        line5: 10 line4 - -     \
98                                        line6: 5 line5 - -
99
100
101*helpDialog*window.geometry:            445x180
102*helpDialog*window.minWidth:            445
103*helpDialog*window.minHeight:           180
104*helpDialog*window.title:               XCLUSTER Help
105
106*helpDialog*line1.label:                Directions:
107*helpDialog*line1.font:                 *-helvetica-bold-r-*--18-*
108*helpDialog*line1.Center:               True
109*helpDialog*line2.label:                \
110  For information on the number of machines available in a particular
111*helpDialog*line3.label:                \
112  cluster, click any button on the mouse somewhere near the cluster
113*helpDialog*line4.label:                \
114  you are interested in.  Or, click on one of the buttons below the map.
115*helpDialog*line5.label:                \
116  Information on the status of printers in that cluster will be
117*helpDialog*line6.label:                \
118  displayed, as well as phone number(s), if available.
119
120*helpDialog*close.activateProc:         unmapTree("helpDialog")
121*helpDialog*close.label:                Close Help Window
122*helpDialog*close.toggle:               False
Note: See TracBrowser for help on using the repository browser.