annotate xmms-sid.glade @ 563:8e1f8e3f0b63

Added file dialogs for importing and exporting of filters.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2007 21:06:00 +0000
parents cf32867a71ed
children 3a9e2819a520
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?xml version="1.0"?>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <GTK-Interface>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <project>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
5 <name>xmms-sid</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
6 <program_name>xmms-sid</program_name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 <directory></directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 <source_directory>src</source_directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 <pixmaps_directory>pixmaps</pixmaps_directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 <language>C</language>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 <gnome_support>False</gnome_support>
425
fa889b008608 Enable gettext support for potential i18n
Matti Hamalainen <ccr@tnsp.org>
parents: 375
diff changeset
12 <gettext_support>True</gettext_support>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
13 <use_widget_names>True</use_widget_names>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
14 <output_main_file>False</output_main_file>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
15 <output_build_files>False</output_build_files>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
16 <main_source_file>xs_interface.c</main_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
17 <main_header_file>xs_interface.h</main_header_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
18 <handler_source_file>xs_genui.c</handler_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
19 <handler_header_file>xs_genui.h</handler_header_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
20 <support_source_file>xs_glade.c</support_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
21 <support_header_file>xs_glade.h</support_header_file>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 </project>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 <class>GtkWindow</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
26 <name>xs_configwin</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
27 <title>XMMS-SID configuration</title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 <type>GTK_WINDOW_DIALOG</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 <position>GTK_WIN_POS_NONE</position>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 <modal>False</modal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 <allow_grow>False</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 <auto_shrink>False</auto_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
37 <name>w_vbox1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 <border_width>8</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 <class>GtkNotebook</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 <name>cfg_notebook</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 <show_tabs>True</show_tabs>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
47 <show_border>False</show_border>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 <tab_pos>GTK_POS_TOP</tab_pos>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 <scrollable>False</scrollable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 <tab_hborder>2</tab_hborder>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 <tab_vborder>2</tab_vborder>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 <popup_enable>False</popup_enable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
61 <name>w_vbox6</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
67 <name>w_hbox2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
72 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
78 <name>cfg_sndres_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 <label>Resolution:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
91 <name>w_vbox9</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
92 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
94 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 <name>cfg_res_8bit</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 <label>8-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
105 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 <name>cfg_res_16bit</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 <label>16-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
120 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
130 <name>cfg_channels_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 <label>Channels:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
143 <name>w_vbox10</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
144 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
146 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 <name>cfg_chn_mono</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 <label>Mono</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
157 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 <name>cfg_chn_stereo</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 <label>Stereo</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
172 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 <name>cfg_chn_autopan</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 <label>Autopanning</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
187 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
198 <name>cfg_samplerate_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 <label>Samplerate:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
205 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
210 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
211 <name>w_hbox4</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
212 <border_width>4</border_width>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
213 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
214 <spacing>0</spacing>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
215
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
216 <widget>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
217 <class>GtkCombo</class>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
218 <name>cfg_samplerate_combo</name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
219 <value_in_list>False</value_in_list>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
220 <ok_if_empty>False</ok_if_empty>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
221 <case_sensitive>False</case_sensitive>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
222 <use_arrows>True</use_arrows>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
223 <use_arrows_always>False</use_arrows_always>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
224 <items>8000
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
225 11025
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
226 22050
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
227 44100
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
228 48000
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
229 64000
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
230 96000
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
231 </items>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
232 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
233 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
234 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
235 <fill>False</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
236 </child>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
237
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
238 <widget>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
239 <class>GtkEntry</class>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
240 <child_name>GtkCombo:entry</child_name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
241 <name>cfg_samplerate</name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
242 <can_focus>True</can_focus>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
243 <editable>True</editable>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
244 <text_visible>True</text_visible>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
245 <text_max_length>10</text_max_length>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
246 <text>8000</text>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
247 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
248 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
249
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
251 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
252 <name>w_label8</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
253 <label>Hz</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
254 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
255 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
256 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
257 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
258 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
259 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
260 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
261 <padding>4</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
262 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
263 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
264 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
265 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
266
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
267 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
268 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
269 <name>w_label54</name>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
270 <label></label>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
271 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
272 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
273 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
274 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
275 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
276 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
277 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
278 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
279 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
280 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
281 </child>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
286 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
287 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
288 <name>cfg_oversample_frame</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
289 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
290 <label>Oversampling:</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
291 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
292 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
293 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
294 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
295 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
296 <fill>True</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
297 </child>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
298
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
299 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
300 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
301 <name>w_vbox27</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
302 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
303 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
304 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
305
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
306 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
307 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
308 <name>cfg_oversample</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
309 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
310 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
311 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
312 <handler>xs_cfg_oversample_toggled</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
313 <last_modification_time>Wed, 18 Aug 2004 02:20:35 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
314 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
315 <label>Use oversampling</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
316 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
317 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
318 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
319 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
320 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
321 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
322 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
323 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
324
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
325 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
326 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
327 <name>cfg_oversample_box</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
328 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
329 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
330 <spacing>4</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
331 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
332 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
333 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
334 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
335 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
336
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
337 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
338 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
339 <name>cfg_oversample_label1</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
340 <label>Factor:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
341 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
342 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
343 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
344 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
345 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
346 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
347 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
348 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
349 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
350 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
351 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
352 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
353
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
354 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
355 <class>GtkSpinButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
356 <name>cfg_oversample_factor</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
357 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
358 <climb_rate>1</climb_rate>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
359 <digits>0</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
360 <numeric>False</numeric>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
361 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
362 <snap>False</snap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
363 <wrap>False</wrap>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
364 <value>2</value>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
365 <lower>2</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
366 <upper>8</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
367 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
368 <page>1</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
369 <page_size>1</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
370 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
371 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
372 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
373 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
374 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
375 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
376
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
377 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
378 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
379 <name>cfg_oversample_label2</name>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
380 <label>Large factors require more CPU-power</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
381 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
382 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
383 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
384 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
385 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
386 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
387 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
388 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
389 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
390 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
391 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
392 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
393 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
394 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
395 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
396 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
397
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
398 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
399 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
400 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
401 <name>w_label1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
402 <label>Audio</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
403 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
404 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
405 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
406 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
407 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
408 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
409 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
410
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
411 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
412 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
413 <name>w_vbox2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
414 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
415 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
416
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
417 <widget>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
418 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
419 <name>w_hbox1</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
420 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
421 <spacing>0</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
422 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
423 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
424 <expand>True</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
425 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
426 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
427
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
428 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
429 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
430 <name>cfg_clock_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
431 <border_width>4</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
432 <label>Clock speed:</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
433 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
434 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
435 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
436 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
437 <expand>True</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
438 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
439 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
440
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
441 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
442 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
443 <name>w_vbox4</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
444 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
445 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
446 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
447
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
448 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
449 <class>GtkCheckButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
450 <name>cfg_emu_clock_force</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
451 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected clock speed/frequency. Otherwise the speed is determined from played file itself.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
452 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
453 <label>Force speed</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
454 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
455 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
456 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
457 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
458 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
459 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
460 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
461 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
462
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
463 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
464 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
465 <name>cfg_emu_clock_pal</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
466 <tooltip>PAL is the european TV standard, which uses 50Hz vertical refresh frequency. Most of SID-tunes have been made for PAL computers.</tooltip>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
467 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
468 <label>PAL (50 Hz)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
469 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
470 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
471 <group>speed</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
472 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
473 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
474 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
475 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
476 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
477 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
478
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
479 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
480 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
481 <name>cfg_emu_clock_ntsc</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
482 <tooltip>NTSC is the TV standard with 60Hz vertical refresh rate (and other features that differ from PAL). It is mainly used in United States, Japan and certain other countries.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
483 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
484 <label>NTSC (60 Hz)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
485 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
486 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
487 <group>speed</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
488 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
489 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
490 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
491 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
492 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
493 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
494 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
495 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
496
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
497 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
498 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
499 <name>cfg_sid_model_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
500 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
501 <label>SID model:</label>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
502 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
503 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
504 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
505 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
506 <expand>True</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
507 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
508 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
509
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
510 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
511 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
512 <name>w_vbox3</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
513 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
514 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
515 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
516
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
517 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
518 <class>GtkCheckButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
519 <name>cfg_emu_sid_force</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
520 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected SID-chip model. Otherwise the preferred SID model is determined from the file (if PSIDv2NG type) or if not available, this setting is used.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
521 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
522 <label>Force model</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
523 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
524 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
525 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
526 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
527 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
528 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
529 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
530 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
531
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
532 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
533 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
534 <name>cfg_emu_mos6581</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
535 <tooltip>MOS/CSG 6581 is the earlier major version of SID chip. It differs from 8580 in few ways, having much fuller filter (which, due to design error, is never same between two different SID-chips) and has the &quot;volume adjustment bug&quot;, which enables playing of digital samples.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
536 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
537 <label>MOS 6581</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
538 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
539 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
540 <group>waveforms</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
541 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
542 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
543 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
544 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
545 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
546 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
547
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
548 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
549 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
550 <name>cfg_emu_mos8580</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
551 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
552 <label>MOS 8580</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
553 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
554 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
555 <group>waveforms</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
556 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
557 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
558 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
559 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
560 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
561 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
562 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
563 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
564 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
565
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
566 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
567 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
568 <name>cfg_emulib_frame</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
569 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
570 <label>Emulation library selection:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
571 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
572 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
573 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
574 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
575 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
576 <fill>False</fill>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
577 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
578
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
579 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
580 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
581 <name>w_vbox26</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
582 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
583 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
584 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
585
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
586 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
587 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
588 <name>cfg_emu_sidplay1</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
589 <tooltip>Use libSIDPlay 1.x emulation, faster but not so accurate. Good in most cases, though.</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
590 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
591 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
592 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
593 <handler>xs_cfg_emu_sidplay1_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
594 <last_modification_time>Mon, 15 Sep 2003 12:12:50 GMT</last_modification_time>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
595 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
596 <label>SIDPlay 1 (frame-based)</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
597 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
598 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
599 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
600 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
601 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
602 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
603 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
604 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
605 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
606
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
607 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
608 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
609 <name>cfg_emu_sidplay2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
610 <tooltip>Use libSIDPlay 2.x emulation, which requires powerful CPU due to more exact emulation.</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
611 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
612 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
613 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
614 <handler>xs_cfg_emu_sidplay2_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
615 <last_modification_time>Mon, 15 Sep 2003 12:13:00 GMT</last_modification_time>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
616 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
617 <label>SIDPlay 2 (cycle-based)</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
618 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
619 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
620 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
621 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
622 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
623 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
624 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
625 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
626 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
627 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
628 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
629
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
630 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
631 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
632 <name>cfg_memmode_frame</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
633 <border_width>4</border_width>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
634 <label>Memory mode:</label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
635 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
636 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
637 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
638 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
639 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
640 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
641 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
642
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
643 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
644 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
645 <name>w_vbox5</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
646 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
647 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
648 <spacing>2</spacing>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
649
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
650 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
651 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
652 <name>cfg_emu_mem_real</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
653 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
654 <label>Real C64 (SIDPlay 2 only)</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
655 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
656 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
657 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
658 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
659 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
660 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
661 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
662 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
663 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
664
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
665 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
666 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
667 <name>cfg_emu_mem_banksw</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
668 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
669 <label>Bank switching</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
670 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
671 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
672 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
673 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
674 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
675 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
676 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
677 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
678 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
679
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
680 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
681 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
682 <name>cfg_emu_mem_transrom</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
683 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
684 <label>Transparent ROM</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
685 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
686 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
687 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
688 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
689 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
690 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
691 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
692 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
693 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
694
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
695 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
696 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
697 <name>cfg_emu_mem_playsid</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
698 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
699 <label>PlaySID environment</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
700 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
701 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
702 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
703 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
704 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
705 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
706 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
707 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
708 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
709 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
710 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
711 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
712
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
713 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
714 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
715 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
716 <name>w_label2</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
717 <label>Emu#1</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
718 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
719 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
720 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
721 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
722 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
723 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
724 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
725
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
726 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
727 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
728 <name>w_vbox29</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
729 <homogeneous>False</homogeneous>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
730 <spacing>0</spacing>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
731
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
732 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
733 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
734 <name>cfg_sidplay2_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
735 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
736 <label>SIDPlay 2 options:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
737 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
738 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
739 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
740 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
741 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
742 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
743 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
744
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
745 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
746 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
747 <name>w_vbox30</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
748 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
749 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
750 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
751
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
752 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
753 <class>GtkCheckButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
754 <name>cfg_emu_sp2_opt</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
755 <tooltip>This setting can be used to enable libSIDPlay2's &quot;optimization mode&quot;, which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy.</tooltip>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
756 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
757 <label>Optimization mode (faster, inaccurate)</label>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
758 <active>False</active>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
759 <draw_indicator>True</draw_indicator>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
760 <child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
761 <padding>0</padding>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
762 <expand>False</expand>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
763 <fill>False</fill>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
764 </child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
765 </widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
766
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
767 <widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
768 <class>GtkRadioButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
769 <name>cfg_emu_sp2_resid</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
770 <tooltip>reSID is the software SID-chip simulator based on SID reverse-engineering, created by Dag Lem. It is probably the closest thing to real SID available as software-only emulation.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
771 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
772 <label>reSID-emulation</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
773 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
774 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
775 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
776 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
777 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
778 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
779 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
780 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
781 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
782
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
783 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
784 <class>GtkRadioButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
785 <name>cfg_emu_sp2_hardsid</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
786 <tooltip>HardSID is a EISA/PCI card for PC-compatibles, which can be fitted with a real SID-chip. Software can be used to control the HardSID and combined with software emulation of rest of C64 via libSIDPlay2 HardSID can be used to achieve &quot;near 100%&quot; similarity to real C64. For more information, see http://www.hardsid.com/</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
787 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
788 <label>HardSID</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
789 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
790 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
791 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
792 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
793 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
794 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
795 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
796 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
797 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
798 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
799 </widget>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
800
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
801 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
802 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
803 <name>cfg_resid_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
804 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
805 <label>reSID sampling options:</label>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
806 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
807 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
808 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
809 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
810 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
811 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
812 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
813
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
814 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
815 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
816 <name>w_vbox37</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
817 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
818 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
819 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
820
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
821 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
822 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
823 <name>cfg_emu_resid_fast</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
824 <tooltip>Fastest and also worst sounding sampling method, simply picks nearest neighbouring sample.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
825 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
826 <label>Fast (nearest neighbour)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
827 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
828 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
829 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
830 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
831 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
832 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
833 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
834 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
835 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
836
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
837 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
838 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
839 <name>cfg_emu_resid_int</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
840 <tooltip>Uses linear interpolation between samples, yielding higher audio quality with less sampling noise.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
841 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
842 <label>Linear interpolation</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
843 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
844 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
845 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
846 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
847 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
848 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
849 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
850 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
851 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
852
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
853 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
854 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
855 <name>cfg_emu_resid_res_fast</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
856 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
857 <label>Resampling</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
858 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
859 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
860 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
861 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
862 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
863 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
864 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
865 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
866 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
867
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
868 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
869 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
870 <name>cfg_emu_resid_res_int</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
871 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
872 <label>Resampling (FIR)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
873 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
874 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
875 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
876 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
877 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
878 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
879 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
880 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
881 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
882 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
883 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
884 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
885
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
886 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
887 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
888 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
889 <name>w_label48</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
890 <label>Emu#2</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
891 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
892 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
893 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
894 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
895 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
896 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
897 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
898
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
899 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
900 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
901 <name>w_vbox25</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
902 <border_width>4</border_width>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
903 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
904 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
905
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
906 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
907 <class>GtkCheckButton</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
908 <name>cfg_emu_filters</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
909 <tooltip>This option enables emulation of SID filter. The filter is an essential part of SID's sound capacity, but accurate emulation of it may require quite much CPU power. However, if filter emulation is disabled, tunes won't sound authentic at all if they utilize the filter.</tooltip>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
910 <can_focus>True</can_focus>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
911 <signal>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
912 <name>toggled</name>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
913 <handler>xs_cfg_emu_filters_toggled</handler>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
914 <last_modification_time>Mon, 15 Sep 2003 12:30:11 GMT</last_modification_time>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
915 </signal>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
916 <label>Emulate filters</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
917 <active>False</active>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
918 <draw_indicator>True</draw_indicator>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
919 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
920 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
921 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
922 <fill>False</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
923 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
924 </widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
925
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
926 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
927 <class>GtkNotebook</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
928 <name>cfg_filters_notebook</name>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
929 <can_focus>True</can_focus>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
930 <show_tabs>True</show_tabs>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
931 <show_border>True</show_border>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
932 <tab_pos>GTK_POS_TOP</tab_pos>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
933 <scrollable>False</scrollable>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
934 <tab_hborder>2</tab_hborder>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
935 <tab_vborder>2</tab_vborder>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
936 <popup_enable>False</popup_enable>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
937 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
938 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
939 <expand>True</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
940 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
941 </child>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
942
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
943 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
944 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
945 <name>cfg_box_filter_sidplay1</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
946 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
947 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
948 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
949
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
950 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
951 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
952 <name>cfg_sp1_frm_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
953 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
954 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
955 <label>FS</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
956 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
957 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
958 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
959 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
960 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
961 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
962 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
963
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
964 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
965 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
966 <name>cfg_sp1_filter_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
967 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
968 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
969 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
970 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
971 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
972 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
973 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
974 <upper>1000</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
975 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
976 <page>100</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
977 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
978 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
979 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
980
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
981 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
982 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
983 <name>cfg_sp1_frm_fm</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
984 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
985 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
986 <label>FM</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
987 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
988 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
989 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
990 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
991 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
992 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
993 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
994
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
995 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
996 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
997 <name>cfg_sp1_filter_fm</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
998 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
999 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1000 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1001 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1002 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1003 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1004 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1005 <upper>100</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1006 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1007 <page>10</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1008 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1009 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1010 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1011
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1012 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1013 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1014 <name>cfg_sp1_frm_ft</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1015 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1016 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1017 <label>FT</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1018 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1019 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1020 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1021 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1022 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1023 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1024 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1025
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1026 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1027 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1028 <name>cfg_sp1_filter_ft</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1029 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1030 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1031 <value_pos>GTK_POS_TOP</value_pos>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1032 <digits>2</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1033 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1034 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1035 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1036 <upper>1</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1037 <step>0.01</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1038 <page>0.1</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1039 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1040 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1041 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1042
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1043 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1044 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1045 <name>w_vbox17</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1046 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1047 <homogeneous>False</homogeneous>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1048 <spacing>8</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1049 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1050 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1051 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1052 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1053 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1054
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1055 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1056 <class>GtkButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1057 <name>cfg_sp1_filter_reset</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1058 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1059 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1060 <name>clicked</name>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1061 <handler>xs_cfg_sp1_filter_reset</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1062 <last_modification_time>Mon, 26 Feb 2007 13:43:48 GMT</last_modification_time>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1063 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1064 <label>Reset values</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1065 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1066 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1067 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1068 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1069 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1070 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1071 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1072 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1073 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1074
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1075 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1076 <class>GtkLabel</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1077 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1078 <name>w_label55</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1079 <label>SIDPlay1</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1080 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1081 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1082 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1083 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1084 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1085 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1086 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1087
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1088 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1089 <class>GtkVBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1090 <name>cfg_box_filter_sidplay2</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1091 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1092 <spacing>0</spacing>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1093
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1094 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1095 <class>GtkHBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1096 <name>cfg_sp_filter_controlbox</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1097 <border_width>2</border_width>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1098 <homogeneous>False</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1099 <spacing>0</spacing>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1100 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1101 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1102 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1103 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1104 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1105
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1106 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1107 <class>GtkCombo</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1108 <name>cfg_sp2_filter_combo</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1109 <value_in_list>False</value_in_list>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1110 <ok_if_empty>True</ok_if_empty>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1111 <case_sensitive>False</case_sensitive>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1112 <use_arrows>True</use_arrows>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1113 <use_arrows_always>False</use_arrows_always>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1114 <items>6581 (reSID)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1115 8580 (reSID)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1116 6581R1 (alankila)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1117 6581R4 (alankila)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1118 </items>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1119 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1120 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1121 <expand>True</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1122 <fill>True</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1123 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1124
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1125 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1126 <class>GtkEntry</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1127 <child_name>GtkCombo:entry</child_name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1128 <name>cfg_sp2_filter_combo_entry</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1129 <can_focus>True</can_focus>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1130 <editable>True</editable>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1131 <text_visible>True</text_visible>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1132 <text_max_length>0</text_max_length>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1133 <text>6581R1 (alankila)</text>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1134 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1135 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1136
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1137 <widget>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1138 <class>GtkTable</class>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1139 <name>table3</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1140 <rows>2</rows>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1141 <columns>2</columns>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1142 <homogeneous>True</homogeneous>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1143 <row_spacing>0</row_spacing>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1144 <column_spacing>0</column_spacing>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1145 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1146 <padding>0</padding>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1147 <expand>False</expand>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1148 <fill>True</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1149 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1150
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1151 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1152 <class>GtkButton</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1153 <name>cfg_sp2_filter_load</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1154 <can_default>True</can_default>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1155 <can_focus>True</can_focus>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1156 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1157 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1158 <handler>xs_cfg_sp2_filter_load</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1159 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1160 </signal>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1161 <label>Load</label>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1162 <relief>GTK_RELIEF_NORMAL</relief>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1163 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1164 <left_attach>0</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1165 <right_attach>1</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1166 <top_attach>0</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1167 <bottom_attach>1</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1168 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1169 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1170 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1171 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1172 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1173 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1174 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1175 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1176 </child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1177 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1178
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1179 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1180 <class>GtkButton</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1181 <name>cfg_sp2_filter_save</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1182 <can_default>True</can_default>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1183 <can_focus>True</can_focus>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1184 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1185 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1186 <handler>xs_cfg_sp2_filter_save</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1187 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1188 </signal>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1189 <label>Save</label>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1190 <relief>GTK_RELIEF_NORMAL</relief>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1191 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1192 <left_attach>1</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1193 <right_attach>2</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1194 <top_attach>0</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1195 <bottom_attach>1</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1196 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1197 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1198 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1199 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1200 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1201 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1202 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1203 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1204 </child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1205 </widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1206
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1207 <widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1208 <class>GtkButton</class>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1209 <name>cfg_sp2_filter_import</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1210 <can_default>True</can_default>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1211 <can_focus>True</can_focus>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1212 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1213 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1214 <handler>xs_cfg_sp2_filter_import</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1215 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1216 </signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1217 <label>Import</label>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1218 <relief>GTK_RELIEF_NORMAL</relief>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1219 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1220 <left_attach>0</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1221 <right_attach>1</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1222 <top_attach>1</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1223 <bottom_attach>2</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1224 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1225 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1226 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1227 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1228 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1229 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1230 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1231 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1232 </child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1233 </widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1234
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1235 <widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1236 <class>GtkButton</class>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1237 <name>cfg_sp2_filter_export</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1238 <can_default>True</can_default>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1239 <can_focus>True</can_focus>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1240 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1241 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1242 <handler>xs_cfg_sp2_filter_export</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1243 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1244 </signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1245 <label>Export</label>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1246 <relief>GTK_RELIEF_NORMAL</relief>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1247 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1248 <left_attach>1</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1249 <right_attach>2</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1250 <top_attach>1</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1251 <bottom_attach>2</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1252 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1253 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1254 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1255 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1256 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1257 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1258 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1259 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1260 </child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1261 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1262 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1263 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1264
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1265 <widget>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1266 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1267 <name>cfg_sp2_filter_frame</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1268 <border_width>2</border_width>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1269 <height>250</height>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1270 <label>Filter curve:</label>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1271 <label_xalign>0</label_xalign>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1272 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1273 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1274 <padding>0</padding>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1275 <expand>True</expand>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1276 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1277 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1278
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1279 <widget>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1280 <class>Placeholder</class>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1281 </widget>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1282 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1283 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1284
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1285 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1286 <class>GtkLabel</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1287 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1288 <name>w_label56</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1289 <label>SIDPlay2</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1290 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1291 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1292 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1293 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1294 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1295 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1296 </widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1297 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1298 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1299
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1300 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1301 <class>GtkLabel</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1302 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1303 <name>w_label24</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1304 <label>Filters</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1305 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1306 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1307 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1308 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1309 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1310 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1311 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1312
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1313 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1314 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1315 <name>w_vbox20</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1316 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1317 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1318
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1319 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1320 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1321 <name>w_frame29</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1322 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1323 <label>Minimum playtime:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1324 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1325 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1326 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1327 <padding>0</padding>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
1328 <expand>False</expand>
308
ae5795ba5c77 Remove "only when song-length unknown" option from minimum playtime, it
Matti Hamalainen <ccr@tnsp.org>
parents: 285
diff changeset
1329 <fill>False</fill>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1330 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1331
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1332 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1333 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1334 <name>w_vbox32</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1335 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1336 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1337 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1338
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1339 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1340 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1341 <name>cfg_mintime_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1342 <tooltip>If enabled, the tune is played at least for the specified time, adding silence to the end if necessary.</tooltip>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1343 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1344 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1345 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1346 <handler>xs_cfg_mintime_enable_toggled</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1347 <last_modification_time>Wed, 18 Aug 2004 02:51:28 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1348 </signal>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1349 <label>Play at least for specified time</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1350 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1351 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1352 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1353 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1354 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1355 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1356 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1357 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1358
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1359 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1360 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1361 <name>cfg_mintime_box</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1362 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1363 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1364 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1365 <padding>2</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1366 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1367 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1368 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1369
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1370 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1371 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1372 <name>cfg_mintime_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1373 <label>Playtime:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1374 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1375 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1376 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1377 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1378 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1379 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1380 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1381 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1382 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1383 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1384 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1385 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1386
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1387 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1388 <class>GtkSpinButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1389 <name>cfg_mintime</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1390 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1391 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1392 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1393 <handler>xs_cfg_mintime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1394 <last_modification_time>Fri, 13 Aug 2004 01:13:01 GMT</last_modification_time>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1395 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1396 <climb_rate>1</climb_rate>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1397 <digits>0</digits>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1398 <numeric>False</numeric>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1399 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1400 <snap>False</snap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1401 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1402 <value>15</value>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1403 <lower>1</lower>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1404 <upper>32767</upper>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1405 <step>1</step>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1406 <page>60</page>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1407 <page_size>60</page_size>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1408 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1409 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1410 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1411 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1412 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1413 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1414
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1415 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1416 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1417 <name>cfg_mintime_label2</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1418 <label>seconds</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1419 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1420 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1421 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1422 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1423 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1424 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1425 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1426 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1427 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1428 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1429 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1430 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1431 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1432 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1433 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1434
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1435 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1436 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1437 <name>w_frame21</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1438 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1439 <label>Maximum playtime:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1440 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1441 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1442 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1443 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1444 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1445 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1446 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1447
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1448 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1449 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1450 <name>w_vbox21</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1451 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1452 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1453 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1454
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1455 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1456 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1457 <name>cfg_maxtime_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1458 <tooltip>If enabled, tune is played until specified duration is reached (aka maximum playtime).</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1459 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1460 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1461 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1462 <handler>xs_cfg_maxtime_enable_toggled</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1463 <last_modification_time>Wed, 18 Aug 2004 02:51:37 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1464 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1465 <label>Play for specified time maximum</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1466 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1467 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1468 <child>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1469 <padding>0</padding>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1470 <expand>False</expand>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1471 <fill>False</fill>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1472 </child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1473 </widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1474
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1475 <widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1476 <class>GtkCheckButton</class>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1477 <name>cfg_maxtime_unknown</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1478 <tooltip>If enabled, the maximum playtime is applied only if song/tune length is not known.</tooltip>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1479 <can_focus>True</can_focus>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1480 <label>Only when song length is unknown</label>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1481 <active>False</active>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1482 <draw_indicator>True</draw_indicator>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1483 <child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1484 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1485 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1486 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1487 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1488 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1489
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1490 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1491 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1492 <name>cfg_maxtime_box</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1493 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1494 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1495 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1496 <padding>2</padding>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1497 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1498 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1499 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1500
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1501 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1502 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1503 <name>cfg_maxtime_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1504 <label>Playtime:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1505 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1506 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1507 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1508 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1509 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1510 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1511 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1512 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1513 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1514 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1515 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1516 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1517
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1518 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1519 <class>GtkSpinButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1520 <name>cfg_maxtime</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1521 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1522 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1523 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1524 <handler>xs_cfg_maxtime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1525 <last_modification_time>Fri, 13 Aug 2004 01:13:35 GMT</last_modification_time>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1526 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1527 <climb_rate>1</climb_rate>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1528 <digits>0</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1529 <numeric>False</numeric>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1530 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1531 <snap>False</snap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1532 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1533 <value>150</value>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1534 <lower>1</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1535 <upper>32767</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1536 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1537 <page>60</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1538 <page_size>60</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1539 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1540 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1541 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1542 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1543 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1544 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1545
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1546 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1547 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1548 <name>cfg_maxtime_label2</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1549 <label>seconds</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1550 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1551 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1552 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1553 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1554 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1555 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1556 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1557 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1558 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1559 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1560 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1561 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1562 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1563 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1564 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1565
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1566 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1567 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1568 <name>w_frame18</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1569 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1570 <label>Song length database:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1571 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1572 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1573 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1574 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1575 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1576 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1577 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1578
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1579 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1580 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1581 <name>w_vbox18</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1582 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1583 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1584 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1585
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1586 <widget>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1587 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1588 <name>cfg_sld_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1589 <tooltip>This option enables using of XSIDPLAY compatible song length database. (Refer to XMMS-SID documentation for more information)</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1590 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1591 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1592 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1593 <handler>xs_cfg_sld_enable_toggled</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1594 <last_modification_time>Wed, 18 Aug 2004 02:51:47 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1595 </signal>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1596 <label>Use XSIDPLAY-compatible database</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1597 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1598 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1599 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1600 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1601 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1602 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1603 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1604 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1605
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1606 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1607 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1608 <name>cfg_sld_box</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1609 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1610 <spacing>4</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1611 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1612 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1613 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1614 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1615 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1616
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1617 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1618 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1619 <name>cfg_sld_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1620 <label>DB-file:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1621 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1622 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1623 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1624 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1625 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1626 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1627 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1628 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1629 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1630 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1631 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1632 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1633
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1634 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1635 <class>GtkEntry</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1636 <name>cfg_sld_dbpath</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1637 <tooltip>Database path and filename</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1638 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1639 <editable>True</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1640 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1641 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1642 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1643 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1644 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1645 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1646 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1647 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1648 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1649
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1650 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1651 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1652 <name>cfg_sld_dbbrowse</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
1653 <tooltip>Browse for song length-database file</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1654 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1655 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1656 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1657 <handler>xs_cfg_sld_dbbrowse</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1658 <last_modification_time>Sat, 18 Aug 2001 23:38:10 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1659 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1660 <label>Browse</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1661 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1662 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1663 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1664 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1665 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1666 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1667 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1668 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1669 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1670 </widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1671 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1672
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1673 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1674 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1675 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1676 <name>w_label26</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1677 <label>Songlength</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1678 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1679 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1680 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1681 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1682 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1683 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1684 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1685
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1686 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1687 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1688 <name>w_vbox33</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1689 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1690 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1691
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1692 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1693 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1694 <name>w_frame7</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1695 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1696 <label>SID Tune Information List (STIL) database:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1697 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1698 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1699 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1700 <padding>0</padding>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1701 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1702 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1703 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1704
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1705 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1706 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1707 <name>w_vbox8</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1708 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1709 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1710 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1711
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1712 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1713 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1714 <name>cfg_stil_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1715 <tooltip>If this option is enabled (and the database &amp; HVSC settings below are correctly set), XMMS-SID will use and display additional information from STIL database when HVSC SIDs are played.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1716 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1717 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1718 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1719 <handler>xs_cfg_stil_enable_toggled</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1720 <last_modification_time>Wed, 18 Aug 2004 02:52:39 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1721 </signal>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1722 <label>Use STIL database</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1723 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1724 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1725 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1726 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1727 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1728 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1729 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1730 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1731
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1732 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1733 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1734 <name>cfg_stil_box1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1735 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1736 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1737 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1738 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1739 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1740 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1741 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1742
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1743 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1744 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1745 <name>cfg_stil_label1</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1746 <label>STIL file:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1747 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1748 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1749 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1750 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1751 <xpad>4</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1752 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1753 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1754 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1755 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1756 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1757 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1758 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1759
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1760 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1761 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1762 <name>w_alignment2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1763 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1764 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1765 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1766 <yscale>1</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1767 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1768 <padding>4</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1769 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1770 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1771 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1772
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1773 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1774 <class>GtkEntry</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1775 <name>cfg_stil_dbpath</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1776 <tooltip>Path and filename of STIL database file (STIL.txt), usually found from HVSC's DOCUMENTS-subdirectory.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1777 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1778 <editable>True</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1779 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1780 <text_max_length>0</text_max_length>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1781 <text></text>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1782 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1783 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1784
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1785 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1786 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1787 <name>w_alignment1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1788 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1789 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1790 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1791 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1792 <yscale>0.300001</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1793 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1794 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1795 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1796 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1797 <pack>GTK_PACK_END</pack>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1798 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1799
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1800 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1801 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1802 <name>cfg_stil_browse</name>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1803 <tooltip>Browse for STIL-database file</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1804 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1805 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1806 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1807 <handler>xs_cfg_stil_browse</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1808 <last_modification_time>Mon, 18 Sep 2000 17:51:32 GMT</last_modification_time>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1809 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1810 <label>Browse</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1811 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1812 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1813 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1814 </widget>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1815
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1816 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1817 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1818 <name>cfg_stil_box2</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1819 <homogeneous>False</homogeneous>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1820 <spacing>0</spacing>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1821 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1822 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1823 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1824 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1825 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1826
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1827 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1828 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1829 <name>cfg_hvsc_label1</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1830 <label>HVSC path:</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1831 <justify>GTK_JUSTIFY_CENTER</justify>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1832 <wrap>False</wrap>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1833 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1834 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1835 <xpad>4</xpad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1836 <ypad>0</ypad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1837 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1838 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1839 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1840 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1841 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1842 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1843
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1844 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1845 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1846 <name>w_alignment6</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1847 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1848 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1849 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1850 <yscale>1</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1851 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1852 <padding>4</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1853 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1854 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1855 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1856
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1857 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1858 <class>GtkEntry</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1859 <name>cfg_hvsc_path</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1860 <tooltip>Path to base-directory of your High Voltage SID Collection (HVSC), for example /media/C64Music/</tooltip>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1861 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1862 <editable>True</editable>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1863 <text_visible>True</text_visible>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1864 <text_max_length>0</text_max_length>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1865 <text></text>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1866 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1867 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1868
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1869 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1870 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1871 <name>w_alignment7</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1872 <border_width>4</border_width>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1873 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1874 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1875 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1876 <yscale>0.300001</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1877 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1878 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1879 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1880 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1881 <pack>GTK_PACK_END</pack>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1882 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1883
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1884 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1885 <class>GtkButton</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1886 <name>cfg_hvsc_browse</name>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1887 <tooltip>Browse for HVSC path</tooltip>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1888 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1889 <signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1890 <name>clicked</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1891 <handler>xs_cfg_hvsc_browse</handler>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1892 <last_modification_time>Mon, 12 Jan 2004 00:54:31 GMT</last_modification_time>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1893 </signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1894 <label>Browse</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1895 <relief>GTK_RELIEF_NORMAL</relief>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1896 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1897 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1898 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1899 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1900 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1901
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1902 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1903 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1904 <name>w_frame16</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1905 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1906 <label>Song name/title format:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1907 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1908 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1909 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1910 <padding>0</padding>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1911 <expand>False</expand>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1912 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1913 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1914
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1915 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1916 <class>GtkVBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1917 <name>vbox1</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1918 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1919 <homogeneous>False</homogeneous>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1920 <spacing>0</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1921
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1922 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1923 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1924 <name>cfg_ftitle_override</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1925 <tooltip>XMMS v1.2.5 and later support generic titlestring formatting (see XMMS preferences). This option can be enabled to override those generic titles with XMMS-SID specific ones. Formatting mnemonics are explained briefly below.</tooltip>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1926 <can_focus>True</can_focus>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1927 <signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1928 <name>toggled</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1929 <handler>xs_cfg_ftitle_override_toggled</handler>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1930 <last_modification_time>Sat, 20 Sep 2003 01:09:48 GMT</last_modification_time>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1931 </signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1932 <label>Override generic XMMS titles</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1933 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1934 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1935 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1936 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1937 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1938 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1939 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1940 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1941
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1942 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1943 <class>GtkVBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1944 <name>cfg_ftitle_box</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1945 <homogeneous>False</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1946 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1947 <child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1948 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1949 <expand>True</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1950 <fill>True</fill>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1951 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1952
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1953 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1954 <class>GtkEntry</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1955 <name>cfg_ftitle_format</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1956 <can_focus>True</can_focus>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1957 <editable>True</editable>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1958 <text_visible>True</text_visible>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1959 <text_max_length>0</text_max_length>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1960 <text></text>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1961 <child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1962 <padding>2</padding>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1963 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1964 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1965 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1966 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1967
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1968 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1969 <class>GtkHBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1970 <name>w_hbox9</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1971 <homogeneous>True</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1972 <spacing>0</spacing>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1973 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1974 <padding>2</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1975 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1976 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1977 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1978
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1979 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1980 <class>GtkLabel</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1981 <name>cfg_ftitle_desc1</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1982 <label>%% - '%' character
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1983 %p - Performer/composer
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1984 %t - Song name (title)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1985 %c - Copyright
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1986 %s - File type
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1987 %m - SID model</label>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1988 <justify>GTK_JUSTIFY_LEFT</justify>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1989 <wrap>False</wrap>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1990 <xalign>0.04</xalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1991 <yalign>0.5</yalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1992 <xpad>0</xpad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1993 <ypad>0</ypad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1994 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1995 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1996 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1997 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1998 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1999 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2000
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2001 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2002 <class>GtkLabel</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2003 <name>cfg_ftitle_desc2</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2004 <label>%C - Speed/clock (PAL/NTSC)
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2005 %n - Subtune
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
2006 %N - Number of subtunes
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2007 %f - Filename
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2008 %F - File path
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2009 %e - File extension</label>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2010 <justify>GTK_JUSTIFY_LEFT</justify>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2011 <wrap>False</wrap>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2012 <xalign>0.04</xalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2013 <yalign>0.5</yalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2014 <xpad>0</xpad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2015 <ypad>0</ypad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2016 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2017 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2018 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2019 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2020 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2021 </widget>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2022 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2023 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2024 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2025 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2026 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2027
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2028 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2029 <class>GtkLabel</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2030 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2031 <name>w_label23</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2032 <label>Title</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2033 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2034 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2035 <xalign>0.5</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2036 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2037 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2038 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2039 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2040
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2041 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2042 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2043 <name>w_vbox19</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2044 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2045 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2046
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2047 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2048 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2049 <name>w_frame28</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2050 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2051 <label>Sub-tune control:</label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2052 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2053 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2054 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2055 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2056 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2057 <fill>True</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2058 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2059
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2060 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2061 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2062 <name>w_vbox31</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2063 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2064 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2065 <spacing>2</spacing>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2066
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2067 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2068 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2069 <name>cfg_subctrl_none</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2070 <tooltip>No sub-tune control.</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2071 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2072 <label>Disabled</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2073 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2074 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2075 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2076 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2077 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2078 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2079 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2080 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2081 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2082
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2083 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2084 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2085 <name>cfg_subctrl_seek</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2086 <tooltip>Seeking backwards/forwards selects previous/next sub-tune, similar to selector used in XMMS-SidPlay.</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2087 <can_focus>True</can_focus>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2088 <label>Seek back/forward changes sub-tune</label>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2089 <active>False</active>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2090 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2091 <group>subtune</group>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2092 <child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2093 <padding>0</padding>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2094 <expand>False</expand>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2095 <fill>False</fill>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2096 </child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2097 </widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2098
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2099 <widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2100 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2101 <name>cfg_subctrl_popup</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2102 <tooltip>By pressing the seekbar a sub-tune control window pops up, in style of UADE (Unix Amiga Delitracker Emulator)</tooltip>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2103 <can_focus>True</can_focus>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2104 <label>Pop-up via seekbar (UADE-style)</label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2105 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2106 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2107 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2108 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2109 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2110 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2111 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2112 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2113 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2114
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2115 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2116 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2117 <name>cfg_subctrl_patch</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2118 <tooltip>Seekbar works as a sub-tune selector (Best option if you have patched your XMMS with the song-position patch.)</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2119 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2120 <label>Song-position patch</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2121 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2122 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2123 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2124 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2125 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2126 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2127 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2128 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2129 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2130 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2131 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2132
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2133 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2134 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2135 <name>w_frame31</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2136 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2137 <label>Automatic sub-tune changes:</label>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2138 <label_xalign>0</label_xalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2139 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2140 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2141 <padding>0</padding>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
2142 <expand>False</expand>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2143 <fill>True</fill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2144 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2145
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2146 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2147 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2148 <name>w_vbox35</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2149 <border_width>2</border_width>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2150 <homogeneous>False</homogeneous>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2151 <spacing>2</spacing>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2152
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2153 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2154 <class>GtkCheckButton</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2155 <name>cfg_subauto_enable</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2156 <can_focus>True</can_focus>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2157 <signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2158 <name>toggled</name>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2159 <handler>xs_cfg_subauto_enable_toggled</handler>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2160 <last_modification_time>Thu, 19 Aug 2004 23:08:15 GMT</last_modification_time>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2161 </signal>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2162 <label>Go through all sub-tunes in file</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2163 <active>False</active>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2164 <draw_indicator>True</draw_indicator>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2165 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2166 <padding>0</padding>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2167 <expand>False</expand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2168 <fill>False</fill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2169 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2170 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2171
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2172 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2173 <class>GtkCheckButton</class>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2174 <name>cfg_subauto_min_only</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2175 <can_focus>True</can_focus>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2176 <signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2177 <name>toggled</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2178 <handler>xs_cfg_subauto_min_only_toggled</handler>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2179 <last_modification_time>Thu, 19 Aug 2004 23:08:05 GMT</last_modification_time>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2180 </signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2181 <label>Only tunes with specified minimum length </label>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2182 <active>False</active>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2183 <draw_indicator>True</draw_indicator>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2184 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2185 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2186 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2187 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2188 </child>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2189 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2190
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2191 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2192 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2193 <name>cfg_subauto_box</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2194 <homogeneous>False</homogeneous>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2195 <spacing>2</spacing>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2196 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2197 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2198 <expand>True</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2199 <fill>True</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2200 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2201
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2202 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2203 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2204 <name>w_label52</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2205 <label>Playtime:</label>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2206 <justify>GTK_JUSTIFY_CENTER</justify>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2207 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2208 <xalign>0</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2209 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2210 <xpad>0</xpad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2211 <ypad>0</ypad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2212 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2213 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2214 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2215 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2216 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2217 </widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2218
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2219 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2220 <class>GtkSpinButton</class>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2221 <name>cfg_subauto_mintime</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2222 <can_focus>True</can_focus>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2223 <climb_rate>1</climb_rate>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2224 <digits>0</digits>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2225 <numeric>False</numeric>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2226 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2227 <snap>False</snap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2228 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2229 <value>15</value>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2230 <lower>1</lower>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2231 <upper>32767</upper>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2232 <step>1</step>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2233 <page>60</page>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2234 <page_size>60</page_size>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2235 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2236 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2237 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2238 <fill>True</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2239 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2240 </widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2241
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2242 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2243 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2244 <name>w_label53</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2245 <label>seconds</label>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2246 <justify>GTK_JUSTIFY_CENTER</justify>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2247 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2248 <xalign>0</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2249 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2250 <xpad>0</xpad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2251 <ypad>0</ypad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2252 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2253 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2254 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2255 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2256 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2257 </widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2258 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2259 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2260 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2261
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2262 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2263 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2264 <name>w_frame22</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2265 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2266 <label>Miscellaneous options:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2267 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2268 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2269 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2270 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2271 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2272 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2273 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2274
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2275 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2276 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2277 <name>w_vbox22</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2278 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2279 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2280 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2281
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2282 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2283 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2284 <name>cfg_detectmagic</name>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2285 <tooltip>Determine if file is a SID-tune by checking the file contents. If NOT selected, filetype is determined by checking filename extension (.sid, .dat, ...)</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2286 <can_focus>True</can_focus>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2287 <label>Detect file by contents (slower)</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2288 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2289 <draw_indicator>True</draw_indicator>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2290 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2291 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2292 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2293 <fill>False</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2294 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2295 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2296 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2297 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2298 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2299
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2300 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2301 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2302 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2303 <name>w_label3</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2304 <label>Misc</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2305 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2306 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2307 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2308 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2309 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2310 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2311 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2312 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2313
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2314 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2315 <class>GtkHButtonBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2316 <name>hbuttonbox1</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2317 <border_width>4</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2318 <layout_style>GTK_BUTTONBOX_END</layout_style>
494
d1ed5993a1a7 Cosmetics in configuration dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 489
diff changeset
2319 <spacing>0</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2320 <child_min_width>85</child_min_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2321 <child_min_height>30</child_min_height>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2322 <child_ipad_x>7</child_ipad_x>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2323 <child_ipad_y>0</child_ipad_y>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2324 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2325 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2326 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2327 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2328 <pack>GTK_PACK_END</pack>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2329 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2330
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2331 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2332 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2333 <name>cfg_ok</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2334 <tooltip>Accept and update changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2335 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2336 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2337 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2338 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2339 <handler>xs_cfg_ok</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2340 <last_modification_time>Mon, 18 Sep 2000 17:49:51 GMT</last_modification_time>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2341 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2342 <label>OK</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2343 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2344 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2345
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2346 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2347 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2348 <name>cfg_cancel</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2349 <tooltip>Cancel any changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2350 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2351 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2352 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2353 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2354 <handler>xs_cfg_cancel</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2355 <last_modification_time>Mon, 18 Sep 2000 17:49:57 GMT</last_modification_time>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2356 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2357 <label>Cancel</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2358 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2359 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2360 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2361 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2362 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2363
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2364 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2365 <class>GtkWindow</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2366 <name>xs_fileinfowin</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2367 <width>400</width>
285
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2368 <signal>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2369 <name>delete_event</name>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2370 <handler>xs_fileinfo_delete</handler>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2371 <last_modification_time>Sat, 25 Dec 2004 11:00:14 GMT</last_modification_time>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2372 </signal>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2373 <title>XMMS-SID Fileinfo</title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2374 <type>GTK_WINDOW_DIALOG</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2375 <position>GTK_WIN_POS_MOUSE</position>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2376 <modal>False</modal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2377 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2378 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2379 <auto_shrink>False</auto_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2380
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2381 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2382 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2383 <name>w_vbox14</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2384 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2385 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2386
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2387 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2388 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2389 <name>w_alignment8</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2390 <border_width>2</border_width>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2391 <xalign>0.5</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2392 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2393 <xscale>0.1</xscale>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2394 <yscale>1</yscale>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2395 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2396 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2397 <expand>False</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2398 <fill>False</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2399 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2400
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2401 <widget>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2402 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2403 <name>w_frame30</name>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2404 <border_width>2</border_width>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2405 <label_xalign>0</label_xalign>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2406 <shadow_type>GTK_SHADOW_OUT</shadow_type>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2407
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2408 <widget>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2409 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2410 <name>w_hbox19</name>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2411 <border_width>4</border_width>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2412 <homogeneous>False</homogeneous>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2413 <spacing>0</spacing>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2414
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2415 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2416 <class>GtkButton</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2417 <name>fileinfo_subctrl_prev</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2418 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2419 <signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2420 <name>clicked</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2421 <handler>xs_subctrl_prevsong</handler>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2422 <last_modification_time>Wed, 18 Aug 2004 01:40:46 GMT</last_modification_time>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2423 </signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2424 <label> &lt; </label>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2425 <relief>GTK_RELIEF_NORMAL</relief>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2426 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2427 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2428 <expand>False</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2429 <fill>False</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2430 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2431 </widget>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2432
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2433 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2434 <class>GtkHScale</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2435 <name>fileinfo_subctrl_adj</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2436 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2437 <draw_value>True</draw_value>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2438 <value_pos>GTK_POS_TOP</value_pos>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2439 <digits>0</digits>
183
Matti Hamalainen <ccr@tnsp.org>
parents: 179
diff changeset
2440 <policy>GTK_UPDATE_DELAYED</policy>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2441 <value>0</value>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2442 <lower>0</lower>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2443 <upper>0</upper>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2444 <step>0</step>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2445 <page>0</page>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2446 <page_size>0</page_size>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2447 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2448 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2449 <expand>True</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2450 <fill>True</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2451 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2452 </widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2453
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2454 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2455 <class>GtkButton</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2456 <name>fileinfo_subctrl_next</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2457 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2458 <signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2459 <name>clicked</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2460 <handler>xs_subctrl_nextsong</handler>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2461 <last_modification_time>Wed, 18 Aug 2004 01:41:09 GMT</last_modification_time>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2462 </signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2463 <label> &gt; </label>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2464 <relief>GTK_RELIEF_NORMAL</relief>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2465 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2466 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2467 <expand>False</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2468 <fill>False</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2469 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2470 </widget>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2471 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2472 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2473 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2474
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2475 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2476 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2477 <name>w_frame14</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2478 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2479 <label>Song Information:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2480 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2481 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2482 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2483 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2484 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2485 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2486 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2487
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2488 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2489 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2490 <name>table1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2491 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2492 <rows>4</rows>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2493 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2494 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2495 <row_spacing>2</row_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2496 <column_spacing>4</column_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2497
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2498 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2499 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2500 <name>w_label16</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2501 <label>Filename:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2502 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2503 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2504 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2505 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2506 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2507 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2508 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2509 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2510 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2511 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2512 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2513 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2514 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2515 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2516 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2517 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2518 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2519 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2520 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2521 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2522 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2523
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2524 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2525 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2526 <name>w_label17</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2527 <label>Songname:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2528 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2529 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2530 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2531 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2532 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2533 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2534 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2535 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2536 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2537 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2538 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2539 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2540 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2541 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2542 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2543 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2544 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2545 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2546 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2547 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2548 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2549
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2550 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2551 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2552 <name>w_label18</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2553 <label>Composer:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2554 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2555 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2556 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2557 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2558 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2559 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2560 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2561 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2562 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2563 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2564 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2565 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2566 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2567 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2568 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2569 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2570 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2571 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2572 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2573 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2574 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2575
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2576 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2577 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2578 <name>w_label19</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2579 <label>Copyright:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2580 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2581 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2582 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2583 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2584 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2585 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2586 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2587 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2588 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2589 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2590 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2591 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2592 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2593 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2594 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2595 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2596 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2597 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2598 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2599 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2600 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2601
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2602 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2603 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2604 <name>fileinfo_filename</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2605 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2606 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2607 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2608 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2609 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2610 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2611 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2612 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2613 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2614 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2615 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2616 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2617 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2618 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2619 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2620 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2621 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2622 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2623 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2624 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2625
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2626 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2627 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2628 <name>fileinfo_songname</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2629 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2630 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2631 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2632 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2633 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2634 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2635 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2636 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2637 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2638 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2639 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2640 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2641 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2642 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2643 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2644 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2645 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2646 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2647 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2648 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2649
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2650 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2651 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2652 <name>fileinfo_composer</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2653 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2654 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2655 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2656 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2657 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2658 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2659 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2660 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2661 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2662 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2663 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2664 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2665 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2666 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2667 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2668 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2669 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2670 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2671 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2672 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2673
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2674 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2675 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2676 <name>fileinfo_copyright</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2677 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2678 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2679 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2680 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2681 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2682 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2683 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2684 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2685 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2686 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2687 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2688 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2689 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2690 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2691 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2692 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2693 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2694 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2695 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2696 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2697 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2698 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2699
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2700 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2701 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2702 <name>w_frame15</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2703 <border_width>4</border_width>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2704 <label>Sub-tune Information:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2705 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2706 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2707 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2708 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2709 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2710 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2711 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2712
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2713 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2714 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2715 <name>w_vbox15</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2716 <homogeneous>False</homogeneous>
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2717 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2718
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2719 <widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2720 <class>GtkOptionMenu</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2721 <name>fileinfo_sub_tune</name>
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2722 <border_width>2</border_width>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2723 <can_focus>True</can_focus>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2724 <items>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2725 </items>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2726 <initial_choice>0</initial_choice>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2727 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2728 <padding>0</padding>
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2729 <expand>True</expand>
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2730 <fill>True</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2731 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2732 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2733
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2734 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2735 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2736 <name>table2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2737 <border_width>4</border_width>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2738 <rows>3</rows>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2739 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2740 <homogeneous>False</homogeneous>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2741 <row_spacing>2</row_spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2742 <column_spacing>4</column_spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2743 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2744 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2745 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2746 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2747 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2748
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2749 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2750 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2751 <name>w_label41</name>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2752 <label>Author:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2753 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2754 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2755 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2756 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2757 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2758 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2759 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2760 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2761 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2762 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2763 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2764 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2765 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2766 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2767 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2768 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2769 <yshrink>False</yshrink>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2770 <xfill>True</xfill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2771 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2772 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2773 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2774
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2775 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2776 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2777 <name>fileinfo_sub_author</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2778 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2779 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2780 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2781 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2782 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2783 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2784 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2785 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2786 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2787 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2788 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2789 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2790 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2791 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2792 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2793 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2794 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2795 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2796 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2797 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2798
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2799 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2800 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2801 <name>w_label50</name>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2802 <label>Name:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2803 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2804 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2805 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2806 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2807 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2808 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2809 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2810 <left_attach>0</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2811 <right_attach>1</right_attach>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2812 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2813 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2814 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2815 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2816 <xexpand>False</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2817 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2818 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2819 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2820 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2821 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2822 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2823 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2824
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2825 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2826 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2827 <name>fileinfo_sub_name</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2828 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2829 <editable>False</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2830 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2831 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2832 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2833 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2834 <left_attach>1</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2835 <right_attach>2</right_attach>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2836 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2837 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2838 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2839 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2840 <xexpand>True</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2841 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2842 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2843 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2844 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2845 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2846 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2847 </widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2848
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2849 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2850 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2851 <name>w_label51</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2852 <label>Duration:</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2853 <justify>GTK_JUSTIFY_CENTER</justify>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2854 <wrap>False</wrap>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2855 <xalign>0</xalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2856 <yalign>0.5</yalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2857 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2858 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2859 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2860 <left_attach>0</left_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2861 <right_attach>1</right_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2862 <top_attach>2</top_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2863 <bottom_attach>3</bottom_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2864 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2865 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2866 <xexpand>False</xexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2867 <yexpand>False</yexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2868 <xshrink>False</xshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2869 <yshrink>False</yshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2870 <xfill>True</xfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2871 <yfill>False</yfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2872 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2873 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2874
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2875 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2876 <class>GtkEntry</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2877 <name>entry1</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2878 <can_focus>True</can_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2879 <editable>False</editable>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2880 <text_visible>True</text_visible>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2881 <text_max_length>0</text_max_length>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2882 <text></text>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2883 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2884 <left_attach>1</left_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2885 <right_attach>2</right_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2886 <top_attach>2</top_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2887 <bottom_attach>3</bottom_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2888 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2889 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2890 <xexpand>True</xexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2891 <yexpand>False</yexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2892 <xshrink>False</xshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2893 <yshrink>False</yshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2894 <xfill>True</xfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2895 <yfill>False</yfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2896 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2897 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2898 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2899
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2900 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2901 <class>GtkScrolledWindow</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2902 <name>scrolledwindow2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2903 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2904 <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2905 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2906 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2907 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2908 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2909 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2910 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2911 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2912 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2913
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2914 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2915 <class>GtkText</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2916 <name>fileinfo_sub_info</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2917 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2918 <editable>False</editable>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2919 <text></text>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2920 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2921 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2922 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2923 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2924
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2925 <widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2926 <class>GtkButton</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2927 <name>button2</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2928 <can_default>True</can_default>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2929 <has_default>True</has_default>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2930 <can_focus>True</can_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2931 <has_focus>True</has_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2932 <signal>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2933 <name>clicked</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2934 <handler>xs_fileinfo_ok</handler>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2935 <last_modification_time>Sun, 11 Jan 2004 17:04:28 GMT</last_modification_time>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2936 </signal>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2937 <label>Close</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2938 <relief>GTK_RELIEF_NORMAL</relief>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2939 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2940 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2941 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2942 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2943 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2944 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2945 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2946 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2947
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2948 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2949 <class>GtkFileSelection</class>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2950 <name>xs_sldbfileselector</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2951 <border_width>10</border_width>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2952 <title>Select HVSC song length database</title>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2953 <type>GTK_WINDOW_TOPLEVEL</type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2954 <position>GTK_WIN_POS_NONE</position>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2955 <modal>True</modal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2956 <allow_shrink>False</allow_shrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2957 <allow_grow>True</allow_grow>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2958 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2959 <show_file_op_buttons>False</show_file_op_buttons>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2960
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2961 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2962 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2963 <child_name>FileSel:ok_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2964 <name>ok_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2965 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2966 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2967 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2968 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2969 <handler>xs_cfg_sldb_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2970 <last_modification_time>Sat, 19 Oct 2002 22:50:48 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2971 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2972 <label>OK</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2973 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2974 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2975
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2976 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2977 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2978 <child_name>FileSel:cancel_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2979 <name>cancel_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2980 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2981 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2982 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2983 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2984 <handler>xs_cfg_sldb_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2985 <last_modification_time>Sat, 19 Oct 2002 22:50:54 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2986 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2987 <label>Cancel</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2988 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2989 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2990 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2991
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2992 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2993 <class>GtkFileSelection</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2994 <name>xs_stilfileselector</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2995 <border_width>10</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2996 <title>Select STIL-database </title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2997 <type>GTK_WINDOW_TOPLEVEL</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2998 <position>GTK_WIN_POS_NONE</position>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2999 <modal>True</modal>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3000 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3001 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3002 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3003 <show_file_op_buttons>False</show_file_op_buttons>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3004
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3005 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3006 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3007 <child_name>FileSel:ok_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3008 <name>ok_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3009 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3010 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3011 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3012 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
3013 <handler>xs_cfg_stil_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3014 <last_modification_time>Sat, 19 Oct 2002 22:50:38 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3015 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3016 <label>OK</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3017 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3018 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3019
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3020 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3021 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3022 <child_name>FileSel:cancel_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3023 <name>cancel_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3024 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3025 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3026 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3027 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
3028 <handler>xs_cfg_stil_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3029 <last_modification_time>Sat, 19 Oct 2002 22:51:00 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3030 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3031 <label>Cancel</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3032 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3033 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3034 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3035
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3036 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3037 <class>GtkFileSelection</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3038 <name>xs_hvscpathselector</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3039 <border_width>10</border_width>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3040 <title>Select HVSC location prefix</title>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3041 <type>GTK_WINDOW_TOPLEVEL</type>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3042 <position>GTK_WIN_POS_NONE</position>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3043 <modal>True</modal>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3044 <allow_shrink>False</allow_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3045 <allow_grow>True</allow_grow>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3046 <auto_shrink>False</auto_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3047 <show_file_op_buttons>False</show_file_op_buttons>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3048
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3049 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3050 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3051 <child_name>FileSel:ok_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3052 <name>ok_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3053 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3054 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3055 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3056 <name>clicked</name>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3057 <handler>xs_cfg_hvsc_fs_ok</handler>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3058 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3059 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3060 <label>OK</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3061 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3062 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3063
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3064 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3065 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3066 <child_name>FileSel:cancel_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3067 <name>cancel_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3068 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3069 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3070 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3071 <name>clicked</name>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3072 <handler>xs_cfg_hvsc_fs_cancel</handler>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3073 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3074 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3075 <label>Cancel</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3076 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3077 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3078 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3079
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3080 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3081 <class>GtkFileSelection</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3082 <name>xs_filterimportselector</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3083 <border_width>10</border_width>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3084 <title>Select SIDPlay2 filters file for importing</title>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3085 <type>GTK_WINDOW_TOPLEVEL</type>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3086 <position>GTK_WIN_POS_NONE</position>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3087 <modal>True</modal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3088 <allow_shrink>False</allow_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3089 <allow_grow>True</allow_grow>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3090 <auto_shrink>False</auto_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3091 <show_file_op_buttons>False</show_file_op_buttons>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3092
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3093 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3094 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3095 <child_name>FileSel:ok_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3096 <name>ok_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3097 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3098 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3099 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3100 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3101 <handler>xs_filter_import_fs_ok</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3102 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3103 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3104 <label>OK</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3105 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3106 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3107
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3108 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3109 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3110 <child_name>FileSel:cancel_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3111 <name>cancel_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3112 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3113 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3114 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3115 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3116 <handler>xs_filter_import_fs_cancel</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3117 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3118 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3119 <label>Cancel</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3120 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3121 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3122 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3123
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3124 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3125 <class>GtkFileSelection</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3126 <name>xs_filterexportselector</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3127 <border_width>10</border_width>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3128 <title>Select SIDPlay2 filters file for exporting</title>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3129 <type>GTK_WINDOW_TOPLEVEL</type>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3130 <position>GTK_WIN_POS_NONE</position>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3131 <modal>True</modal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3132 <allow_shrink>False</allow_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3133 <allow_grow>True</allow_grow>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3134 <auto_shrink>False</auto_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3135 <show_file_op_buttons>False</show_file_op_buttons>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3136
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3137 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3138 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3139 <child_name>FileSel:ok_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3140 <name>ok_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3141 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3142 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3143 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3144 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3145 <handler>xs_filter_export_fs_ok</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3146 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3147 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3148 <label>OK</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3149 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3150 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3151
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3152 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3153 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3154 <child_name>FileSel:cancel_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3155 <name>cancel_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3156 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3157 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3158 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3159 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3160 <handler>xs_filter_export_fs_cancel</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3161 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3162 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3163 <label>Cancel</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3164 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3165 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3166 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3167
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3168 </GTK-Interface>