1 /* do not edit this file, edit XMixer.ad instead!
2  * and call 'mkfb.pl' again */
3 String fallback[] = {
4 	"XMixer*deviceName:			/dev/mixer",
5 	"XMixer*updateTime:			30",
6 	"XMixer*helpCommand:			xterm -e man xmixer &",
7 	"XMixer*focusColor:			black",
8 	"XMixer*font:				-*-helvetica-medium-r-*-*-10-*",
9 	"XMixer*frame.hSpace:		0",
10 	"XMixer*frame.vSpace:		0",
11 	"XMixer*menu_box.borderWidth:	0",
12 	"XMixer*mixer_box.borderWidth:	0",
13 	"XMixer*mixer_box.?.borderColor: grey95",
14 	"XMixer*menu_box*XwButton.shadowWidth:	2",
15 	"XMixer*file_mb.label:		&File",
16 	"XMixer*save.label:			Save Settings",
17 	"XMixer*load.label:			Load Settings",
18 	"XMixer*quit.label:		Exit",
19 	"XMixer*help_mb.label:	&Help",
20 	"XMixer*about.label:		About",
21 	"XMixer*man.label:		Manual",
22 	"XMixer*menu_box.?.?.menu.label: Menu",
23 	"XMixer*map_mb.label:	&View",
24 	"XMixer*ok.label:		&Ok",
25 	"XMixer*cancel.label:	&Cancel",
26 	"XMixer*new_label.title: New Label",
27 	"XMixer*about.title: About",
28 	"XMixer*mixer_box*horizDistance:	0",
29 	"XMixer*mixer_box.?.?.vertDistance:	3",
30 	"XMixer*mixer_box.?.XwButton.horizDistance: 4",
31 	"XMixer*mixer_box.?.XwButton.width: 38",
32 	"XMixer*mixer_box*XwToggle*margin:	1",
33 	"XMixer*mixer_box*lck.width:		10",
34 	"XMixer*mixer_box*lck.height:	14",
35 	"XMixer*mixer_box*rec.width:		14",
36 	"XMixer*mixer_box*rec.height:	14",
37 	"XMixer*mixer_box*mut.width:		10",
38 	"XMixer*mixer_box*mut.height:	14",
39 	"XMixer*mixer_box*left.horizDistance:	4",
40 	"XMixer*mixer_box*right.horizDistance:	2",
41 	"XMixer*mixer_box*lck.horizDistance:	2",
42 	"XMixer*mixer_box*rec.horizDistance:	1",
43 	"XMixer*mixer_box*mut.horizDistance:	1",
44 	"XMixer*mixer_box*mut.foreground:	green3",
45 	"XMixer*mixer_box*mut.margin:	0",
46 	"XMixer*Panner.height: 110",
47 	"XMixer*Panner.canvasHeight: 106",
48 	"XMixer*Panner.width: 16",
49 	"XMixer*Panner.sliderHeight: 6",
50 	"XMixer*Panner.internalSpace: 2",
51 	"XMixer*Panner.shadowThickness: 2",
52 	"XMixer*mixer_box.?.background: grey",
53 	"XMixer*left.foreground:		red",
54 	"XMixer*left.background:		black",
55 	"XMixer*left.borderColor:	grey",
56 	"XMixer*right.foreground:	yellow",
57 	"XMixer*right.background:	black",
58 	"XMixer*right.borderColor:	grey",
59 	"XMixer*translations: #override	\\n\\"
60 	"Ctrl<Key>C: exit-program()	\\n\\"
61 	"<Btn2Up>: show-menu()		\\n\\"
62 	"Ctrl<Key>M: show-menu()",
63 	"XMixer*mixer_box*translations: #override \\n\\"
64 	"<Key>F10: set-focus(xmixer,file_mb)",
65 	"XMixer*menu_box.XwButton.translations: #override \\n\\"
66 	"<FocusIn>:	highlight()				\\n\\"
67 	"<FocusOut>:	reset()					\\n\\"
68 	"<Btn1Down>:	highlight() set() popup() reset()\\n\\"
69 	"<Key>Return: set() popup() unset()	\\n\\"
70 	"<Key>Down:	set() popup() unset()	\\n\\"
71 	"<Key>Tab:	unhighlight() tab()		\\n\\"
72 	"<Key>Right:	unhighlight() tab()		\\n\\"
73 	"<Key>Left:	unhighlight() tab()		\\n\\"
74 	"<Key>Escape: unhighlight() set-focus(frame, 0)",
75 	"XMixer*menu_box.file_mb.accelerators: #override \\n\\"
76 	"Alt<Key>f: highlight() set() get-pointer() get-focus() popup() unset()",
77 	"XMixer*menu_box.map_mb.accelerators: #override \\n\\"
78 	"Alt<Key>d: highlight() set() get-pointer() get-focus() popup() unset()",
79 	"XMixer*menu_box.help_mb.accelerators: #override \\n\\"
80 	"Alt<Key>h: highlight() set() get-pointer() get-focus() popup() unset()",
81 	"XMixer*about*translations: #override \\n\\"
82 	"<Key>Escape: close-window(about)",
83 	"XMixer*new_label*translations: #override \\n\\"
84 	"<Key>Escape: close-window(new_label)",
85 	"XMixer*new_label*ok.accelerators: #override \\n\\"
86 	"Alt<Key>O: set() notify() unset()",
87 	"XMixer*new_label*cancel.accelerators: #override \\n\\"
88 	"Alt<Key>C: set() notify() unset()",
89 	"XMixer*SimpleMenu.translations: #override \\n\\"
90 	"<Key>Escape: MenuPopdown()	\\n\\"
91 	"<Motion>: highlight()		\\n\\"
92 	"<Key>Return: MenuPopdown() notify()	unhighlight()",
93 	NULL };
94