annotate xmms-sid.glade @ 177:6e350784aa57

Various cleanups. Min-playtime option now works. Configuration has more consistent operation while graying out unavailable settings.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 03:27:00 +0000
parents 7515712b4af7
children eee1b3230d70
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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 <gettext_support>False</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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 <name>vbox1</name>
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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 <name>vbox6</name>
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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 <name>hbox2</name>
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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 <name>frame4</name>
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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 <name>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>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 <spacing>0</spacing>
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>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
99 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 <label>8-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
106 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 <name>cfg_res_16bit</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
115 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 <label>16-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
122 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 </child>
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 </widget>
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
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 <class>GtkFrame</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 <name>frame5</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 <label>Channels:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 <name>vbox10</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
146 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 <name>cfg_chn_mono</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
153 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 <label>Mono</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
160 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 <name>cfg_chn_stereo</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
169 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 <label>Stereo</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
176 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 <name>cfg_chn_autopan</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
185 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 <label>Autopanning</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
192 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 </child>
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 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 <class>GtkFrame</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 <name>frame8</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 <label>Samplerate:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
210 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 <class>GtkAlignment</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 <name>alignment4</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
217 <border_width>2</border_width>
97
f69fa2496512 - Cleaned changelog, moved to ChangeLog.old
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
218 <xalign>0</xalign>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 <yalign>0</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 <xscale>0.12</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 <yscale>0.5</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 <class>GtkHBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 <name>hbox4</name>
97
f69fa2496512 - Cleaned changelog, moved to ChangeLog.old
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
226 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231 <class>GtkSpinButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232 <name>cfg_samplerate</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
234 <climb_rate>1</climb_rate>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
235 <digits>0</digits>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 <numeric>False</numeric>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
238 <snap>False</snap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
239 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
240 <value>44100</value>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
241 <lower>4000</lower>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
242 <upper>128000</upper>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
243 <step>100</step>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
244 <page>1000</page>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
245 <page_size>0</page_size>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
246 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
247 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
248 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
249 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
251 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
252
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 <name>label8</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 <label>Hz</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
259 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
261 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
264 <padding>4</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
265 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
266 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
267 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
268 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
269 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
270 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
271 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
272
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
273 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
274 <class>GtkFrame</class>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
275 <name>cfg_oversample_grp</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
276 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
277 <label>Oversampling:</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
278 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
279 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
280 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
281 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
282 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
283 <fill>True</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284 </child>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
285
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
286 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
287 <class>GtkVBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
288 <name>vbox27</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
289 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
290 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
291 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
292
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
293 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
294 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
295 <name>cfg_oversample</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
296 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
297 <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
298 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
299 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
300 <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
301 <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
302 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
303 <label>Use oversampling</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
304 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
305 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
306 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
307 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
308 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
309 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
310 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
311 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
312
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
313 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
314 <class>GtkHBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
315 <name>hbox16</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
316 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
317 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
318 <spacing>4</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
319 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
320 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
321 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
322 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
323 </child>
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>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
327 <name>cfg_oversample_label1</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
328 <label>Factor:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
329 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
330 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
331 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
332 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
333 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
334 <ypad>0</ypad>
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 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
337 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
338 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
339 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
340 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
341
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
342 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
343 <class>GtkSpinButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
344 <name>cfg_oversample_factor</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
345 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
346 <climb_rate>1</climb_rate>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
347 <digits>0</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
348 <numeric>False</numeric>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
349 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
350 <snap>False</snap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
351 <wrap>False</wrap>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
352 <value>2</value>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
353 <lower>2</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
354 <upper>8</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
355 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
356 <page>1</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
357 <page_size>1</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
358 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
359 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
360 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
361 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
362 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
363 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
364
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
365 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
366 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
367 <name>cfg_oversample_label2</name>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
368 <label>Large factors require more CPU-power</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
369 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
370 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
371 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
372 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
373 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
374 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
375 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
376 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
377 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
378 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
379 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
380 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
381 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
382 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
383 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
384 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
385
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
386 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
387 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
388 <child_name>Notebook:tab</child_name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
389 <name>label1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
390 <label>Audio</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
391 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
392 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
393 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
394 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
395 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
396 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
397 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
398
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
399 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
400 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
401 <name>vbox2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
402 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
403 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
404
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
405 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
406 <class>GtkFrame</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
407 <name>frame26</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
408 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
409 <label>Emulation library selection: </label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
410 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
411 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
412 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
413 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
414 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
415 <fill>False</fill>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
416 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
417
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
418 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
419 <class>GtkVBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
420 <name>vbox26</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
421 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
422 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
423 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
424
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
425 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
426 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
427 <name>cfg_emu_sidplay1</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
428 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
429 <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
430 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
431 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
432 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
433 <handler>xs_cfg_emu_sidplay1_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
434 <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
435 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
436 <label>SIDPlay 1 (frame-based)</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
437 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
438 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
439 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
440 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
441 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
442 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
443 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
444 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
445 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
446
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
447 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
448 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
449 <name>cfg_emu_sidplay2</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
450 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
451 <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
452 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
453 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
454 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
455 <handler>xs_cfg_emu_sidplay2_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
456 <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
457 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
458 <label>SIDPlay 2 (cycle-based)</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
459 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
460 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
461 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
462 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
463 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
464 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
465 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
466 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
467 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
468
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
469 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
470 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
471 <name>cfg_emu_nanosid</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
472 <border_width>2</border_width>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
473 <tooltip>Use libSIDPlay 2.x emulation, which requires powerful CPU due to more exact emulation.</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
474 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
475 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
476 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
477 <handler>xs_cfg_emu_nanosid_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
478 <last_modification_time>Mon, 15 Sep 2003 12:13:09 GMT</last_modification_time>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
479 </signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
480 <label>NanoSID</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
481 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
482 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
483 <group>emulator</group>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
484 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
485 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
486 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
487 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
488 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
489 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
490 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
491 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
492
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
493 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
494 <class>GtkFrame</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
495 <name>frame1</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
496 <border_width>4</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
497 <label>Memory Mode:</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
498 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
499 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
500 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
501 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
502 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
503 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
504 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
505
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
506 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
507 <class>GtkVBox</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
508 <name>vbox5</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
509 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
510 <homogeneous>False</homogeneous>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
511 <spacing>0</spacing>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
512
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
513 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
514 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
515 <name>cfg_emu_mem_real</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
516 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
517 <label>Real C64 (SIDPlay 2 only)</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
518 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
519 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
520 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
521 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
522 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
523 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
524 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
525 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
526 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
527
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
528 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
529 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
530 <name>cfg_emu_mem_banksw</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
531 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
532 <label>Bank switching</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
533 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
534 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
535 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
536 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
537 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
538 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
539 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
540 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
541 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
542
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
543 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
544 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
545 <name>cfg_emu_mem_transrom</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
546 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
547 <label>Transparent ROM</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
548 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
549 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
550 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
551 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
552 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
553 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
554 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
555 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
556 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
557
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
558 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
559 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
560 <name>cfg_emu_mem_playsid</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
561 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
562 <label>PlaySID environment</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
563 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
564 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
565 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
566 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
567 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
568 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
569 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
570 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
571 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
572 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
573 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
574 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
575
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
576 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
577 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
578 <child_name>Notebook:tab</child_name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
579 <name>label2</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
580 <label>Emu#1</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
581 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
582 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
583 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
584 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
585 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
586 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
587 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
588
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
589 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
590 <class>GtkVBox</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
591 <name>vbox29</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
592 <homogeneous>False</homogeneous>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
593 <spacing>0</spacing>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
594
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
595 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
596 <class>GtkHBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
597 <name>hbox1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
598 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
599 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
600 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
601 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
602 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
603 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
604 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
605
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
606 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
607 <class>GtkFrame</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
608 <name>frame2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
609 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
610 <label>Clock Speed:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
611 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
612 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
613 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
614 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
615 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
616 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
617 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
618
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
619 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
620 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
621 <name>vbox4</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
622 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
623 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
624 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
625
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
626 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
627 <class>GtkRadioButton</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
628 <name>cfg_emu_clock_pal</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
629 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
630 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
631 <label>PAL (50 Hz)</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
632 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
633 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
634 <group>speed</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
635 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
636 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
637 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
638 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
639 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
640 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
641
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
642 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
643 <class>GtkRadioButton</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
644 <name>cfg_emu_clock_ntsc</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
645 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
646 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
647 <label>NTSC (60 Hz)</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
648 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
649 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
650 <group>speed</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
651 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
652 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
653 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
654 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
655 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
656 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
657
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
658 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
659 <class>GtkCheckButton</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
660 <name>cfg_emu_clock_force</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
661 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
662 <label>Force speed</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
663 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
664 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
665 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
666 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
667 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
668 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
669 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
670 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
671 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
672 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
673
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
674 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
675 <class>GtkFrame</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
676 <name>frame3</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
677 <border_width>4</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
678 <label>SID Type: </label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
679 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
680 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
681 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
682 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
683 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
684 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
685 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
686
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
687 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
688 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
689 <name>vbox3</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
690 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
691 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
692 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
693
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
694 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
695 <class>GtkRadioButton</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
696 <name>cfg_emu_mos6581</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
697 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
698 <label>MOS 6581</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
699 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
700 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
701 <group>waveforms</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
702 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
703 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
704 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
705 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
706 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
707 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
708
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
709 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
710 <class>GtkRadioButton</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
711 <name>cfg_emu_mos8580</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
712 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
713 <label>MOS 8580</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
714 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
715 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
716 <group>waveforms</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
717 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
718 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
719 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
720 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
721 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
722 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
723 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
724 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
725 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
726
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
727 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
728 <class>GtkFrame</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
729 <name>cfg_sidplay2_grp</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
730 <border_width>4</border_width>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
731 <label>SIDPlay 2 options: </label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
732 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
733 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
734 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
735 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
736 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
737 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
738 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
739
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
740 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
741 <class>GtkVBox</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
742 <name>vbox30</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
743 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
744 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
745
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
746 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
747 <class>GtkCheckButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
748 <name>cfg_emu_sidplay2_opt</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
749 <border_width>2</border_width>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
750 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
751 <label>Optimization mode (faster, inaccurate)</label>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
752 <active>False</active>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
753 <draw_indicator>True</draw_indicator>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
754 <child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
755 <padding>0</padding>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
756 <expand>False</expand>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
757 <fill>False</fill>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
758 </child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
759 </widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
760
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
761 <widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
762 <class>GtkRadioButton</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
763 <name>cfg_emu_sidplay2_resid</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
764 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
765 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
766 <label>reSID-emulation</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
767 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
768 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
769 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
770 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
771 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
772 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
773 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
774 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
775 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
776
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
777 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
778 <class>GtkRadioButton</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
779 <name>cfg_emu_sidplay2_hardsid</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
780 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
781 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
782 <label>HardSID</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
783 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
784 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
785 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
786 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
787 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
788 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
789 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
790 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
791 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
792 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
793 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
794 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
795
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
796 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
797 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
798 <child_name>Notebook:tab</child_name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
799 <name>label48</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
800 <label>Emu#2</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
801 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
802 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
803 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
804 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
805 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
806 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
807 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
808
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
809 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
810 <class>GtkFrame</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
811 <name>frame17</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
812 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
813 <label>SID Emulation Filter Settings: </label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
814 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
815 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
816
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
817 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
818 <class>GtkVBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
819 <name>vbox25</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
820 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
821 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
822
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
823 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
824 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
825 <name>cfg_emu_filters</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
826 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
827 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
828 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
829 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
830 <handler>xs_cfg_emu_filters_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
831 <last_modification_time>Mon, 15 Sep 2003 12:30:11 GMT</last_modification_time>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
832 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
833 <label>Emulate filters</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
834 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
835 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
836 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
837 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
838 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
839 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
840 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
841 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
842
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
843 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
844 <class>GtkHBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
845 <name>hbox8</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
846 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
847 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
848 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
849 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
850 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
851 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
852 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
853 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
854
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
855 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
856 <class>GtkFrame</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
857 <name>cfg_frm_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
858 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
859 <width>56</width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
860 <height>152</height>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
861 <label>FS</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
862 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
863 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
864 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
865 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
866 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
867 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
868 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
869
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
870 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
871 <class>GtkVScale</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
872 <name>cfg_emu_filt_fs</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
873 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
874 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
875 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
876 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
877 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
878 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
879 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
880 <upper>1000</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
881 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
882 <page>100</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
883 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
884 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
885 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
886
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
887 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
888 <class>GtkFrame</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
889 <name>cfg_frm_fm</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
890 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
891 <width>48</width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
892 <height>152</height>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
893 <label>FM</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
894 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
895 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
896 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
897 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
898 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
899 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
900 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
901
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
902 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
903 <class>GtkVScale</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
904 <name>cfg_emu_filt_fm</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
905 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
906 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
907 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
908 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
909 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
910 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
911 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
912 <upper>100</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
913 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
914 <page>10</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
915 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
916 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
917 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
918
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
919 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
920 <class>GtkFrame</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
921 <name>cfg_frm_ft</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
922 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
923 <width>48</width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
924 <height>152</height>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
925 <label>FT</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
926 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
927 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
928 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
929 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
930 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
931 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
932 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
933
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
934 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
935 <class>GtkVScale</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
936 <name>cfg_emu_filt_ft</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
937 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
938 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
939 <value_pos>GTK_POS_TOP</value_pos>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
940 <digits>2</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
941 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
942 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
943 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
944 <upper>1</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
945 <step>0.01</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
946 <page>0.1</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
947 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
948 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
949 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
950
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
951 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
952 <class>GtkVBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
953 <name>vbox17</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
954 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
955 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
956 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
957 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
958 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
959 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
960 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
961 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
962
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
963 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
964 <class>GtkButton</class>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
965 <name>cfg_filter_reset</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
966 <width>120</width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
967 <height>32</height>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
968 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
969 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
970 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
971 <handler>xs_cfg_filter_reset</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
972 <last_modification_time>Mon, 18 Sep 2000 20:21:27 GMT</last_modification_time>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
973 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
974 <label>Reset values</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
975 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
976 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
977 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
978 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
979 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
980 </child>
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
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
983 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
984 <class>GtkLabel</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
985 <name>label9</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
986 <width>136</width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
987 <height>104</height>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
988 <label>These sliders affect the emulated SID's filter values. (Defaults are what the libsidplay sets them on init.)</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
989 <justify>GTK_JUSTIFY_LEFT</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
990 <wrap>True</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
991 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
992 <yalign>7.45058e-09</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
993 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
994 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
995 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
996 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
997 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
998 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
999 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1000 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1001 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1002 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1003 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1004 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1005
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1006 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1007 <class>GtkLabel</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1008 <child_name>Notebook:tab</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1009 <name>label24</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1010 <label>Filters</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1011 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1012 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1013 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1014 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1015 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1016 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1017 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1018
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1019 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1020 <class>GtkVBox</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1021 <name>vbox20</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1022 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1023 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1024
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1025 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1026 <class>GtkFrame</class>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1027 <name>frame29</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1028 <border_width>4</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1029 <label>Minimum playtime: </label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1030 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1031 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1032 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1033 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1034 <expand>True</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1035 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1036 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1037
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1038 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1039 <class>GtkVBox</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1040 <name>vbox32</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1041 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1042 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1043 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1044
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1045 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1046 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1047 <name>cfg_mintime_enable</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1048 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1049 <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
1050 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1051 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1052 <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
1053 <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
1054 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1055 <label>Play at least for specified time (adds silence)</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1056 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1057 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1058 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1059 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1060 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1061 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1062 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1063 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1064
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1065 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1066 <class>GtkHBox</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1067 <name>hbox18</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1068 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1069 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1070 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1071 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1072 <padding>2</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1073 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1074 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1075 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1076
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1077 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1078 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1079 <name>cfg_mintime_label1</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1080 <label>Playtime: </label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1081 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1082 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1083 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1084 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1085 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1086 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1087 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1088 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1089 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1090 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1091 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1092 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1093
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1094 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1095 <class>GtkSpinButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1096 <name>cfg_mintime</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1097 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1098 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1099 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1100 <handler>xs_cfg_mintime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1101 <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
1102 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1103 <climb_rate>1</climb_rate>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1104 <digits>0</digits>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1105 <numeric>False</numeric>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1106 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1107 <snap>False</snap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1108 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1109 <value>15</value>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1110 <lower>1</lower>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1111 <upper>32767</upper>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1112 <step>1</step>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1113 <page>60</page>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1114 <page_size>60</page_size>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1115 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1116 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1117 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1118 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1119 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1120 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1121
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1122 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1123 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1124 <name>cfg_mintime_label2</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1125 <label>seconds</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1126 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1127 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1128 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1129 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1130 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1131 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1132 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1133 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1134 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1135 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1136 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1137 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1138 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1139 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1140 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1141
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1142 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1143 <class>GtkFrame</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1144 <name>frame21</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1145 <border_width>4</border_width>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1146 <label>Maximum playtime: </label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1147 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1148 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1149 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1150 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1151 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1152 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1153 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1154
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1155 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1156 <class>GtkVBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1157 <name>vbox21</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1158 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1159 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1160 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1161
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1162 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1163 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1164 <name>cfg_maxtime_enable</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1165 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1166 <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
1167 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1168 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1169 <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
1170 <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
1171 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1172 <label>Play for specified time maximum</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1173 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1174 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1175 <child>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1176 <padding>0</padding>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1177 <expand>False</expand>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1178 <fill>False</fill>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1179 </child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1180 </widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1181
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1182 <widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1183 <class>GtkCheckButton</class>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1184 <name>cfg_maxtime_unknown</name>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1185 <border_width>2</border_width>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1186 <can_focus>True</can_focus>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1187 <label>Only when song-length is unknown</label>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1188 <active>False</active>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1189 <draw_indicator>True</draw_indicator>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1190 <child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1191 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1192 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1193 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1194 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1195 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1196
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1197 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1198 <class>GtkHBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1199 <name>hbox14</name>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1200 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1201 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1202 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1203 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1204 <padding>2</padding>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1205 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1206 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1207 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1208
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1209 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1210 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1211 <name>cfg_maxtime_label1</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1212 <label>Playtime: </label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1213 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1214 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1215 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1216 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1217 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1218 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1219 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1220 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1221 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1222 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1223 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1224 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1225
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1226 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1227 <class>GtkSpinButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1228 <name>cfg_maxtime</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1229 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1230 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1231 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1232 <handler>xs_cfg_maxtime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1233 <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
1234 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1235 <climb_rate>1</climb_rate>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1236 <digits>0</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1237 <numeric>False</numeric>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1238 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1239 <snap>False</snap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1240 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1241 <value>150</value>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1242 <lower>1</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1243 <upper>32767</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1244 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1245 <page>60</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1246 <page_size>60</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1247 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1248 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1249 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1250 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1251 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1252 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1253
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1254 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1255 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1256 <name>cfg_maxtime_label2</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1257 <label>seconds</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1258 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1259 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1260 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1261 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1262 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1263 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1264 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1265 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1266 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1267 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1268 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1269 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1270 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1271 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1272 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1273
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1274 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1275 <class>GtkFrame</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1276 <name>frame18</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1277 <border_width>4</border_width>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1278 <label>Song-length database: </label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1279 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1280 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1281 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1282 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1283 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1284 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1285 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1286
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1287 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1288 <class>GtkVBox</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1289 <name>vbox18</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1290 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1291 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1292 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1293
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1294 <widget>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1295 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1296 <name>cfg_sld_enable</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1297 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1298 <tooltip>This option enables using of XSIDPLAY compatible HVSC Song-length database. (See documentation for more information)</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1299 <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
1300 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1301 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1302 <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
1303 <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
1304 </signal>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1305 <label>Use XSIDPLAY-compatible database</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1306 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1307 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1308 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1309 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1310 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1311 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1312 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1313 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1314
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1315 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1316 <class>GtkHBox</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1317 <name>hbox13</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1318 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1319 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1320 <spacing>4</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1321 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1322 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1323 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1324 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1325 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1326
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1327 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1328 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1329 <name>cfg_sld_label1</name>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1330 <label>DB-file: </label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1331 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1332 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1333 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1334 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1335 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1336 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1337 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1338 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1339 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1340 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1341 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1342 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1343
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1344 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1345 <class>GtkEntry</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1346 <name>cfg_sld_dbpath</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1347 <tooltip>Database path and filename</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1348 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1349 <editable>True</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1350 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1351 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1352 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1353 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1354 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1355 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1356 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1357 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1358 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1359
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1360 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1361 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1362 <name>cfg_sld_dbbrowse</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1363 <tooltip>Browse for database-file</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1364 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1365 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1366 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1367 <handler>xs_cfg_sld_dbbrowse</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1368 <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
1369 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1370 <label>Browse</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1371 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1372 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1373 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1374 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1375 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1376 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1377 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1378 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1379 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1380 </widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1381 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1382
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1383 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1384 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1385 <child_name>Notebook:tab</child_name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1386 <name>label26</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1387 <label>Songlength</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1388 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1389 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1390 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1391 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1392 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1393 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1394 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1395
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1396 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1397 <class>GtkVBox</class>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1398 <name>vbox33</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1399 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1400 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1401
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1402 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1403 <class>GtkFrame</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1404 <name>frame7</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1405 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1406 <label>STIL-database configuration: </label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1407 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1408 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1409 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1410 <padding>0</padding>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1411 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1412 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1413 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1414
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1415 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1416 <class>GtkVBox</class>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1417 <name>vbox8</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1418 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1419 <homogeneous>True</homogeneous>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1420 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1421
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1422 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1423 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1424 <name>cfg_stil_enable</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1425 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1426 <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
1427 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1428 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1429 <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
1430 <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
1431 </signal>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1432 <label>Use STIL information database</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1433 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1434 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1435 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1436 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1437 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1438 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1439 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1440 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1441
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1442 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1443 <class>GtkHBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1444 <name>hbox3</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1445 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1446 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1447 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1448 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1449 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1450 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1451 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1452
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1453 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1454 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1455 <name>cfg_stil_label1</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1456 <label>STIL-file:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1457 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1458 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1459 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1460 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1461 <xpad>4</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1462 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1463 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1464 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1465 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1466 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1467 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1468 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1469
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1470 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1471 <class>GtkAlignment</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1472 <name>alignment2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1473 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1474 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1475 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1476 <yscale>1</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1477 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1478 <padding>4</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1479 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1480 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1481 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1482
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1483 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1484 <class>GtkEntry</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1485 <name>cfg_stil_dbpath</name>
113
67e17a5e8d13 Added some tooltips
Matti Hamalainen <ccr@tnsp.org>
parents: 108
diff changeset
1486 <tooltip>Path/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
1487 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1488 <editable>True</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1489 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1490 <text_max_length>0</text_max_length>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1491 <text></text>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1492 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1493 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1494
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1495 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1496 <class>GtkAlignment</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1497 <name>alignment1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1498 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1499 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1500 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1501 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1502 <yscale>0.300001</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1503 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1504 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1505 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1506 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1507 <pack>GTK_PACK_END</pack>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1508 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1509
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1510 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1511 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1512 <name>cfg_stil_browse</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1513 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1514 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1515 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1516 <handler>xs_cfg_stil_browse</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1517 <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
1518 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1519 <label>Browse</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1520 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1521 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1522 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1523 </widget>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1524
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1525 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1526 <class>GtkHBox</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1527 <name>hbox17</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1528 <homogeneous>False</homogeneous>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1529 <spacing>0</spacing>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1530 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1531 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1532 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1533 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1534 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1535
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1536 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1537 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1538 <name>cfg_hvsc_label1</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1539 <label>HVSC path:</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1540 <justify>GTK_JUSTIFY_CENTER</justify>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1541 <wrap>False</wrap>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1542 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1543 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1544 <xpad>4</xpad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1545 <ypad>0</ypad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1546 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1547 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1548 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1549 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1550 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1551 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1552
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1553 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1554 <class>GtkAlignment</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1555 <name>alignment6</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1556 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1557 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1558 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1559 <yscale>1</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1560 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1561 <padding>4</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1562 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1563 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1564 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1565
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1566 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1567 <class>GtkEntry</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1568 <name>cfg_hvsc_path</name>
113
67e17a5e8d13 Added some tooltips
Matti Hamalainen <ccr@tnsp.org>
parents: 108
diff changeset
1569 <tooltip>Base-path of your HVSC-directory, for example /some/dir/C64Music/</tooltip>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1570 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1571 <editable>True</editable>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1572 <text_visible>True</text_visible>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1573 <text_max_length>0</text_max_length>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1574 <text></text>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1575 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1576 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1577
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1578 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1579 <class>GtkAlignment</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1580 <name>alignment7</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1581 <border_width>4</border_width>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1582 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1583 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1584 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1585 <yscale>0.300001</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1586 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1587 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1588 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1589 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1590 <pack>GTK_PACK_END</pack>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1591 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1592
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1593 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1594 <class>GtkButton</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1595 <name>cfg_hvsc_browse</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1596 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1597 <signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1598 <name>clicked</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1599 <handler>xs_cfg_hvsc_browse</handler>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1600 <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
1601 </signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1602 <label>Browse</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1603 <relief>GTK_RELIEF_NORMAL</relief>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1604 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1605 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1606 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1607 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1608 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1609
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1610 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1611 <class>GtkFrame</class>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1612 <name>frame16</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1613 <border_width>4</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1614 <label>Song name/title format: </label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1615 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1616 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1617 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1618 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1619 <expand>True</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1620 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1621 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1622
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1623 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1624 <class>GtkVBox</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1625 <name>vbox16</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1626 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1627 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1628 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1629
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1630 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1631 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1632 <name>cfg_ftitle_override</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1633 <can_focus>True</can_focus>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1634 <signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1635 <name>toggled</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1636 <handler>xs_cfg_ftitle_override_toggled</handler>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1637 <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
1638 </signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1639 <label>Override generic XMMS titles</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1640 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1641 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1642 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1643 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1644 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1645 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1646 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1647 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1648
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1649 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1650 <class>GtkEntry</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1651 <name>cfg_ftitle_format</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1652 <can_focus>True</can_focus>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1653 <editable>True</editable>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1654 <text_visible>True</text_visible>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1655 <text_max_length>0</text_max_length>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1656 <text></text>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1657 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1658 <padding>2</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1659 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1660 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1661 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1662 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1663
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1664 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1665 <class>GtkHBox</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1666 <name>hbox9</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1667 <homogeneous>True</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1668 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1669 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1670 <padding>2</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1671 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1672 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1673 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1674
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1675 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1676 <class>GtkLabel</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1677 <name>cfg_ftitle_desc1</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1678 <label>%p - Performer/composer
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1679 %t - Song name (title)
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1680 %c - Copyright
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1681 %s - SID File Type</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1682 <justify>GTK_JUSTIFY_LEFT</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1683 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1684 <xalign>0.04</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1685 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1686 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1687 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1688 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1689 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1690 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1691 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1692 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1693 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1694
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1695 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1696 <class>GtkLabel</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1697 <name>cfg_ftitle_desc2</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1698 <label>%n - Subtune number
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1699 %f - Filename
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1700 %F - File path
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1701 %e - File extension</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1702 <justify>GTK_JUSTIFY_LEFT</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1703 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1704 <xalign>0.04</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1705 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1706 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1707 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1708 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1709 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1710 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1711 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1712 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1713 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1714 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1715 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1716 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1717 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1718
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1719 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1720 <class>GtkLabel</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1721 <child_name>Notebook:tab</child_name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1722 <name>label23</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1723 <label>Title</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1724 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1725 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1726 <xalign>0.5</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1727 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1728 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1729 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1730 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1731
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1732 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1733 <class>GtkVBox</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1734 <name>vbox19</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1735 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1736 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1737
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1738 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1739 <class>GtkFrame</class>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1740 <name>frame28</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1741 <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
1742 <label>Sub-tune control: </label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1743 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1744 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1745 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1746 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1747 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1748 <fill>True</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1749 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1750
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1751 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1752 <class>GtkVBox</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1753 <name>vbox31</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1754 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1755 <homogeneous>False</homogeneous>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1756 <spacing>0</spacing>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1757
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1758 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1759 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1760 <name>cfg_subsong_none</name>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1761 <tooltip>No sub-song control.</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1762 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1763 <label>Disabled</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1764 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1765 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1766 <group>subsong</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1767 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1768 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1769 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1770 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1771 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1772 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1773
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1774 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1775 <class>GtkRadioButton</class>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1776 <name>cfg_subsong_seek</name>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1777 <tooltip>Seeking backwards/forwards selects previous/next sub-song, 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
1778 <can_focus>True</can_focus>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1779 <label>Seek back/forward changes sub-song</label>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1780 <active>False</active>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1781 <draw_indicator>True</draw_indicator>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1782 <group>subsong</group>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1783 <child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1784 <padding>0</padding>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1785 <expand>False</expand>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1786 <fill>False</fill>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1787 </child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1788 </widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1789
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1790 <widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1791 <class>GtkRadioButton</class>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1792 <name>cfg_subsong_popup</name>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1793 <tooltip>By pressing the seekbar a sub-song control window pops up, in style of UADE (Unix Amiga Delitracker Emulator)</tooltip>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1794 <can_focus>True</can_focus>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1795 <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
1796 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1797 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1798 <group>subsong</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1799 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1800 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1801 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1802 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1803 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1804 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1805
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1806 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1807 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1808 <name>cfg_subsong_patch</name>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
1809 <tooltip>Seekbar works as a subtune 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
1810 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1811 <label>Song-position patch</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1812 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1813 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1814 <group>subsong</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1815 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1816 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1817 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1818 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1819 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1820 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1821 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1822 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1823
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1824 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1825 <class>GtkFrame</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1826 <name>frame22</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1827 <border_width>4</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1828 <label>Miscellaneous options: </label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1829 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1830 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1831 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1832 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1833 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1834 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1835 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1836
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1837 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1838 <class>GtkVBox</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1839 <name>vbox22</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1840 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1841 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1842 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1843
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1844 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1845 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1846 <name>cfg_detectmagic</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1847 <border_width>2</border_width>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1848 <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
1849 <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
1850 <label>Detect file by contents (slower)</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1851 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1852 <draw_indicator>True</draw_indicator>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1853 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1854 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1855 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1856 <fill>False</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1857 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1858 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1859 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1860 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1861 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1862
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1863 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1864 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1865 <child_name>Notebook:tab</child_name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1866 <name>label3</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1867 <label>Misc</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1868 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1869 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1870 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1871 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1872 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1873 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1874 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1875 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1876
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1877 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1878 <class>GtkHButtonBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1879 <name>hbuttonbox1</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1880 <border_width>4</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1881 <layout_style>GTK_BUTTONBOX_END</layout_style>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1882 <spacing>30</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1883 <child_min_width>85</child_min_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1884 <child_min_height>30</child_min_height>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1885 <child_ipad_x>7</child_ipad_x>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1886 <child_ipad_y>0</child_ipad_y>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1887 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1888 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1889 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1890 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1891 <pack>GTK_PACK_END</pack>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1892 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1893
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1894 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1895 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1896 <name>cfg_ok</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1897 <tooltip>Accept and update changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1898 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1899 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1900 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1901 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1902 <handler>xs_cfg_ok</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1903 <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
1904 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1905 <label>OK</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1906 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1907 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1908
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1909 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1910 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1911 <name>cfg_cancel</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1912 <tooltip>Cancel any changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1913 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1914 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1915 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1916 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1917 <handler>xs_cfg_cancel</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1918 <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
1919 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1920 <label>Cancel</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1921 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1922 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1923 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1924 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1925 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1926
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1927 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1928 <class>GtkWindow</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1929 <name>xs_fileinfowin</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1930 <width>400</width>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
1931 <title>XMMS-SID Fileinfo</title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1932 <type>GTK_WINDOW_DIALOG</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1933 <position>GTK_WIN_POS_MOUSE</position>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1934 <modal>False</modal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1935 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1936 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1937 <auto_shrink>False</auto_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1938
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1939 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1940 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1941 <name>vbox14</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1942 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1943 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1944
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1945 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1946 <class>GtkFrame</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1947 <name>frame30</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1948 <border_width>2</border_width>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1949 <label_xalign>0</label_xalign>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1950 <shadow_type>GTK_SHADOW_OUT</shadow_type>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1951 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1952 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1953 <expand>False</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1954 <fill>False</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1955 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1956
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1957 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1958 <class>GtkHBox</class>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1959 <name>hbox19</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1960 <border_width>4</border_width>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1961 <homogeneous>False</homogeneous>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1962 <spacing>0</spacing>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1963
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1964 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1965 <class>GtkButton</class>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1966 <name>fileinfo_subctrl_prev</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1967 <can_focus>True</can_focus>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1968 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1969 <name>clicked</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1970 <handler>xs_subctrl_prevsong</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1971 <last_modification_time>Wed, 18 Aug 2004 01:40:46 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1972 </signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1973 <label> &lt; </label>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1974 <relief>GTK_RELIEF_NORMAL</relief>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1975 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1976 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1977 <expand>False</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1978 <fill>False</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1979 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1980 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1981
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1982 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1983 <class>GtkHScale</class>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1984 <name>fileinfo_subctrl_adj</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1985 <can_focus>True</can_focus>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1986 <draw_value>True</draw_value>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1987 <value_pos>GTK_POS_TOP</value_pos>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1988 <digits>0</digits>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1989 <policy>GTK_UPDATE_CONTINUOUS</policy>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1990 <value>0</value>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1991 <lower>0</lower>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1992 <upper>0</upper>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1993 <step>0</step>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1994 <page>0</page>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1995 <page_size>0</page_size>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1996 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1997 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1998 <expand>True</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1999 <fill>True</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2000 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2001 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2002
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2003 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2004 <class>GtkButton</class>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2005 <name>fileinfo_subctrl_next</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2006 <can_focus>True</can_focus>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2007 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2008 <name>clicked</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2009 <handler>xs_subctrl_nextsong</handler>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2010 <last_modification_time>Wed, 18 Aug 2004 01:41:09 GMT</last_modification_time>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2011 </signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2012 <label> &gt; </label>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2013 <relief>GTK_RELIEF_NORMAL</relief>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2014 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2015 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2016 <expand>False</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2017 <fill>False</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2018 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2019 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2020 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2021 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2022
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2023 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2024 <class>GtkFrame</class>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2025 <name>frame14</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2026 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2027 <label>Song Information:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2028 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2029 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2030 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2031 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2032 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2033 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2034 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2035
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2036 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2037 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2038 <name>table1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2039 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2040 <rows>4</rows>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2041 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2042 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2043 <row_spacing>2</row_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2044 <column_spacing>4</column_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2045
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2046 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2047 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2048 <name>label16</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2049 <label>Filename:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2050 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2051 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2052 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2053 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2054 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2055 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2056 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2057 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2058 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2059 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2060 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2061 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2062 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2063 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2064 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2065 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2066 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2067 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2068 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2069 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2070 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2071
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2072 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2073 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2074 <name>label17</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2075 <label>Songname:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2076 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2077 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2078 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2079 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2080 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2081 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2082 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2083 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2084 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2085 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2086 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2087 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2088 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2089 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2090 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2091 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2092 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2093 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2094 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2095 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2096 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2097
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2098 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2099 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2100 <name>label18</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2101 <label>Composer:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2102 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2103 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2104 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2105 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2106 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2107 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2108 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2109 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2110 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2111 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2112 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2113 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2114 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2115 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2116 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2117 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2118 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2119 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2120 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2121 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2122 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2123
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2124 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2125 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2126 <name>label19</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2127 <label>Copyright:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2128 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2129 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2130 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2131 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2132 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2133 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2134 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2135 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2136 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2137 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2138 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2139 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2140 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2141 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2142 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2143 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2144 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2145 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2146 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2147 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2148 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2149
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2150 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2151 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2152 <name>fileinfo_filename</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2153 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2154 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2155 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2156 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2157 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2158 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2159 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2160 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2161 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2162 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2163 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2164 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2165 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2166 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2167 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2168 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2169 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2170 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2171 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2172 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2173
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2174 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2175 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2176 <name>fileinfo_songname</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2177 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2178 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2179 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2180 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2181 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2182 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2183 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2184 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2185 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2186 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2187 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2188 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2189 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2190 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2191 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2192 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2193 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2194 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2195 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2196 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2197
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2198 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2199 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2200 <name>fileinfo_composer</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2201 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2202 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2203 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2204 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2205 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2206 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2207 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2208 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2209 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2210 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2211 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2212 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2213 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2214 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2215 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2216 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2217 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2218 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2219 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2220 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2221
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2222 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2223 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2224 <name>fileinfo_copyright</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2225 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2226 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2227 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2228 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2229 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2230 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2231 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2232 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2233 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2234 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2235 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2236 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2237 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2238 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2239 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2240 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2241 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2242 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2243 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2244 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2245 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2246 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2247
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2248 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2249 <class>GtkFrame</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2250 <name>frame15</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2251 <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
2252 <label>Sub-tune Information:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2253 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2254 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2255 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2256 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2257 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2258 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2259 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2260
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2261 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2262 <class>GtkVBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2263 <name>vbox15</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2264 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2265 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2266
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2267 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2268 <class>GtkHBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2269 <name>hbox7</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2270 <border_width>2</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2271 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2272 <spacing>0</spacing>
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 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2275 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2276 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2277 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2278
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2279 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2280 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2281 <name>label20</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2282 <label>Sub-tune:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2283 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2284 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2285 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2286 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2287 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2288 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2289 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2290 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2291 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2292 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2293 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2294 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2295
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2296 <widget>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2297 <class>GtkOptionMenu</class>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2298 <name>fileinfo_sub_tune</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2299 <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
2300 <items></items>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2301 <initial_choice>0</initial_choice>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2302 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2303 <padding>2</padding>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
2304 <expand>True</expand>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
2305 <fill>True</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2306 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2307 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2308 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2309
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2310 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2311 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2312 <name>table2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2313 <border_width>4</border_width>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2314 <rows>2</rows>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2315 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2316 <homogeneous>False</homogeneous>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2317 <row_spacing>2</row_spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2318 <column_spacing>4</column_spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2319 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2320 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2321 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2322 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2323 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2324
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2325 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2326 <class>GtkLabel</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2327 <name>label41</name>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2328 <label>Author:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2329 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2330 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2331 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2332 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2333 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2334 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2335 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2336 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2337 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2338 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2339 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2340 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2341 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2342 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2343 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2344 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2345 <yshrink>False</yshrink>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2346 <xfill>True</xfill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2347 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2348 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2349 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2350
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2351 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2352 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2353 <name>fileinfo_sub_author</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2354 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2355 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2356 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2357 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2358 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2359 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2360 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2361 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2362 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2363 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2364 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2365 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2366 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2367 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2368 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2369 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2370 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2371 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2372 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2373 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2374
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2375 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2376 <class>GtkLabel</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2377 <name>label50</name>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2378 <label>Name:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2379 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2380 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2381 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2382 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2383 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2384 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2385 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2386 <left_attach>0</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2387 <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
2388 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2389 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2390 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2391 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2392 <xexpand>False</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2393 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2394 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2395 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2396 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2397 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2398 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2399 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2400
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2401 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2402 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2403 <name>fileinfo_sub_name</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2404 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2405 <editable>False</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2406 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2407 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2408 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2409 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2410 <left_attach>1</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2411 <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
2412 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2413 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2414 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2415 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2416 <xexpand>True</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2417 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2418 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2419 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2420 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2421 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2422 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2423 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2424 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2425
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2426 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2427 <class>GtkScrolledWindow</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2428 <name>scrolledwindow2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2429 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2430 <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2431 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2432 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2433 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2434 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2435 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2436 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2437 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2438 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2439
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2440 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2441 <class>GtkText</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2442 <name>fileinfo_sub_info</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2443 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2444 <editable>False</editable>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2445 <text></text>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2446 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2447 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2448 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2449 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2450
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2451 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2452 <class>GtkAlignment</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2453 <name>alignment5</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2454 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2455 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2456 <xscale>0.1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2457 <yscale>1</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2458 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2459 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2460 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2461 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2462 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2463
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2464 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2465 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2466 <name>fileinfo_ok</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2467 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2468 <has_default>True</has_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2469 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2470 <has_focus>True</has_focus>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2471 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2472 <name>clicked</name>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2473 <handler>xs_fileinfo_ok</handler>
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2474 <last_modification_time>Sun, 11 Jan 2004 17:04:28 GMT</last_modification_time>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2475 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2476 <label>Close</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2477 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2478 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2479 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2480 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2481 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2482
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2483 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2484 <class>GtkFileSelection</class>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2485 <name>xs_sldbfileselector</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2486 <border_width>10</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2487 <title>Select HVSC song-length database</title>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2488 <type>GTK_WINDOW_TOPLEVEL</type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2489 <position>GTK_WIN_POS_NONE</position>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2490 <modal>True</modal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2491 <allow_shrink>False</allow_shrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2492 <allow_grow>True</allow_grow>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2493 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2494 <show_file_op_buttons>False</show_file_op_buttons>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2495
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2496 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2497 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2498 <child_name>FileSel:ok_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2499 <name>ok_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2500 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2501 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2502 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2503 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2504 <handler>xs_cfg_sldb_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2505 <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
2506 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2507 <label>OK</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2508 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2509 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2510
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2511 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2512 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2513 <child_name>FileSel:cancel_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2514 <name>cancel_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2515 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2516 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2517 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2518 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2519 <handler>xs_cfg_sldb_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2520 <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
2521 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2522 <label>Cancel</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2523 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2524 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2525 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2526
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2527 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2528 <class>GtkFileSelection</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2529 <name>xs_stilfileselector</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2530 <border_width>10</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2531 <title>Select STIL-database </title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2532 <type>GTK_WINDOW_TOPLEVEL</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2533 <position>GTK_WIN_POS_NONE</position>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2534 <modal>True</modal>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2535 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2536 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2537 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2538 <show_file_op_buttons>False</show_file_op_buttons>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2539
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2540 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2541 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2542 <child_name>FileSel:ok_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2543 <name>ok_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2544 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2545 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2546 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2547 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2548 <handler>xs_cfg_stil_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2549 <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
2550 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2551 <label>OK</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2552 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2553 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2554
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2555 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2556 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2557 <child_name>FileSel:cancel_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2558 <name>cancel_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2559 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2560 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2561 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2562 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2563 <handler>xs_cfg_stil_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2564 <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
2565 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2566 <label>Cancel</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2567 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2568 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2569 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2570
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2571 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2572 <class>GtkFileSelection</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2573 <name>xs_hvscpathselector</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2574 <border_width>10</border_width>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2575 <title>Select HVSC location prefix</title>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2576 <type>GTK_WINDOW_TOPLEVEL</type>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2577 <position>GTK_WIN_POS_NONE</position>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2578 <modal>True</modal>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2579 <allow_shrink>False</allow_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2580 <allow_grow>True</allow_grow>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2581 <auto_shrink>False</auto_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2582 <show_file_op_buttons>False</show_file_op_buttons>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2583
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2584 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2585 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2586 <child_name>FileSel:ok_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2587 <name>ok_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2588 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2589 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2590 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2591 <name>clicked</name>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2592 <handler>xs_cfg_hvsc_fs_ok</handler>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2593 <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
2594 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2595 <label>OK</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2596 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2597 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2598
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2599 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2600 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2601 <child_name>FileSel:cancel_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2602 <name>cancel_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2603 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2604 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2605 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2606 <name>clicked</name>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2607 <handler>xs_cfg_hvsc_fs_cancel</handler>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
2608 <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
2609 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2610 <label>Cancel</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2611 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2612 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2613 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
2614
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2615 </GTK-Interface>