1! app defaults file for xmixer
2!
3! application resources
4XMixer*deviceName:			/dev/mixer
5XMixer*updateTime:			30
6XMixer*helpCommand:			xterm -e man xmixer &
7XMixer*focusColor:			black
8!
9XMixer*font:				-*-helvetica-medium-r-*-*-10-*
10!XMixer*frame*mixer_box*font:			fixed
11XMixer*frame.hSpace:		0
12XMixer*frame.vSpace:		0
13XMixer*menu_box.borderWidth:	0
14XMixer*mixer_box.borderWidth:	0
15XMixer*mixer_box.?.borderColor: grey95
16XMixer*menu_box*XwButton.shadowWidth:	2
17
18XMixer*file_mb.label:		&File
19!XMixer*file_mb.label:		Datei
20
21XMixer*save.label:			Save Settings
22!XMixer*save.label:			Speichern
23
24XMixer*load.label:			Load Settings
25
26XMixer*quit.label:		Exit
27!XMixer*quit.label:		Beenden
28
29XMixer*help_mb.label:	&Help
30!XMixer*help_mb.label:	&Hilfe
31
32XMixer*about.label:		About
33!XMixer*about.label:	Info
34
35XMixer*man.label:		Manual
36!XMixer*man.label:		Handbuch
37
38XMixer*menu_box.?.?.menu.label: Menu
39!XMixer*menu_box.?.?.menu.label: Men�
40
41XMixer*map_mb.label:	&View
42!XMixer*map_mb.label:	&Ger�te
43
44XMixer*ok.label:		&Ok
45XMixer*cancel.label:	&Cancel
46
47XMixer*new_label.title: New Label
48XMixer*about.title: About
49
50!XMixer*dev_box.borderWidth:	2
51!XMixer*dev_box.borderColor:	grey70
52XMixer*mixer_box*horizDistance:	0
53XMixer*mixer_box.?.?.vertDistance:	3
54XMixer*mixer_box.?.XwButton.horizDistance: 4
55XMixer*mixer_box.?.XwButton.width: 38
56XMixer*mixer_box*XwToggle*margin:	1
57XMixer*mixer_box*lck.width:		10
58XMixer*mixer_box*lck.height:	14
59XMixer*mixer_box*rec.width:		14
60XMixer*mixer_box*rec.height:	14
61XMixer*mixer_box*mut.width:		10
62XMixer*mixer_box*mut.height:	14
63XMixer*mixer_box*left.horizDistance:	4
64XMixer*mixer_box*right.horizDistance:	2
65XMixer*mixer_box*lck.horizDistance:	2
66XMixer*mixer_box*rec.horizDistance:	1
67XMixer*mixer_box*mut.horizDistance:	1
68XMixer*mixer_box*mut.foreground:	green3
69XMixer*mixer_box*mut.margin:	0
70!
71XMixer*Panner.height: 110
72XMixer*Panner.canvasHeight: 106
73XMixer*Panner.width: 16
74XMixer*Panner.sliderHeight: 6
75XMixer*Panner.internalSpace: 2
76XMixer*Panner.shadowThickness: 2
77!
78!xmixer*background:			grey85
79XMixer*mixer_box.?.background: grey
80!xmixer*mixer_box.background: black
81XMixer*left.foreground:		red
82XMixer*left.background:		black
83XMixer*left.borderColor:	grey
84XMixer*right.foreground:	yellow
85XMixer*right.background:	black
86XMixer*right.borderColor:	grey
87!
88
89
90XMixer*translations: #override	\n\
91	Ctrl<Key>C: exit-program()	\n\
92	<Btn2Up>: show-menu()		\n\
93	Ctrl<Key>M: show-menu()
94
95XMixer*mixer_box*translations: #override \n\
96	<Key>F10: set-focus(xmixer,file_mb)
97
98XMixer*menu_box.XwButton.translations: #override \n\
99	<FocusIn>:	highlight()				\n\
100	<FocusOut>:	reset()					\n\
101	<Btn1Down>:	highlight() set() popup() reset()\n\
102	<Key>Return: set() popup() unset()	\n\
103	<Key>Down:	set() popup() unset()	\n\
104	<Key>Tab:	unhighlight() tab()		\n\
105	<Key>Right:	unhighlight() tab()		\n\
106	<Key>Left:	unhighlight() tab()		\n\
107	<Key>Escape: unhighlight() set-focus(frame, 0)
108
109!xmixer*menu_box.file_mb.translations: #override \n\
110!	<Key>f:		highlight() set() popup() unset()
111
112XMixer*menu_box.file_mb.accelerators: #override \n\
113	Alt<Key>f: highlight() set() get-pointer() get-focus() popup() unset()
114
115XMixer*menu_box.map_mb.accelerators: #override \n\
116	Alt<Key>d: highlight() set() get-pointer() get-focus() popup() unset()
117
118XMixer*menu_box.help_mb.accelerators: #override \n\
119	Alt<Key>h: highlight() set() get-pointer() get-focus() popup() unset()
120
121XMixer*about*translations: #override \n\
122	<Key>Escape: close-window(about)
123
124XMixer*new_label*translations: #override \n\
125	<Key>Escape: close-window(new_label)
126
127XMixer*new_label*ok.accelerators: #override \n\
128	Alt<Key>O: set() notify() unset()
129
130XMixer*new_label*cancel.accelerators: #override \n\
131	Alt<Key>C: set() notify() unset()
132
133XMixer*SimpleMenu.translations: #override \n\
134	<Key>Escape: MenuPopdown()	\n\
135	<Motion>: highlight()		\n\
136	<Key>Return: MenuPopdown() notify()	unhighlight()
137
138