|
|
1.1 root 1: /* $Header: /f/osi/others/quipu/uips/pod/RCS/Pod.ad,v 7.0 90/06/12 13:15:47 mrose Exp $ */
2:
3: Pod*PosTitle.font: -*-helvetica-*-*-*-*-11-*
4: Pod*ButtonForm*Command.font: -*-helvetica-*-*-*-*-11-*
5: Pod*SearchForm*font: -*-helvetica-medium-r-*-*-14-*
6: Pod*font: -*-helvetica-medium-r-*-*-11-*
7: Pod*standby*font: -*-helvetica-*-*-*-*-20-*
8: Pod*text*font: -*-helvetica-*-*-*-*-20-*
9: Pod*popup_help_form*font: -*-helvetica-medium-r-*-*-14-*
10:
11: /*
12: * If COLOR set colours
13: */
14: #ifdef COLOR
15: Pod*foreground: Black
16: Pod*Form.background: CadetBlue
17: Pod*VPanedWindow.background: CadetBlue
18: Pod*Command.background: wheat
19: #endif COLOR
20:
21: /*
22: * Resources for layout of widgets at 'top' level.
23: * Fiddle with at your own risk.
24: *
25: */
26: Pod*defaultDistance: 10
27:
28: Pod*PosScrolledWindow.width: 400
29: Pod*PosScrolledWindow.height: 120
30: Pod*PosForm.resizable: FALSE
31: Pod*PosForm.fromHoriz: ButtonForm
32: Pod*PosForm.left: ChainLeft
33: Pod*PosForm.right: ChainRight
34: Pod*PosForm.top: ChainTop
35: Pod*PosForm.bottom: ChainTop
36:
37: Pod*TextScrolledWindow.width: 400
38: Pod*TextScrolledWindow.height: 230
39:
40: Pod*TextScrolledWindow.resizable: FALSE
41: Pod*TextScrolledWindow.fromHoriz: ButtonForm
42: Pod*TextScrolledWindow.fromVert: PosForm
43: Pod*TextScrolledWindow.left: ChainLeft
44: Pod*TextScrolledWindow.right: ChainRight
45: Pod*TextScrolledWindow.top: ChainTop
46: Pod*TextScrolledWindow.bottom: ChainBottom
47:
48: Pod*ButtonForm.resizable: TRUE
49: Pod*ButtonForm.top: ChainTop
50: Pod*ButtonForm.bottom: ChainBottom
51: Pod*ButtonForm.left: ChainLeft
52: Pod*ButtonForm.right: ChainLeft
53:
54: /*
55: * Layout resources for widgets internal to
56: * 'Directory Position' window.
57: * Fiddle with at your own risk.
58: */
59:
60: Pod*TextScrolledWindow.borderWidth: 1
61: Pod*TextScrolledWindow.borderColor: black
62: Pod*PosForm*borderWidth: 1
63: Pod*PosForm*borderColor: black
64:
65: Pod*okButton.xOffset: 6
66: Pod*okButton.yOffset: 6
67:
68: Pod*cancelButton.xOffset: 6
69: Pod*cancelButton.yOffset: 6
70:
71: Pod*SearchValueForm.horizDistance: 6
72: Pod*SearchValueForm.vertDistance: 6
73:
74: Pod*okButton.label:
75: Pod*cancelButton.label:
76:
77: Pod*SearchValueForm.borderWidth: 0
78: Pod*SearchValueForm.fromHoriz: cancelButton
79: Pod*SearchValueForm.right: ChainRight
80: Pod*SearchValueForm.left: ChainLeft
81: Pod*SearchValueForm.top: ChainTop
82: Pod*SearchValueForm.bottom: ChainTop
83:
84: Pod*SearchLabel.vertDistance: 6
85: Pod*SearchLabel.horizDistance: 6
86:
87: Pod*TypeMenuButton.fromHoriz: cancelButton
88: Pod*TypeMenuButton.fromVert: SearchValueForm
89: Pod*TypeMenuButton.horizDistance: 12
90: Pod*TypeMenuButton.vertDistance: 3
91: Pod*TypeMenuButton.top: ChainTop
92: Pod*TypeMenuButton.bottom: ChainTop
93: Pod*TypeMenuButton.left: ChainLeft
94: Pod*TypeMenuButton.right: ChainLeft
95:
96: Pod*SearchTypeLabel.horizDistance: 6
97: Pod*SearchTypeLabel.fromVert: SearchValueForm
98: Pod*SearchTypeLabel.vertDistance: 3
99: Pod*SearchTypeLabel.fromHoriz: TypeMenuButton
100: Pod*SearchTypeLabel.width: 220
101: Pod*SearchTypeLabel.top: ChainTop
102: Pod*SearchTypeLabel.bottom: ChainTop
103: Pod*SearchTypeLabel.left: ChainLeft
104: Pod*SearchTypeLabel.right: ChainRight
105:
106: Pod*SearchValueDialog.width: 220
107: Pod*SearchValueDialog.horizDistance: 6
108: Pod*SearchValueDialog.vertDistance: 4
109: Pod*SearchValueDialog.fromHoriz: SearchLabel
110: Pod*SearchValueDialog.top: ChainTop
111: Pod*SearchValueDialog.bottom: ChainTop
112: Pod*SearchValueDialog.left: ChainLeft
113: Pod*SearchValueDialog.right: ChainRight
114: Pod*SearchValueDialog.label:
115:
116: Pod*cancelButton.fromHoriz: okButton
117: Pod*SearchForm*Command.top: ChainTop
118: Pod*SearchForm*Command.bottom: ChainTop
119: Pod*SearchForm*Command.left: ChainLeft
120: Pod*SearchForm*Command.right: ChainLeft
121:
122: Pod*ButtonForm.borderWidth: 1
123: Pod*ButtonForm*Command.top: ChainTop
124: Pod*ButtonForm*Command.bottom: ChainTop
125: Pod*ButtonForm*Command.right: ChainLeft
126: Pod*ButtonForm*Command.left: ChainLeft
127: Pod*helpButton.fromVert: quitButton
128: Pod*searchButton.fromVert: helpButton
129: Pod*listButton.fromVert: searchButton
130: Pod*historyButton.fromVert: listButton
131: Pod*ButtonForm*label:
132:
133: Pod*Viewport.useBottom: TRUE
134: Pod*Viewport.useRight: TRUE
135: Pod*Viewport.allowHoriz: TRUE
136: Pod*Viewport.allowVert: TRUE
137: Pod*Viewport.forceBars: TRUE
138:
139: Pod*vertical.width: 10
140: Pod*horizontal.height: 10
141:
142: Pod*PhotoWindow.fromVert: TextWindow
143: Pod*PhotoWindow.borderWidth: 1
144: Pod*PhotoWindow.borderColor: black
145: Pod*PhotoWindow.top: ChainTop
146: Pod*PhotoWindow.bottom: ChainTop
147: Pod*PhotoWindow.left: ChainLeft
148: Pod*PhotoWindow.right: ChainLeft
149: Pod*TextWindow.borderWidth: 0
150: Pod*TextWindow.borderColor: white
151:
152: Pod*TextWindow*displayNonprinting: FALSE
153: Pod*TextWindow*displayCaret: FALSE
154: Pod*TextWindow.resizable: TRUE
155: Pod*TextWindow.resize: textResizeBoth
156:
157: Pod*TextWindow.sensitive: FALSE
158:
159: Pod*PosForm*defaultDistance: 0
160: Pod*PosForm.borderWidth: 0
161:
162: Pod*PosTitle.borderWidth: 0
163: Pod*PosTitle.width: 400
164: Pod*PosTitle.label: Current Directory Position
165: Pod*PosTitle.resizable: FALSE
166: Pod*PosTitle.left: ChainLeft
167: Pod*PosTitle.right: ChainRight
168: Pod*PosTitle.top: ChainTop
169: Pod*PosTitle.bottom: ChainTop
170:
171: Pod*PosWindow.borderWidth: 0
172: Pod*PosWindow.borderColor: white
173: Pod*PosScrolledWindow.fromVert: PosTitle
174: Pod*PosScrolledWindow.borderWidth: 0
175: Pod*PosScrolledWindow.borderColor: white
176: Pod*PosScrolledWindow.resizable: FALSE
177: Pod*PosScrolledWindow.left: ChainLeft
178: Pod*PosScrolledWindow.right: ChainRight
179: Pod*PosScrolledWindow.top: ChainTop
180: Pod*PosScrolledWindow.bottom: ChainTop
181: Pod*PosScrolledWindow*defaultDistance: 0
182:
183: Pod*Command.highlightThickness: 0
184: Pod*Command.borderWidth: 1
185: Pod*TextEdit.scroll: autoscrolloff
186:
187: Pod*ScrolledWindow.hsbHeight: 12
188: Pod*ScrolledWindow.vsbWidth: 12
189: Pod*ScrolledWindow.borderWidth: 0
190: Pod*ScrolledWindow.borderColor: white
191: Pod*ScrolledWindow.backgroundTile: background
192:
193: Pod*TypeMenu.borderWidth: 1
194:
195: Pod*standby.borderWidth: 2
196: Pod*standby.borderColor: black
197:
198: Pod*Session History*Form.width: 460
199: Pod*Session History*Form.height: 500
200:
201: Pod*ListScrolledWindow.borderWidth: 0
202: Pod*ListScrolledWindow.borderColor: white
203: Pod*ListWindow*defaultDistance: 0
204: Pod*ListWindow.borderColor: white
205: Pod*ListWindow.borderWidth: 0
206: Pod*ListWindow*resizable: TRUE
207: Pod*ListWindow*top: ChainTop
208: Pod*ListWindow*bottom: ChainTop
209:
210: Pod*closeButton.label:
211: Pod*ListForm.defaultDistance: 10
212:
213: Pod*ListTitle.fromHoriz: closeButton
214: Pod*ListScrolledWindow.fromVert: closeButton
215: Pod*ListMessage.fromVert: ListScrolledWindow
216:
217: Pod*closeButton.top: ChainTop
218: Pod*closeButton.bottom: ChainTop
219: Pod*closeButton.right: ChainLeft
220: Pod*closeButton.left: ChainLeft
221:
222: Pod*ListTitle.width: 345
223: Pod*ListTitle.right: ChainRight
224: Pod*ListTitle.left: ChainLeft
225: Pod*ListTitle.top: ChainTop
226: Pod*ListTitle.bottom: ChainTop
227:
228: Pod*ListScrolledWindow.height: 360
229: Pod*ListScrolledWindow.width: 420
230: Pod*ListScrolledWindow.left: ChainLeft
231: Pod*ListScrolledWindow.top: ChainTop
232: Pod*ListScrolledWindow.bottom: ChainBottom
233: Pod*ListScrolledWindow.right: ChainRight
234:
235: Pod*ListMessage.width: 420
236: Pod*ListMessage.bottom: ChainBottom
237: Pod*ListMessage.top: ChainBottom
238: Pod*ListMessage.right: ChainRight
239: Pod*ListMessageleft: ChainLeft
240:
241: Pod*popup_help_general.label:
242: Pod*popup_help_quit.label:
243:
244: Pod*popup_help_general.fromHoriz: popup_help_quit
245: Pod*popup_help_scrolwin.fromVert: popup_help_quit
246:
247: Pod*popup_help_form.Command.left: ChainLeft
248: Pod*popup_help_form.Command.right: ChainLeft
249: Pod*popup_help_form.Command.top: ChainTop
250: Pod*popup_help_form.Command.bottom: ChainTop
251:
252: Pod*popup_help_scrolwin.left: ChainLeft
253: Pod*popup_help_scrolwin.right: ChainRight
254: Pod*popup_help_scrolwin.top: ChainTop
255: Pod*popup_help_scrolwin.bottom: ChainBottom
256:
257: Pod*popup_help_scrolwin.width: 350
258: Pod*popup_help_scrolwin.height: 300
259: Pod*popup_scrolwin.borderWidth: 0
260: Pod*popup_scrolwin.borderColor: white
261: Pod*popup_help_text*resize: textResizeBoth
262: Pod*popup_help_text*borderColor: white
263: Pod*popup_help_text*borderWidth: 0
264: Pod*popup_help_text*displayCaret: FALSE
265:
266: Pod*popup_help_quit.translations: \
267: <Btn1Down>: buttonPress(close) \n\
268: <EnterWindow>: ChangeHelp(close)
269:
270: Pod*SearchForm.translations: \
271: <EnterWindow>: ChangeHelp(search_popup) \n\
272:
273: Pod*closeButton.translations: \
274: <Btn1Down>: buttonPress(close) \n\
275: <EnterWindow>: ChangeHelp(close)
276:
277: Pod*cancelButton.translations: \
278: <Btn1Down>: buttonPress(close) \n\
279: <EnterWindow>: ChangeHelp(close)
280:
281: Pod*okButton.translations: \
282: <Btn1Down>: buttonPress(okay)
283:
284: Pod*quitButton.translations: \
285: <EnterWindow>: ChangeHelp(quit) \n\
286: <Btn1Down>: buttonPress(quit)
287:
288: Pod*helpButton.translations: \
289: <EnterWindow>: ChangeHelp(help) \n\
290: <Btn1Down>: buttonPress(help)
291:
292: Pod*searchButton.translations: \
293: <EnterWindow>: ChangeHelp(search) \n\
294: <Btn1Down>: buttonPress(search)
295:
296: Pod*listButton.translations: \
297: <EnterWindow>: ChangeHelp(list) \n\
298: <Btn1Down>: buttonPress(list)
299:
300: Pod*popup_help_general.translations: \
301: <Btn1Down>: buttonPress(about)
302:
303: Pod*historyButton.translations: \
304: <EnterWindow>: ChangeHelp(history) \n\
305: <Btn1Down>: buttonPress(history)
306:
307: Pod*TextScrolledWindow.translations: \
308: <EnterWindow>: ChangeHelp(read_window)
309:
310: Pod*PosScrolledWindow.translations: \
311: <EnterWindow>: ChangeHelp(curr_pos)
312:
313: Pod*ListForm.translations: \
314: <EnterWindow>: ChangeHelp(list_popup)
315:
316: Pod*HistoryForm.translations: \
317: <EnterWindow>: ChangeHelp(history_popup)
318:
319:
320:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.