1! general
2mtt.title:				teletext test utility
3mtt.deleteResponse:			DO_NOTHING
4
5! fonts
6*renderTable:
7*renderTable.fontType: FONT_IS_FONTSET
8*renderTable.fontName: \
9 -misc-fixed-bold-r-normal--13-*-*-*-*-*-iso10646-1, \
10 -misc-fixed-bold-r-normal--13-*-*-*-*-*-iso8859-* \
11 -*-*-*-*--13-*-*-*-*-*-*-*,*
12
13! arrange widgets
14mtt.form.*.leftAttachment:		ATTACH_FORM
15mtt.form.*.rightAttachment:		ATTACH_FORM
16mtt.form.tool.topAttachment:		ATTACH_WIDGET
17mtt.form.tool.topWidget:		bar
18mtt.form.tt.topAttachment:		ATTACH_WIDGET
19mtt.form.tt.topWidget:			tool
20mtt.form.tt.bottomAttachment:		ATTACH_FORM
21mtt.form.tt.background:			black
22mtt.form.tt.foreground:			white
23
24! menubar
25mtt*bar.file.labelString:		File
26mtt*bar.file.mnemonic:			F
27mtt*bar.edit.labelString:		Edit
28mtt*bar.edit.mnemonic:			E
29mtt*bar.go.labelString:			Go to
30mtt*bar.go.mnemonic:			G
31mtt*bar.subpage.labelString:		Subpage
32mtt*bar.subpage.mnemonic:		S
33mtt*bar.station.labelString:		Stations
34mtt*bar.station.mnemonic:		t
35mtt*bar.font.labelString:		Fonts
36mtt*bar.font.mnemonic:			o
37
38! toolbar
39mtt*tool.orientation:			HORIZONTAL
40mtt*tool.?.shadowThickness:		1
41mtt*tool.?.labelType:			PIXMAP
42mtt*tool.XmSeparator.orientation:	VERTICAL
43mtt*tool.XmSeparator.width:		12
44mtt*tool.XmSeparator.margin:		3
45mtt*tool.100.labelPixmap:		home
46mtt*tool.prev.labelPixmap:		prev
47mtt*tool.next.labelPixmap:		next
48mtt*tool.exit.labelPixmap:		exit
49
50! menu file
51mtt*bar*new.labelString:		New window
52mtt*bar*new.mnemonic:			N
53mtt*bar*new.acceleratorText:		N
54mtt*bar*new.accelerator:		<Key>N
55mtt*bar*save.labelString:		Save as ...
56mtt*bar*save.mnemonic:			S
57mtt*bar*save.acceleratorText:		S
58mtt*bar*save.accelerator:		<Key>S
59mtt*bar*quit.labelString:		Close
60mtt*bar*quit.mnemonic:			C
61mtt*bar*quit.acceleratorText:		Q
62mtt*bar*quit.accelerator:		<Key>Q
63
64! menu edit
65mtt*bar*copy.labelString:		Copy
66mtt*bar*copy.mnemonic:			C
67mtt*bar*copy.acceleratorText:		Ctrl+C
68mtt*bar*copy.accelerator:		Ctrl<Key>C
69
70! menu go
71mtt*bar*100.labelString:		Index
72mtt*bar*100.mnemonic:			I
73mtt*bar*100.acceleratorText:		I
74mtt*bar*100.accelerator:		<Key>I
75mtt*bar*prev.labelString:		Previous page
76mtt*bar*prev.mnemonic:			P
77mtt*bar*prev.acceleratorText:		PgUp
78mtt*bar*prev.accelerator:		<Key>Page_Up
79mtt*bar*next.labelString:		Next page
80mtt*bar*next.mnemonic:			N
81mtt*bar*next.acceleratorText:		PgDown
82mtt*bar*next.accelerator:		<Key>Page_Down
83
84! menu subpage
85mtt*bar*s00.labelString:		cycle subpages
86
87! save as dialog
88mtt.save_popup.title:			Save File
89mtt.save_popup*format.labelString:	Character set:
90
91