annotate xmms-sid.glade @ 899:f02613ceadcf

Update glade file to include the message box.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 08:28:47 +0200
parents 350f755549dd
children 5d26b869a48e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?xml version="1.0"?>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <GTK-Interface>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <project>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
5 <name>xmms-sid</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
6 <program_name>xmms-sid</program_name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 <directory></directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 <source_directory>src</source_directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 <pixmaps_directory>pixmaps</pixmaps_directory>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 <language>C</language>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 <gnome_support>False</gnome_support>
425
fa889b008608 Enable gettext support for potential i18n
Matti Hamalainen <ccr@tnsp.org>
parents: 375
diff changeset
12 <gettext_support>True</gettext_support>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
13 <use_widget_names>True</use_widget_names>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
14 <output_main_file>False</output_main_file>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
15 <output_build_files>False</output_build_files>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
16 <main_source_file>xs_interface.c</main_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
17 <main_header_file>xs_interface.h</main_header_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
18 <handler_source_file>xs_genui.c</handler_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
19 <handler_header_file>xs_genui.h</handler_header_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
20 <support_source_file>xs_glade.c</support_source_file>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
21 <support_header_file>xs_glade.h</support_header_file>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 </project>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 <class>GtkWindow</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
26 <name>xs_configwin</name>
577
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 573
diff changeset
27 <signal>
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 573
diff changeset
28 <name>delete_event</name>
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 573
diff changeset
29 <handler>xs_configwin_delete</handler>
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 573
diff changeset
30 <last_modification_time>Tue, 20 Mar 2007 13:23:53 GMT</last_modification_time>
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 573
diff changeset
31 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
32 <title>XMMS-SID configuration</title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 <type>GTK_WINDOW_DIALOG</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 <position>GTK_WIN_POS_NONE</position>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 <modal>False</modal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 <allow_grow>False</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 <auto_shrink>False</auto_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
42 <name>w_vbox1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 <border_width>8</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 <class>GtkNotebook</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 <name>cfg_notebook</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 <show_tabs>True</show_tabs>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
52 <show_border>False</show_border>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 <tab_pos>GTK_POS_TOP</tab_pos>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 <scrollable>False</scrollable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 <tab_hborder>2</tab_hborder>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 <tab_vborder>2</tab_vborder>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 <popup_enable>False</popup_enable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
66 <name>w_vbox6</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
72 <name>w_hbox2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
77 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
83 <name>cfg_sndres_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 <label>Resolution:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
96 <name>w_vbox9</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
97 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
99 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 <name>cfg_res_8bit</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 <label>8-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
110 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 <name>cfg_res_16bit</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 <label>16-bit</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 <group>resolution</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
125 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 </widget>
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 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
135 <name>cfg_channels_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 <label>Channels:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
148 <name>w_vbox10</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
149 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
151 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 <name>cfg_chn_mono</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 <label>Mono</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
162 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 </child>
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
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 <name>cfg_chn_stereo</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 <label>Stereo</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 <group>channels</group>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
177 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 <class>GtkRadioButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 <name>cfg_chn_autopan</name>
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>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
203 <name>cfg_samplerate_frame</name>
1
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>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
215 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
216 <name>w_hbox4</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
217 <border_width>4</border_width>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
218 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
219 <spacing>0</spacing>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
220
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
221 <widget>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
222 <class>GtkCombo</class>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
223 <name>cfg_samplerate_combo</name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
224 <value_in_list>False</value_in_list>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
225 <ok_if_empty>False</ok_if_empty>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
226 <case_sensitive>False</case_sensitive>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
227 <use_arrows>True</use_arrows>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
228 <use_arrows_always>False</use_arrows_always>
595
c41305ceeff4 Removed useless embedded data.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
229 <items></items>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
230 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
231 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
232 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
233 <fill>False</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
234 </child>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
235
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
236 <widget>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
237 <class>GtkEntry</class>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
238 <child_name>GtkCombo:entry</child_name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
239 <name>cfg_samplerate</name>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
240 <can_focus>True</can_focus>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
241 <editable>True</editable>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
242 <text_visible>True</text_visible>
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
243 <text_max_length>10</text_max_length>
595
c41305ceeff4 Removed useless embedded data.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
244 <text></text>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
245 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
246 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
247
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
248 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
249 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
250 <name>w_label8</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
251 <label>Hz</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
252 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
253 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
254 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
255 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
256 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
257 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
258 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
259 <padding>4</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
260 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
261 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
262 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
263 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
264
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
265 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
266 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
267 <name>w_label54</name>
489
8f3b957769de Use combobox for audio frequency selection.
Matti Hamalainen <ccr@tnsp.org>
parents: 481
diff changeset
268 <label></label>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
269 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
270 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
271 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
272 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
273 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
274 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
275 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
276 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
277 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
278 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
279 </child>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
280 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
281 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
286 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
287 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
288 <name>w_label1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
289 <label>Audio</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
290 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
291 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
292 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
293 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
294 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
295 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
296 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
297
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
298 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
299 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
300 <name>w_vbox2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
301 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
302 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
303
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
304 <widget>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
305 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
306 <name>w_hbox1</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
307 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
308 <spacing>0</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
309 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
310 <padding>0</padding>
568
3a9e2819a520 Minor tweak in the layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 563
diff changeset
311 <expand>False</expand>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
312 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
313 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
314
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
315 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
316 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
317 <name>cfg_clock_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
318 <border_width>4</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
319 <label>Clock speed:</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
320 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
321 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
322 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
323 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
324 <expand>True</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
325 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
326 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
327
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
328 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
329 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
330 <name>w_vbox4</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
331 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
332 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
333 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
334
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
335 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
336 <class>GtkCheckButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
337 <name>cfg_emu_clock_force</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
338 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected clock speed/frequency. Otherwise the speed is determined from played file itself.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
339 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
340 <label>Force speed</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
341 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
342 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
343 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
344 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
345 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
346 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
347 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
348 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
349
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
350 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
351 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
352 <name>cfg_emu_clock_pal</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
353 <tooltip>PAL is the european TV standard, which uses 50Hz vertical refresh frequency. Most of SID-tunes have been made for PAL computers.</tooltip>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
354 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
355 <label>PAL (50 Hz)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
356 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
357 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
358 <group>speed</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
359 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
360 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
361 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
362 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
363 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
364 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
365
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
366 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
367 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
368 <name>cfg_emu_clock_ntsc</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
369 <tooltip>NTSC is the TV standard with 60Hz vertical refresh rate (and other features that differ from PAL). It is mainly used in United States, Japan and certain other countries.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
370 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
371 <label>NTSC (60 Hz)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
372 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
373 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
374 <group>speed</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
375 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
376 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
377 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
378 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
379 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
380 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
381 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
382 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
383
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
384 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
385 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
386 <name>cfg_sid_model_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
387 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
388 <label>SID model:</label>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
389 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
390 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
391 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
392 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
393 <expand>True</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
394 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
395 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
396
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
397 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
398 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
399 <name>w_vbox3</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
400 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
401 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
402 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
403
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
404 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
405 <class>GtkCheckButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
406 <name>cfg_emu_sid_force</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
407 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected SID-chip model. Otherwise the preferred SID model is determined from the file (if PSIDv2NG type) or if not available, this setting is used.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
408 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
409 <label>Force model</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
410 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
411 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
412 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
413 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
414 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
415 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
416 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
417 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
418
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
419 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
420 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
421 <name>cfg_emu_mos6581</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
422 <tooltip>MOS/CSG 6581 is the earlier major version of SID chip. It differs from 8580 in few ways, having much fuller filter (which, due to design error, is never same between two different SID-chips) and has the &quot;volume adjustment bug&quot;, which enables playing of digital samples.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
423 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
424 <label>MOS 6581</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
425 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
426 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
427 <group>waveforms</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
428 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
429 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
430 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
431 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
432 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
433 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
434
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
435 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
436 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
437 <name>cfg_emu_mos8580</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
438 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
439 <label>MOS 8580</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
440 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
441 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
442 <group>waveforms</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
443 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
444 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
445 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
446 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
447 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
448 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
449 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
450 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
451 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
452
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
453 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
454 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
455 <name>cfg_emulib_frame</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
456 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
457 <label>Emulation library selection:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
458 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
459 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
460 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
461 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
462 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
463 <fill>False</fill>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
464 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
465
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
466 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
467 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
468 <name>w_vbox26</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
469 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
470 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
471 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
472
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
473 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
474 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
475 <name>cfg_emu_sidplay1</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
476 <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
477 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
478 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
479 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
480 <handler>xs_cfg_emu_sidplay1_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
481 <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
482 </signal>
839
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
483 <label>SIDPlay 1 (frame-based, fast, inaccurate)</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
484 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
485 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
486 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
487 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
488 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
489 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
490 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
491 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
492 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
493
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
494 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
495 <class>GtkRadioButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
496 <name>cfg_emu_sidplay2</name>
839
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
497 <tooltip>Use libSIDPlay 2.x emulation, which requires powerful CPU due to cycle-exact emulation.</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
498 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
499 <signal>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
500 <name>toggled</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
501 <handler>xs_cfg_emu_sidplay2_toggled</handler>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
502 <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
503 </signal>
839
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
504 <label>SIDPlay 2 (cycle-based, rather accurate)</label>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
505 <active>False</active>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
506 <draw_indicator>True</draw_indicator>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
507 <group>emulator</group>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
508 <child>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
509 <padding>0</padding>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
510 <expand>False</expand>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
511 <fill>False</fill>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
512 </child>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
513 </widget>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
514
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
515 <widget>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
516 <class>GtkRadioButton</class>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
517 <name>cfg_emu_sidplayfp</name>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
518 <tooltip>Use libSIDPlayFP emulation, requires a high-end system due to accurate simulation of filter and cycle-accurate emulation.</tooltip>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
519 <can_focus>True</can_focus>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
520 <signal>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
521 <name>toggled</name>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
522 <handler>xs_cfg_emu_sidplay2_toggled</handler>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
523 <last_modification_time>Thu, 08 Nov 2012 19:41:06 GMT</last_modification_time>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
524 </signal>
29f3c3f29c0d Finalize libSIDPlay2 vs FP configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 790
diff changeset
525 <label>SIDPlay FP (cycle-exact, very accurate, slow)</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
526 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
527 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
528 <group>emulator</group>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
529 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
530 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
531 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
532 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
533 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
534 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
535 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
536 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
537
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
538 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
539 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
540 <name>cfg_memmode_frame</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
541 <border_width>4</border_width>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
542 <label>Memory mode:</label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
543 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
544 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
545 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
546 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
547 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
548 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
549 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
550
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
551 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
552 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
553 <name>w_vbox5</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
554 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
555 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
556 <spacing>2</spacing>
83
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_real</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>Real C64 (SIDPlay 2 only)</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
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 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
575 <name>cfg_emu_mem_banksw</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
576 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
577 <label>Bank switching</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
578 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
579 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
580 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
581 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
582 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
583 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
584 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
585 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
586 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
587
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
588 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
589 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
590 <name>cfg_emu_mem_transrom</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
591 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
592 <label>Transparent ROM</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
593 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
594 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
595 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
596 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
597 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
598 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
599 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
600 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
601 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
602
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
603 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
604 <class>GtkRadioButton</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
605 <name>cfg_emu_mem_playsid</name>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
606 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
607 <label>PlaySID environment</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
608 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
609 <draw_indicator>True</draw_indicator>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
610 <group>memorymode</group>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
611 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
612 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
613 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
614 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
615 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
616 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
617 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
618 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
619 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
620
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
621 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
622 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
623 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
624 <name>w_label2</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
625 <label>Emu#1</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
626 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
627 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
628 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
629 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
630 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
631 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
632 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
633
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
634 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
635 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
636 <name>w_vbox29</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
637 <homogeneous>False</homogeneous>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
638 <spacing>0</spacing>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
639
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
640 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
641 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
642 <name>cfg_sidplay2_frame</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
643 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
644 <label>SIDPlay 2 options:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
645 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
646 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
647 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
648 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
649 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
650 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
651 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
652
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
653 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
654 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
655 <name>w_vbox30</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
656 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
657 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
658 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
659
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
660 <widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
661 <class>GtkCheckButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
662 <name>cfg_emu_sp2_opt</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
663 <tooltip>This setting can be used to enable libSIDPlay2's &quot;optimization mode&quot;, which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy.</tooltip>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
664 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
665 <label>Optimization mode (faster, inaccurate)</label>
48
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
666 <active>False</active>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
667 <draw_indicator>True</draw_indicator>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
668 <child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
669 <padding>0</padding>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
670 <expand>False</expand>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
671 <fill>False</fill>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
672 </child>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
673 </widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
674
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
675 <widget>
9f3b5e7a0c15 Updated UI and docs
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
676 <class>GtkRadioButton</class>
773
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
677 <name>cfg_emu_sp2_resid_fp</name>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
678 <tooltip>reSID-FP is the heaviest and most accurate software SID-chip simulator based on SID reverse-engineering, created by Dag Lem, Antti Lankila and others. It is probably the closest thing to real SID available as software-only emulation.</tooltip>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
679 <can_focus>True</can_focus>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
680 <label>reSID-FP-emulation</label>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
681 <active>False</active>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
682 <draw_indicator>True</draw_indicator>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
683 <group>emutype</group>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
684 <child>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
685 <padding>0</padding>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
686 <expand>False</expand>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
687 <fill>False</fill>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
688 </child>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
689 </widget>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
690
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
691 <widget>
45108b3d88db Add resid-fp and resid backend to sidplay2fp support.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
692 <class>GtkRadioButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
693 <name>cfg_emu_sp2_resid</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
694 <tooltip>reSID is the software SID-chip simulator based on SID reverse-engineering, created by Dag Lem. It is probably the closest thing to real SID available as software-only emulation.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
695 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
696 <label>reSID-emulation</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
697 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
698 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
699 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
700 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
701 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
702 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
703 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
704 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
705 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
706
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 <class>GtkRadioButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
709 <name>cfg_emu_sp2_hardsid</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
710 <tooltip>HardSID is a EISA/PCI card for PC-compatibles, which can be fitted with a real SID-chip. Software can be used to control the HardSID and combined with software emulation of rest of C64 via libSIDPlay2 HardSID can be used to achieve &quot;near 100%&quot; similarity to real C64. For more information, see http://www.hardsid.com/</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
711 <can_focus>True</can_focus>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
712 <label>HardSID</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
713 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
714 <draw_indicator>True</draw_indicator>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
715 <group>emutype</group>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
716 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
717 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
718 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
719 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
720 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
721 </widget>
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>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
724
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
725 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
726 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
727 <name>cfg_resid_frame</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
728 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
729 <label>reSID sampling options:</label>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
730 <label_xalign>0</label_xalign>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
731 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
732 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
733 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
734 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
735 <fill>True</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
736 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
737
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
738 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
739 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
740 <name>w_vbox37</name>
511
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
741 <border_width>2</border_width>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
742 <homogeneous>False</homogeneous>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
743 <spacing>2</spacing>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
744
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
745 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
746 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
747 <name>cfg_emu_resid_fast</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
748 <tooltip>Fastest and also worst sounding sampling method, simply picks nearest neighbouring sample.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
749 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
750 <label>Fast (nearest neighbour)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
751 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
752 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
753 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
754 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
755 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
756 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
757 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
758 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
759 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
760
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
761 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
762 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
763 <name>cfg_emu_resid_int</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
764 <tooltip>Uses linear interpolation between samples, yielding higher audio quality with less sampling noise.</tooltip>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
765 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
766 <label>Linear interpolation</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
767 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
768 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
769 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
770 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
771 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
772 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
773 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
774 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
775 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
776
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
777 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
778 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
779 <name>cfg_emu_resid_res_fast</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
780 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
781 <label>Resampling</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
782 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
783 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
784 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
785 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
786 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
787 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
788 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
789 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
790 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
791
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
792 <widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
793 <class>GtkRadioButton</class>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
794 <name>cfg_emu_resid_res_int</name>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
795 <can_focus>True</can_focus>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
796 <label>Resampling (FIR)</label>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
797 <active>False</active>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
798 <draw_indicator>True</draw_indicator>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
799 <group>samplingtype</group>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
800 <child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
801 <padding>0</padding>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
802 <expand>False</expand>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
803 <fill>False</fill>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
804 </child>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
805 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
806 </widget>
e2c7ee8998da reSID sampling options in GUI. Not yet used, because libSIDPlay2 API does
Matti Hamalainen <ccr@tnsp.org>
parents: 494
diff changeset
807 </widget>
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
808
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
809 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
810 <class>GtkFrame</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
811 <name>cfg_rom_frame</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
812 <border_width>4</border_width>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
813 <label>C64 Kernal/Basic/Chargen ROMs:</label>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
814 <label_xalign>0</label_xalign>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
815 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
816 <child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
817 <padding>0</padding>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
818 <expand>False</expand>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
819 <fill>True</fill>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
820 </child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
821
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
822 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
823 <class>GtkHBox</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
824 <name>w_rom_hbox</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
825 <border_width>2</border_width>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
826 <homogeneous>False</homogeneous>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
827 <spacing>4</spacing>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
828
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
829 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
830 <class>GtkLabel</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
831 <name>cfg_rom_label1</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
832 <label>Path:</label>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
833 <justify>GTK_JUSTIFY_CENTER</justify>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
834 <wrap>False</wrap>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
835 <xalign>0.5</xalign>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
836 <yalign>0.5</yalign>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
837 <xpad>0</xpad>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
838 <ypad>0</ypad>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
839 <child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
840 <padding>0</padding>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
841 <expand>False</expand>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
842 <fill>False</fill>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
843 </child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
844 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
845
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
846 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
847 <class>GtkEntry</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
848 <name>cfg_rom_path</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
849 <can_focus>True</can_focus>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
850 <editable>True</editable>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
851 <text_visible>True</text_visible>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
852 <text_max_length>0</text_max_length>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
853 <text></text>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
854 <child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
855 <padding>0</padding>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
856 <expand>True</expand>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
857 <fill>True</fill>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
858 </child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
859 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
860
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
861 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
862 <class>GtkButton</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
863 <name>cfg_rom_browse</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
864 <can_focus>True</can_focus>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
865 <signal>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
866 <name>clicked</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
867 <handler>xs_cfg_rom_browse</handler>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
868 <last_modification_time>Fri, 09 Nov 2012 02:14:12 GMT</last_modification_time>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
869 </signal>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
870 <label>Browse</label>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
871 <relief>GTK_RELIEF_NORMAL</relief>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
872 <child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
873 <padding>0</padding>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
874 <expand>False</expand>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
875 <fill>False</fill>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
876 </child>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
877 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
878 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
879 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
880 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
881
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
882 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
883 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
884 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
885 <name>w_label48</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
886 <label>Emu#2</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
887 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
888 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
889 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
890 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
891 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
892 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
893 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
894
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
895 <widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
896 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
897 <name>w_vbox25</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
898 <border_width>4</border_width>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
899 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
900 <spacing>2</spacing>
7
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>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
903 <class>GtkCheckButton</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
904 <name>cfg_emu_filters</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
905 <tooltip>This option enables emulation of SID filter. The filter is an essential part of SID's sound capacity, but accurate emulation of it may require quite much CPU power. However, if filter emulation is disabled, tunes won't sound authentic at all if they utilize the filter.</tooltip>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
906 <can_focus>True</can_focus>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
907 <signal>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
908 <name>toggled</name>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
909 <handler>xs_cfg_emu_filters_toggled</handler>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
910 <last_modification_time>Mon, 15 Sep 2003 12:30:11 GMT</last_modification_time>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
911 </signal>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
912 <label>Emulate filters</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
913 <active>False</active>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
914 <draw_indicator>True</draw_indicator>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
915 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
916 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
917 <expand>False</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
918 <fill>False</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
919 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
920 </widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
921
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
922 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
923 <class>GtkNotebook</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
924 <name>cfg_filters_notebook</name>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
925 <can_focus>True</can_focus>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
926 <show_tabs>True</show_tabs>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
927 <show_border>True</show_border>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
928 <tab_pos>GTK_POS_TOP</tab_pos>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
929 <scrollable>False</scrollable>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
930 <tab_hborder>2</tab_hborder>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
931 <tab_vborder>2</tab_vborder>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
932 <popup_enable>False</popup_enable>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
933 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
934 <padding>0</padding>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
935 <expand>True</expand>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
936 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
937 </child>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
938
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
939 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
940 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
941 <name>cfg_box_filter_sidplay1</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
942 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
943 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
944 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
945
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
946 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
947 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
948 <name>cfg_sp1_frm_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
949 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
950 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
951 <label>FS</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
952 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
953 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
954 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
955 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
956 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
957 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
958 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
959
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
960 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
961 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
962 <name>cfg_sp1_filter_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
963 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
964 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
965 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
966 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
967 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
968 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
969 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
970 <upper>1000</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
971 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
972 <page>100</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
973 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
974 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
975 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
976
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
977 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
978 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
979 <name>cfg_sp1_frm_fm</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
980 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
981 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
982 <label>FM</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
983 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
984 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
985 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
986 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
987 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
988 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
989 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
990
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
991 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
992 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
993 <name>cfg_sp1_filter_fm</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
994 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
995 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
996 <value_pos>GTK_POS_TOP</value_pos>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
997 <digits>2</digits>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
998 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
999 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1000 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1001 <upper>100</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1002 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1003 <page>10</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1004 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1005 </widget>
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
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1008 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1009 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1010 <name>cfg_sp1_frm_ft</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1011 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1012 <width>45</width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1013 <label>FT</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1014 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1015 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1016 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1017 <padding>0</padding>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1018 <expand>True</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1019 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1020 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1021
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1022 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1023 <class>GtkVScale</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1024 <name>cfg_sp1_filter_ft</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1025 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1026 <draw_value>True</draw_value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1027 <value_pos>GTK_POS_TOP</value_pos>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1028 <digits>2</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1029 <policy>GTK_UPDATE_CONTINUOUS</policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1030 <value>0</value>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1031 <lower>0</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1032 <upper>1</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1033 <step>0.01</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1034 <page>0.1</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1035 <page_size>0</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1036 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1037 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1038
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1039 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1040 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1041 <name>w_vbox17</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1042 <border_width>4</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1043 <homogeneous>False</homogeneous>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1044 <spacing>8</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1045 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1046 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1047 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1048 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1049 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1050
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1051 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1052 <class>GtkButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1053 <name>cfg_sp1_filter_reset</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1054 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1055 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1056 <name>clicked</name>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1057 <handler>xs_cfg_sp1_filter_reset</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1058 <last_modification_time>Mon, 26 Feb 2007 13:43:48 GMT</last_modification_time>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1059 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1060 <label>Reset values</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1061 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1062 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1063 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1064 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1065 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1066 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1067 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1068 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1069 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1070
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1071 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1072 <class>GtkLabel</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1073 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1074 <name>w_label55</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1075 <label>SIDPlay1</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1076 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1077 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1078 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1079 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1080 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1081 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1082 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1083
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1084 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1085 <class>GtkVBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1086 <name>cfg_box_filter_sidplay2</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1087 <homogeneous>False</homogeneous>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1088 <spacing>0</spacing>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1089
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1090 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1091 <class>GtkHBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1092 <name>cfg_sp_filter_controlbox</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1093 <border_width>2</border_width>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1094 <homogeneous>False</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1095 <spacing>0</spacing>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1096 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1097 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1098 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1099 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1100 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1101
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1102 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1103 <class>GtkCombo</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1104 <name>cfg_sp2_filter_combo</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1105 <value_in_list>False</value_in_list>
573
Matti Hamalainen <ccr@tnsp.org>
parents: 569
diff changeset
1106 <ok_if_empty>False</ok_if_empty>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1107 <case_sensitive>False</case_sensitive>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1108 <use_arrows>True</use_arrows>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1109 <use_arrows_always>False</use_arrows_always>
573
Matti Hamalainen <ccr@tnsp.org>
parents: 569
diff changeset
1110 <items></items>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1111 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1112 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1113 <expand>True</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1114 <fill>True</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1115 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1116
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1117 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1118 <class>GtkEntry</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1119 <child_name>GtkCombo:entry</child_name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1120 <name>cfg_sp2_filter_combo_entry</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1121 <can_focus>True</can_focus>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1122 <editable>True</editable>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1123 <text_visible>True</text_visible>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1124 <text_max_length>0</text_max_length>
573
Matti Hamalainen <ccr@tnsp.org>
parents: 569
diff changeset
1125 <text></text>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1126 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1127 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1128
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1129 <widget>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1130 <class>GtkTable</class>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1131 <name>table3</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1132 <rows>2</rows>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1133 <columns>3</columns>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1134 <homogeneous>True</homogeneous>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1135 <row_spacing>0</row_spacing>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1136 <column_spacing>0</column_spacing>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1137 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1138 <padding>0</padding>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1139 <expand>False</expand>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1140 <fill>True</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1141 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1142
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1143 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1144 <class>GtkButton</class>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1145 <name>cfg_sp2_filter_export</name>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1146 <tooltip>Export all filters into a INI-format file.</tooltip>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1147 <can_default>True</can_default>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1148 <can_focus>True</can_focus>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1149 <signal>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1150 <name>clicked</name>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1151 <handler>xs_cfg_sp2_filter_export</handler>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1152 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1153 </signal>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1154 <label>Export</label>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1155 <relief>GTK_RELIEF_NORMAL</relief>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1156 <child>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1157 <left_attach>2</left_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1158 <right_attach>3</right_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1159 <top_attach>1</top_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1160 <bottom_attach>2</bottom_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1161 <xpad>0</xpad>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1162 <ypad>0</ypad>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1163 <xexpand>False</xexpand>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1164 <yexpand>False</yexpand>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1165 <xshrink>False</xshrink>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1166 <yshrink>False</yshrink>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1167 <xfill>True</xfill>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1168 <yfill>False</yfill>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1169 </child>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1170 </widget>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1171
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1172 <widget>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1173 <class>GtkButton</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1174 <name>cfg_sp2_filter_load</name>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1175 <tooltip>Load and use the selected filter.</tooltip>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1176 <can_default>True</can_default>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1177 <can_focus>True</can_focus>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1178 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1179 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1180 <handler>xs_cfg_sp2_filter_load</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1181 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1182 </signal>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1183 <label>&lt;- Use</label>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1184 <relief>GTK_RELIEF_NORMAL</relief>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1185 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1186 <left_attach>0</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1187 <right_attach>1</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1188 <top_attach>0</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1189 <bottom_attach>1</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1190 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1191 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1192 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1193 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1194 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1195 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1196 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1197 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1198 </child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1199 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1200
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1201 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1202 <class>GtkButton</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1203 <name>cfg_sp2_filter_save</name>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1204 <tooltip>Save the currently edited filter.</tooltip>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1205 <can_default>True</can_default>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1206 <can_focus>True</can_focus>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1207 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1208 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1209 <handler>xs_cfg_sp2_filter_save</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1210 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1211 </signal>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1212 <label>Save</label>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1213 <relief>GTK_RELIEF_NORMAL</relief>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1214 <child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1215 <left_attach>1</left_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1216 <right_attach>2</right_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1217 <top_attach>0</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1218 <bottom_attach>1</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1219 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1220 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1221 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1222 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1223 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1224 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1225 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1226 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1227 </child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1228 </widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1229
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1230 <widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1231 <class>GtkButton</class>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1232 <name>cfg_sp2_filter_import</name>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1233 <tooltip>Import a INI-format filter definition file.</tooltip>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1234 <can_default>True</can_default>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1235 <can_focus>True</can_focus>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1236 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1237 <name>clicked</name>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1238 <handler>xs_cfg_sp2_filter_import</handler>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1239 <last_modification_time>Mon, 26 Feb 2007 13:44:12 GMT</last_modification_time>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1240 </signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1241 <label>Import</label>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1242 <relief>GTK_RELIEF_NORMAL</relief>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1243 <child>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1244 <left_attach>1</left_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1245 <right_attach>2</right_attach>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1246 <top_attach>1</top_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1247 <bottom_attach>2</bottom_attach>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1248 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1249 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1250 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1251 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1252 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1253 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1254 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1255 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1256 </child>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1257 </widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1258
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1259 <widget>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1260 <class>GtkButton</class>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1261 <name>cfg_sp2_filter_delete</name>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1262 <tooltip>Delete the selected filter.</tooltip>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1263 <can_default>True</can_default>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1264 <can_focus>True</can_focus>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1265 <signal>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1266 <name>clicked</name>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1267 <handler>xs_cfg_sp2_filter_delete</handler>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1268 <last_modification_time>Thu, 15 Mar 2007 19:56:29 GMT</last_modification_time>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1269 </signal>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1270 <label>Delete</label>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1271 <relief>GTK_RELIEF_NORMAL</relief>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1272 <child>
569
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1273 <left_attach>2</left_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1274 <right_attach>3</right_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1275 <top_attach>0</top_attach>
f0ee6f19cdf5 Added 'delete' button to the filter editor.
Matti Hamalainen <ccr@tnsp.org>
parents: 568
diff changeset
1276 <bottom_attach>1</bottom_attach>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1277 <xpad>0</xpad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1278 <ypad>0</ypad>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1279 <xexpand>False</xexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1280 <yexpand>False</yexpand>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1281 <xshrink>False</xshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1282 <yshrink>False</yshrink>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1283 <xfill>True</xfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1284 <yfill>False</yfill>
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1285 </child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1286 </widget>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1287
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1288 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1289 <class>GtkButton</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1290 <name>cfg_sp2_filter_new</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1291 <tooltip>Create a new filter.</tooltip>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1292 <can_default>True</can_default>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1293 <can_focus>True</can_focus>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1294 <signal>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1295 <name>clicked</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1296 <handler>xs_cfg_sp2_filter_new</handler>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1297 <last_modification_time>Sat, 24 May 2008 02:36:37 GMT</last_modification_time>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1298 </signal>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1299 <label>New</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1300 <relief>GTK_RELIEF_NORMAL</relief>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1301 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1302 <left_attach>0</left_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1303 <right_attach>1</right_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1304 <top_attach>1</top_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1305 <bottom_attach>2</bottom_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1306 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1307 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1308 <xexpand>False</xexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1309 <yexpand>False</yexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1310 <xshrink>False</xshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1311 <yshrink>False</yshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1312 <xfill>True</xfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1313 <yfill>False</yfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1314 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1315 </widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1316 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1317 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1318
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1319 <widget>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1320 <class>GtkFrame</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1321 <name>cfg_sp2_filter_frame</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1322 <border_width>2</border_width>
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 549
diff changeset
1323 <height>250</height>
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
1324 <label>Filter:</label>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1325 <label_xalign>0</label_xalign>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1326 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1327 <child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1328 <padding>0</padding>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1329 <expand>True</expand>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1330 <fill>True</fill>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1331 </child>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1332
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1333 <widget>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1334 <class>Placeholder</class>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1335 </widget>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1336 </widget>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1337 </widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1338
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1339 <widget>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1340 <class>GtkLabel</class>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1341 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1342 <name>w_label56</name>
347
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1343 <label>SIDPlay2</label>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1344 <justify>GTK_JUSTIFY_CENTER</justify>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1345 <wrap>False</wrap>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1346 <xalign>0.5</xalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1347 <yalign>0.5</yalign>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1348 <xpad>0</xpad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1349 <ypad>0</ypad>
08e4408405aa GUI updates
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
1350 </widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1351 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1352 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1353
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1354 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1355 <class>GtkLabel</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1356 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1357 <name>w_label24</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1358 <label>Filters</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1359 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1360 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1361 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1362 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1363 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1364 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1365 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1366
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1367 <widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1368 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1369 <name>w_vbox20</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1370 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1371 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1372
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1373 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1374 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1375 <name>w_frame29</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1376 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1377 <label>Minimum playtime:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1378 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1379 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1380 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1381 <padding>0</padding>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
1382 <expand>False</expand>
308
ae5795ba5c77 Remove "only when song-length unknown" option from minimum playtime, it
Matti Hamalainen <ccr@tnsp.org>
parents: 285
diff changeset
1383 <fill>False</fill>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1384 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1385
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1386 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1387 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1388 <name>w_vbox32</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1389 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1390 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1391 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1392
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1393 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1394 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1395 <name>cfg_mintime_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1396 <tooltip>If enabled, the tune is played at least for the specified time, adding silence to the end if necessary.</tooltip>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1397 <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
1398 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1399 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1400 <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
1401 <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
1402 </signal>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1403 <label>Play at least for specified time</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1404 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1405 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1406 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1407 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1408 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1409 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1410 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1411 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1412
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1413 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1414 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1415 <name>cfg_mintime_box</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1416 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1417 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1418 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1419 <padding>2</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1420 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1421 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1422 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1423
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1424 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1425 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1426 <name>cfg_mintime_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1427 <label>Playtime:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1428 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1429 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1430 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1431 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1432 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1433 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1434 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1435 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1436 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1437 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1438 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1439 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1440
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1441 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1442 <class>GtkSpinButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1443 <name>cfg_mintime</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1444 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1445 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1446 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1447 <handler>xs_cfg_mintime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1448 <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
1449 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1450 <climb_rate>1</climb_rate>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1451 <digits>0</digits>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1452 <numeric>False</numeric>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1453 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1454 <snap>False</snap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1455 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1456 <value>15</value>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1457 <lower>1</lower>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1458 <upper>32767</upper>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1459 <step>1</step>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1460 <page>60</page>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1461 <page_size>60</page_size>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1462 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1463 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1464 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1465 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1466 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1467 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1468
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1469 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1470 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1471 <name>cfg_mintime_label2</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1472 <label>seconds</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1473 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1474 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1475 <xalign>0</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1476 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1477 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1478 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1479 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1480 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1481 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1482 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1483 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1484 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1485 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1486 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1487 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1488
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1489 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1490 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1491 <name>w_frame21</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1492 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1493 <label>Maximum playtime:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1494 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1495 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1496 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1497 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1498 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1499 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1500 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1501
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1502 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1503 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1504 <name>w_vbox21</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1505 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1506 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1507 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1508
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1509 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1510 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1511 <name>cfg_maxtime_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1512 <tooltip>If enabled, tune is played until specified duration is reached (aka maximum playtime).</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1513 <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
1514 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1515 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1516 <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
1517 <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
1518 </signal>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1519 <label>Play for specified time maximum</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1520 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1521 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1522 <child>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1523 <padding>0</padding>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1524 <expand>False</expand>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1525 <fill>False</fill>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1526 </child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1527 </widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1528
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1529 <widget>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1530 <class>GtkCheckButton</class>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1531 <name>cfg_maxtime_unknown</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1532 <tooltip>If enabled, the maximum playtime is applied only if song/tune length is not known.</tooltip>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1533 <can_focus>True</can_focus>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1534 <label>Only when song length is unknown</label>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1535 <active>False</active>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1536 <draw_indicator>True</draw_indicator>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1537 <child>
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1538 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1539 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1540 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1541 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1542 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1543
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1544 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1545 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1546 <name>cfg_maxtime_box</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1547 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1548 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1549 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1550 <padding>2</padding>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1551 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1552 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1553 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1554
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1555 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1556 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1557 <name>cfg_maxtime_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1558 <label>Playtime:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1559 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1560 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1561 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1562 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1563 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1564 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1565 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1566 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1567 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1568 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1569 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1570 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1571
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1572 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1573 <class>GtkSpinButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1574 <name>cfg_maxtime</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1575 <can_focus>True</can_focus>
173
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1576 <signal>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1577 <name>changed</name>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1578 <handler>xs_cfg_maxtime_changed</handler>
7515712b4af7 Tweakity tweak.
Matti Hamalainen <ccr@tnsp.org>
parents: 169
diff changeset
1579 <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
1580 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1581 <climb_rate>1</climb_rate>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1582 <digits>0</digits>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1583 <numeric>False</numeric>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1584 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1585 <snap>False</snap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1586 <wrap>False</wrap>
169
676ec1a1ab93 Minimum playtime option
Matti Hamalainen <ccr@tnsp.org>
parents: 168
diff changeset
1587 <value>150</value>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1588 <lower>1</lower>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1589 <upper>32767</upper>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1590 <step>1</step>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1591 <page>60</page>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1592 <page_size>60</page_size>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1593 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1594 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1595 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1596 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1597 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1598 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1599
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1600 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1601 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1602 <name>cfg_maxtime_label2</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1603 <label>seconds</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1604 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1605 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1606 <xalign>0</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1607 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1608 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1609 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1610 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1611 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1612 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1613 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1614 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1615 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1616 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1617 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1618 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1619
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1620 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1621 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1622 <name>w_frame18</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1623 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1624 <label>Song length database:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1625 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1626 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1627 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1628 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1629 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1630 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1631 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1632
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1633 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1634 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1635 <name>w_vbox18</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1636 <border_width>2</border_width>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1637 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1638 <spacing>2</spacing>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1639
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1640 <widget>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1641 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1642 <name>cfg_sld_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1643 <tooltip>This option enables using of XSIDPLAY compatible song length database. (Refer to XMMS-SID documentation for more information)</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1644 <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
1645 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1646 <name>toggled</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
1647 <handler>xs_cfg_sldb_enable_toggled</handler>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1648 <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
1649 </signal>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1650 <label>Use XSIDPLAY-compatible database</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1651 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1652 <draw_indicator>True</draw_indicator>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1653 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1654 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1655 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1656 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1657 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1658 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1659
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1660 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1661 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1662 <name>cfg_sld_box</name>
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
1663 <border_width>2</border_width>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1664 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1665 <spacing>4</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1666 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1667 <padding>0</padding>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1668 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1669 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1670 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1671
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1672 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1673 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1674 <name>cfg_sld_label1</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1675 <label>DB-file:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1676 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1677 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1678 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1679 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1680 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1681 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1682 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1683 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1684 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1685 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1686 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1687 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1688
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1689 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1690 <class>GtkEntry</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1691 <name>cfg_sld_dbpath</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1692 <tooltip>Database path and filename</tooltip>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1693 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1694 <editable>True</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1695 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1696 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1697 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1698 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1699 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1700 <expand>True</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1701 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1702 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1703 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1704
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1705 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1706 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1707 <name>cfg_sld_dbbrowse</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
1708 <tooltip>Browse for song length-database file</tooltip>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1709 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1710 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1711 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
1712 <handler>xs_cfg_sldb_browse</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1713 <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
1714 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1715 <label>Browse</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1716 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1717 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1718 <padding>0</padding>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1719 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1720 <fill>False</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1721 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1722 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1723 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1724 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1725 </widget>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1726 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1727
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1728 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1729 <class>GtkLabel</class>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1730 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1731 <name>w_label26</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1732 <label>Songlength</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1733 <justify>GTK_JUSTIFY_CENTER</justify>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1734 <wrap>False</wrap>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1735 <xalign>0.5</xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1736 <yalign>0.5</yalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1737 <xpad>0</xpad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1738 <ypad>0</ypad>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1739 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1740
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1741 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1742 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1743 <name>w_vbox33</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1744 <homogeneous>False</homogeneous>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1745 <spacing>0</spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1746
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1747 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1748 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1749 <name>w_frame7</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1750 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1751 <label>SID Tune Information List (STIL) database:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1752 <label_xalign>0</label_xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1753 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1754 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1755 <padding>0</padding>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1756 <expand>False</expand>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1757 <fill>True</fill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1758 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1759
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1760 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
1761 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1762 <name>w_vbox8</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
1763 <border_width>2</border_width>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1764 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
1765 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1766
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1767 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1768 <class>GtkCheckButton</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1769 <name>cfg_stil_enable</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1770 <tooltip>If this option is enabled (and the database &amp; HVSC settings below are correctly set), XMMS-SID will use and display additional information from STIL database when HVSC SIDs are played.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1771 <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
1772 <signal>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1773 <name>toggled</name>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1774 <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
1775 <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
1776 </signal>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1777 <label>Use STIL database</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1778 <active>False</active>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1779 <draw_indicator>True</draw_indicator>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1780 <child>
25
82f79aad24c2 Updated interface and information in NEWS
Matti Hamalainen <ccr@tnsp.org>
parents: 7
diff changeset
1781 <padding>0</padding>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1782 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1783 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1784 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1785 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1786
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1787 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1788 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1789 <name>cfg_stil_box1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1790 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1791 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1792 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1793 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1794 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1795 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1796 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1797
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1798 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1799 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1800 <name>cfg_stil_label1</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1801 <label>STIL file:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1802 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1803 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1804 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1805 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1806 <xpad>4</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1807 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1808 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1809 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1810 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1811 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1812 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1813 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1814
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1815 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1816 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1817 <name>w_alignment2</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1818 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1819 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1820 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1821 <yscale>1</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1822 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1823 <padding>4</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1824 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1825 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1826 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1827
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1828 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1829 <class>GtkEntry</class>
67
ac0ea330175a Added new options to configuration in GUI
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
1830 <name>cfg_stil_dbpath</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1831 <tooltip>Path and filename of STIL database file (STIL.txt), usually found from HVSC's DOCUMENTS-subdirectory.</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1832 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1833 <editable>True</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1834 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1835 <text_max_length>0</text_max_length>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1836 <text></text>
1
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 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1839
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1840 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1841 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1842 <name>w_alignment1</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1843 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1844 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1845 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1846 <xscale>1</xscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1847 <yscale>0.300001</yscale>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1848 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1849 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1850 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1851 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1852 <pack>GTK_PACK_END</pack>
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
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1855 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1856 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1857 <name>cfg_stil_browse</name>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1858 <tooltip>Browse for STIL-database file</tooltip>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1859 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1860 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1861 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1862 <handler>xs_cfg_stil_browse</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1863 <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
1864 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1865 <label>Browse</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1866 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1867 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1868 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1869 </widget>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1870
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1871 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1872 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1873 <name>cfg_stil_box2</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1874 <homogeneous>False</homogeneous>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1875 <spacing>0</spacing>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1876 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1877 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1878 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1879 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1880 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1881
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1882 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1883 <class>GtkLabel</class>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
1884 <name>cfg_hvsc_label1</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1885 <label>HVSC path:</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1886 <justify>GTK_JUSTIFY_CENTER</justify>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1887 <wrap>False</wrap>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1888 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1889 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1890 <xpad>4</xpad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1891 <ypad>0</ypad>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1892 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1893 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1894 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1895 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1896 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1897 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1898
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1899 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1900 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1901 <name>w_alignment6</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1902 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1903 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1904 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1905 <yscale>1</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1906 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1907 <padding>4</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1908 <expand>True</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1909 <fill>True</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1910 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1911
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1912 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1913 <class>GtkEntry</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1914 <name>cfg_hvsc_path</name>
266
cb218e92d1d4 Several kyrpe-paske fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
1915 <tooltip>Path to base-directory of your High Voltage SID Collection (HVSC), for example /media/C64Music/</tooltip>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1916 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1917 <editable>True</editable>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1918 <text_visible>True</text_visible>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1919 <text_max_length>0</text_max_length>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1920 <text></text>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1921 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1922 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1923
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1924 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1925 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1926 <name>w_alignment7</name>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1927 <border_width>4</border_width>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1928 <xalign>0.5</xalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1929 <yalign>0.5</yalign>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1930 <xscale>1</xscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1931 <yscale>0.300001</yscale>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1932 <child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1933 <padding>0</padding>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1934 <expand>False</expand>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1935 <fill>False</fill>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1936 <pack>GTK_PACK_END</pack>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1937 </child>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1938
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1939 <widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1940 <class>GtkButton</class>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1941 <name>cfg_hvsc_browse</name>
250
295c1b369d2f Unamericanization, added few tooltips.
Matti Hamalainen <ccr@tnsp.org>
parents: 243
diff changeset
1942 <tooltip>Browse for HVSC path</tooltip>
107
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1943 <can_focus>True</can_focus>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1944 <signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1945 <name>clicked</name>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1946 <handler>xs_cfg_hvsc_browse</handler>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1947 <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
1948 </signal>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1949 <label>Browse</label>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1950 <relief>GTK_RELIEF_NORMAL</relief>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1951 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1952 </widget>
c54b0c07a6d2 Added HVSC-path option
Matti Hamalainen <ccr@tnsp.org>
parents: 105
diff changeset
1953 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1954 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1955 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1956
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1957 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1958 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
1959 <name>w_frame16</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1960 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
1961 <label>Song name/title format:</label>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1962 <label_xalign>0</label_xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1963 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1964 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1965 <padding>0</padding>
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
1966 <expand>False</expand>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1967 <fill>True</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1968 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1969
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1970 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1971 <class>GtkVBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1972 <name>vbox1</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1973 <border_width>2</border_width>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1974 <homogeneous>False</homogeneous>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1975 <spacing>0</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1976
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1977 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1978 <class>GtkCheckButton</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1979 <name>cfg_ftitle_override</name>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
1980 <tooltip>XMMS v1.2.5 and later support generic titlestring formatting (see XMMS preferences). This option can be enabled to override those generic titles with XMMS-SID specific ones. Formatting mnemonics are explained briefly below.</tooltip>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1981 <can_focus>True</can_focus>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1982 <signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1983 <name>toggled</name>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1984 <handler>xs_cfg_ftitle_override_toggled</handler>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1985 <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
1986 </signal>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1987 <label>Override generic XMMS titles</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1988 <active>False</active>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1989 <draw_indicator>True</draw_indicator>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1990 <child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1991 <padding>0</padding>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1992 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1993 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1994 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1995 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1996
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
1997 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1998 <class>GtkVBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
1999 <name>cfg_ftitle_box</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2000 <homogeneous>False</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2001 <spacing>2</spacing>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2002 <child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2003 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2004 <expand>True</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2005 <fill>True</fill>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2006 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2007
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2008 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2009 <class>GtkEntry</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2010 <name>cfg_ftitle_format</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2011 <can_focus>True</can_focus>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2012 <editable>True</editable>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2013 <text_visible>True</text_visible>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2014 <text_max_length>0</text_max_length>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2015 <text></text>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2016 <child>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2017 <padding>2</padding>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2018 <expand>False</expand>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2019 <fill>False</fill>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2020 </child>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2021 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2022
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2023 <widget>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2024 <class>GtkHBox</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2025 <name>w_hbox9</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2026 <homogeneous>True</homogeneous>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2027 <spacing>0</spacing>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2028 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2029 <padding>2</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2030 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2031 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2032 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2033
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2034 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2035 <class>GtkLabel</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2036 <name>cfg_ftitle_desc1</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2037 <label>%% - '%' character
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2038 %p - Performer/composer
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2039 %t - Song name (title)
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2040 %c - Copyright
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2041 %s - File type
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2042 %m - SID model</label>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2043 <justify>GTK_JUSTIFY_LEFT</justify>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2044 <wrap>False</wrap>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2045 <xalign>0.04</xalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2046 <yalign>0.5</yalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2047 <xpad>0</xpad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2048 <ypad>0</ypad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2049 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2050 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2051 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2052 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2053 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2054 </widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2055
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2056 <widget>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2057 <class>GtkLabel</class>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2058 <name>cfg_ftitle_desc2</name>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2059 <label>%C - Speed/clock (PAL/NTSC)
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2060 %n - Subtune
375
d30be05ab5b0 Fixed configuration dialog dimensions/widget foldings; Fixed few tooltip
Matti Hamalainen <ccr@tnsp.org>
parents: 356
diff changeset
2061 %N - Number of subtunes
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2062 %f - Filename
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2063 %F - File path
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2064 %e - File extension</label>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2065 <justify>GTK_JUSTIFY_LEFT</justify>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2066 <wrap>False</wrap>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2067 <xalign>0.04</xalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2068 <yalign>0.5</yalign>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2069 <xpad>0</xpad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2070 <ypad>0</ypad>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2071 <child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2072 <padding>0</padding>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2073 <expand>False</expand>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2074 <fill>False</fill>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2075 </child>
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2076 </widget>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2077 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2078 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2079 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2080 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2081 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2082
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2083 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2084 <class>GtkLabel</class>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2085 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2086 <name>w_label23</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2087 <label>Title</label>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2088 <justify>GTK_JUSTIFY_CENTER</justify>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2089 <wrap>False</wrap>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2090 <xalign>0.5</xalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2091 <yalign>0.5</yalign>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2092 <xpad>0</xpad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2093 <ypad>0</ypad>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2094 </widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2095
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2096 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2097 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2098 <name>w_vbox19</name>
168
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2099 <homogeneous>False</homogeneous>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2100 <spacing>0</spacing>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2101
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2102 <widget>
0ccef55966fa Worked on GUI/configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 131
diff changeset
2103 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2104 <name>w_frame28</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2105 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2106 <label>Sub-tune control:</label>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2107 <label_xalign>0</label_xalign>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2108 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2109 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2110 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2111 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2112 <fill>True</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2113 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2114
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2115 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2116 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2117 <name>w_vbox31</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2118 <border_width>2</border_width>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2119 <homogeneous>False</homogeneous>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2120 <spacing>2</spacing>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2121
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2122 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2123 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2124 <name>cfg_subctrl_none</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2125 <tooltip>No sub-tune control.</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2126 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2127 <label>Disabled</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2128 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2129 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2130 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2131 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2132 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2133 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2134 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2135 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2136 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2137
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2138 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2139 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2140 <name>cfg_subctrl_seek</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2141 <tooltip>Seeking backwards/forwards selects previous/next sub-tune, similar to selector used in XMMS-SidPlay.</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2142 <can_focus>True</can_focus>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2143 <label>Seek back/forward changes sub-tune</label>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2144 <active>False</active>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2145 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2146 <group>subtune</group>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2147 <child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2148 <padding>0</padding>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2149 <expand>False</expand>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2150 <fill>False</fill>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2151 </child>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2152 </widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2153
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2154 <widget>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2155 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2156 <name>cfg_subctrl_popup</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2157 <tooltip>By pressing the seekbar a sub-tune control window pops up, in style of UADE (Unix Amiga Delitracker Emulator)</tooltip>
131
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2158 <can_focus>True</can_focus>
0d5d0126cce6 Added "seek"-subsong control option
Matti Hamalainen <ccr@tnsp.org>
parents: 129
diff changeset
2159 <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
2160 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2161 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2162 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2163 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2164 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2165 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2166 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2167 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2168 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2169
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2170 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2171 <class>GtkRadioButton</class>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2172 <name>cfg_subctrl_patch</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2173 <tooltip>Seekbar works as a sub-tune selector (Best option if you have patched your XMMS with the song-position patch.)</tooltip>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2174 <can_focus>True</can_focus>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2175 <label>Song-position patch</label>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2176 <active>False</active>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2177 <draw_indicator>True</draw_indicator>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2178 <group>subtune</group>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2179 <child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2180 <padding>0</padding>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2181 <expand>False</expand>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2182 <fill>False</fill>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2183 </child>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2184 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2185 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2186 </widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2187
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2188 <widget>
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2189 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2190 <name>w_frame31</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2191 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2192 <label>Automatic sub-tune changes:</label>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2193 <label_xalign>0</label_xalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2194 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2195 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2196 <padding>0</padding>
356
f979379cfb83 Minor configuration interface improvements, several tooltips added.
Matti Hamalainen <ccr@tnsp.org>
parents: 351
diff changeset
2197 <expand>False</expand>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2198 <fill>True</fill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2199 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2201 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2202 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2203 <name>w_vbox35</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2204 <border_width>2</border_width>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2205 <homogeneous>False</homogeneous>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2206 <spacing>2</spacing>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2207
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2208 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2209 <class>GtkCheckButton</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2210 <name>cfg_subauto_enable</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2211 <can_focus>True</can_focus>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2212 <signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2213 <name>toggled</name>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2214 <handler>xs_cfg_subauto_enable_toggled</handler>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2215 <last_modification_time>Thu, 19 Aug 2004 23:08:15 GMT</last_modification_time>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2216 </signal>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2217 <label>Go through all sub-tunes in file</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2218 <active>False</active>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2219 <draw_indicator>True</draw_indicator>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2220 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2221 <padding>0</padding>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2222 <expand>False</expand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2223 <fill>False</fill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2224 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2225 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2226
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2227 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2228 <class>GtkCheckButton</class>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2229 <name>cfg_subauto_min_only</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2230 <can_focus>True</can_focus>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2231 <signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2232 <name>toggled</name>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2233 <handler>xs_cfg_subauto_min_only_toggled</handler>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2234 <last_modification_time>Thu, 19 Aug 2004 23:08:05 GMT</last_modification_time>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2235 </signal>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2236 <label>Only tunes with specified minimum length </label>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2237 <active>False</active>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2238 <draw_indicator>True</draw_indicator>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2239 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2240 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2241 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2242 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2243 </child>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2244 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2245
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2246 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2247 <class>GtkHBox</class>
548
ba80c052e425 Configuration widget naming cleanups and GUI-related improvements;
Matti Hamalainen <ccr@tnsp.org>
parents: 531
diff changeset
2248 <name>cfg_subauto_box</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2249 <homogeneous>False</homogeneous>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2250 <spacing>2</spacing>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2251 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2252 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2253 <expand>True</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2254 <fill>True</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2255 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2256
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2257 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2258 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2259 <name>w_label52</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2260 <label>Playtime:</label>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2261 <justify>GTK_JUSTIFY_CENTER</justify>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2262 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2263 <xalign>0</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2264 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2265 <xpad>0</xpad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2266 <ypad>0</ypad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2267 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2268 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2269 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2270 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2271 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2272 </widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2273
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2274 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2275 <class>GtkSpinButton</class>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
2276 <name>cfg_subauto_mintime</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2277 <can_focus>True</can_focus>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2278 <climb_rate>1</climb_rate>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2279 <digits>0</digits>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2280 <numeric>False</numeric>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2281 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2282 <snap>False</snap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2283 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2284 <value>15</value>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2285 <lower>1</lower>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2286 <upper>32767</upper>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2287 <step>1</step>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2288 <page>60</page>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2289 <page_size>60</page_size>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2290 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2291 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2292 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2293 <fill>True</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2294 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2295 </widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2296
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2297 <widget>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2298 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2299 <name>w_label53</name>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2300 <label>seconds</label>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2301 <justify>GTK_JUSTIFY_CENTER</justify>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2302 <wrap>False</wrap>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2303 <xalign>0</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2304 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2305 <xpad>0</xpad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2306 <ypad>0</ypad>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2307 <child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2308 <padding>0</padding>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2309 <expand>False</expand>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2310 <fill>False</fill>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2311 </child>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2312 </widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2313 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2314 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2315 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2316
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2317 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2318 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2319 <name>w_frame22</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2320 <border_width>4</border_width>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2321 <label>Miscellaneous options:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2322 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2323 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2324 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2325 <padding>0</padding>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2326 <expand>False</expand>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2327 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2328 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2329
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2330 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2331 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2332 <name>w_vbox22</name>
83
77371e84bf33 Changed interface to include new settings
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
2333 <border_width>2</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2334 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2335 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2336
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2337 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2338 <class>GtkCheckButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2339 <name>cfg_detectmagic</name>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2340 <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
2341 <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
2342 <label>Detect file by contents (slower)</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2343 <active>False</active>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2344 <draw_indicator>True</draw_indicator>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2345 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2346 <padding>0</padding>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2347 <expand>False</expand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2348 <fill>False</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2349 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2350 </widget>
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 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2353 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2354
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2355 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2356 <class>GtkLabel</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2357 <child_name>Notebook:tab</child_name>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2358 <name>w_label3</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2359 <label>Misc</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2360 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2361 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2362 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2363 <yalign>0.5</yalign>
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 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2367 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2368
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2369 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2370 <class>GtkHButtonBox</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2371 <name>hbuttonbox1</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2372 <border_width>4</border_width>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2373 <layout_style>GTK_BUTTONBOX_END</layout_style>
494
d1ed5993a1a7 Cosmetics in configuration dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 489
diff changeset
2374 <spacing>0</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2375 <child_min_width>85</child_min_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2376 <child_min_height>30</child_min_height>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2377 <child_ipad_x>7</child_ipad_x>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2378 <child_ipad_y>0</child_ipad_y>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2379 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2380 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2381 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2382 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2383 <pack>GTK_PACK_END</pack>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2384 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2385
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2386 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2387 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2388 <name>cfg_ok</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2389 <tooltip>Accept and update changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2390 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2391 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2392 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2393 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2394 <handler>xs_cfg_ok</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2395 <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
2396 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2397 <label>OK</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2398 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2399 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2400
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2401 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2402 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2403 <name>cfg_cancel</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2404 <tooltip>Cancel any changes</tooltip>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2405 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2406 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2407 <signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2408 <name>clicked</name>
41
c145ff12f2d0 Various improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2409 <handler>xs_cfg_cancel</handler>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2410 <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
2411 </signal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2412 <label>Cancel</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2413 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2414 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2415 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2416 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2417 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2418
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2419 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2420 <class>GtkWindow</class>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2421 <name>xs_fileinfowin</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2422 <width>400</width>
285
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2423 <signal>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2424 <name>delete_event</name>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2425 <handler>xs_fileinfo_delete</handler>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2426 <last_modification_time>Sat, 25 Dec 2004 11:00:14 GMT</last_modification_time>
d43df1d6d766 Set fileinfo window's delete_event handler.
Matti Hamalainen <ccr@tnsp.org>
parents: 266
diff changeset
2427 </signal>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2428 <title>XMMS-SID Fileinfo</title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2429 <type>GTK_WINDOW_DIALOG</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2430 <position>GTK_WIN_POS_MOUSE</position>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2431 <modal>False</modal>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2432 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2433 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2434 <auto_shrink>False</auto_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2435
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2436 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2437 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2438 <name>w_vbox14</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2439 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2440 <spacing>0</spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2441
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2442 <widget>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2443 <class>GtkAlignment</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2444 <name>w_alignment8</name>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2445 <border_width>2</border_width>
203
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2446 <xalign>0.5</xalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2447 <yalign>0.5</yalign>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2448 <xscale>0.1</xscale>
4306881d0244 Reworking GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 200
diff changeset
2449 <yscale>1</yscale>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2450 <child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2451 <padding>0</padding>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2452 <expand>False</expand>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2453 <fill>False</fill>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2454 </child>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2455
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2456 <widget>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2457 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2458 <name>w_frame30</name>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2459 <border_width>2</border_width>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2460 <label_xalign>0</label_xalign>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2461 <shadow_type>GTK_SHADOW_OUT</shadow_type>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2462
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2463 <widget>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2464 <class>GtkHBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2465 <name>w_hbox19</name>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2466 <border_width>4</border_width>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2467 <homogeneous>False</homogeneous>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2468 <spacing>0</spacing>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2469
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2470 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2471 <class>GtkButton</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2472 <name>fileinfo_subctrl_prev</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2473 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2474 <signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2475 <name>clicked</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2476 <handler>xs_subctrl_prevsong</handler>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2477 <last_modification_time>Wed, 18 Aug 2004 01:40:46 GMT</last_modification_time>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2478 </signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2479 <label> &lt; </label>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2480 <relief>GTK_RELIEF_NORMAL</relief>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2481 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2482 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2483 <expand>False</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2484 <fill>False</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2485 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2486 </widget>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2487
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2488 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2489 <class>GtkHScale</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2490 <name>fileinfo_subctrl_adj</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2491 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2492 <draw_value>True</draw_value>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2493 <value_pos>GTK_POS_TOP</value_pos>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2494 <digits>0</digits>
183
Matti Hamalainen <ccr@tnsp.org>
parents: 179
diff changeset
2495 <policy>GTK_UPDATE_DELAYED</policy>
179
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2496 <value>0</value>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2497 <lower>0</lower>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2498 <upper>0</upper>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2499 <step>0</step>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2500 <page>0</page>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2501 <page_size>0</page_size>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2502 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2503 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2504 <expand>True</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2505 <fill>True</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2506 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2507 </widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2508
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2509 <widget>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2510 <class>GtkButton</class>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2511 <name>fileinfo_subctrl_next</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2512 <can_focus>True</can_focus>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2513 <signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2514 <name>clicked</name>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2515 <handler>xs_subctrl_nextsong</handler>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2516 <last_modification_time>Wed, 18 Aug 2004 01:41:09 GMT</last_modification_time>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2517 </signal>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2518 <label> &gt; </label>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2519 <relief>GTK_RELIEF_NORMAL</relief>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2520 <child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2521 <padding>0</padding>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2522 <expand>False</expand>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2523 <fill>False</fill>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2524 </child>
eee1b3230d70 Minor cosmetic touchup in the fileinfo dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
2525 </widget>
177
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2526 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2527 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2528 </widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2529
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2530 <widget>
6e350784aa57 Various cleanups. Min-playtime option now works. Configuration has more
Matti Hamalainen <ccr@tnsp.org>
parents: 173
diff changeset
2531 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2532 <name>w_frame14</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2533 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2534 <label>Song Information:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2535 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2536 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2537 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2538 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2539 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2540 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2541 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2542
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2543 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2544 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2545 <name>table1</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2546 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2547 <rows>4</rows>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2548 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2549 <homogeneous>False</homogeneous>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2550 <row_spacing>2</row_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2551 <column_spacing>4</column_spacing>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2552
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 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2555 <name>w_label16</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2556 <label>Filename:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2557 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2558 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2559 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2560 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2561 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2562 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2563 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2564 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2565 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2566 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2567 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2568 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2569 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2570 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2571 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2572 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2573 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2574 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2575 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2576 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2577 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2578
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2579 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2580 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2581 <name>w_label17</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2582 <label>Songname:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2583 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2584 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2585 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2586 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2587 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2588 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2589 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2590 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2591 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2592 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2593 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2594 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2595 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2596 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2597 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2598 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2599 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2600 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2601 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2602 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2603 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2604
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2605 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2606 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2607 <name>w_label18</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2608 <label>Composer:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2609 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2610 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2611 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2612 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2613 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2614 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2615 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2616 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2617 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2618 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2619 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2620 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2621 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2622 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2623 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2624 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2625 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2626 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2627 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2628 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2629 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2630
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2631 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2632 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2633 <name>w_label19</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2634 <label>Copyright:</label>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2635 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2636 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2637 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2638 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2639 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2640 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2641 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2642 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2643 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2644 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2645 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2646 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2647 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2648 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2649 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2650 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2651 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2652 <xfill>False</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2653 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2654 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2655 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2656
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2657 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2658 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2659 <name>fileinfo_filename</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2660 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2661 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2662 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2663 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2664 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2665 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2666 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2667 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2668 <top_attach>0</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2669 <bottom_attach>1</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2670 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2671 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2672 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2673 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2674 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2675 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2676 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2677 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2678 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2679 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2680
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2681 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2682 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2683 <name>fileinfo_songname</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2684 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2685 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2686 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2687 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2688 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2689 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2690 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2691 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2692 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2693 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2694 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2695 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2696 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2697 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2698 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2699 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2700 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2701 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2702 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2703 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2704
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2705 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2706 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2707 <name>fileinfo_composer</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2708 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2709 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2710 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2711 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2712 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2713 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2714 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2715 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2716 <top_attach>2</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2717 <bottom_attach>3</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2718 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2719 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2720 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2721 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2722 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2723 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2724 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2725 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2726 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2727 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2728
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2729 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2730 <class>GtkEntry</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2731 <name>fileinfo_copyright</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2732 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2733 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2734 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2735 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2736 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2737 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2738 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2739 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2740 <top_attach>3</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2741 <bottom_attach>4</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2742 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2743 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2744 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2745 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2746 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2747 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2748 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2749 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2750 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2751 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2752 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2753 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2754
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2755 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2756 <class>GtkFrame</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2757 <name>w_frame15</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2758 <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
2759 <label>Sub-tune Information:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2760 <label_xalign>0</label_xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2761 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2762 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2763 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2764 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2765 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2766 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2767
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2768 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2769 <class>GtkVBox</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2770 <name>w_vbox15</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2771 <homogeneous>False</homogeneous>
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2772 <spacing>2</spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2773
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2774 <widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2775 <class>GtkOptionMenu</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2776 <name>fileinfo_sub_tune</name>
481
a2c2af4295aa Updated documentation of titlestring mnemonics.
Matti Hamalainen <ccr@tnsp.org>
parents: 425
diff changeset
2777 <border_width>2</border_width>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2778 <can_focus>True</can_focus>
523
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2779 <items>
93df5319a83a Improvements in the UI. The code has not yet been amended to handle these changes, though, so builds/running will fail.
Matti Hamalainen <ccr@tnsp.org>
parents: 511
diff changeset
2780 </items>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2781 <initial_choice>0</initial_choice>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2782 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2783 <padding>0</padding>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
2784 <expand>False</expand>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
2785 <fill>False</fill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2786 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2787 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2788
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2789 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2790 <class>GtkTable</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2791 <name>table2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2792 <border_width>4</border_width>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2793 <rows>3</rows>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2794 <columns>2</columns>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2795 <homogeneous>False</homogeneous>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2796 <row_spacing>2</row_spacing>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2797 <column_spacing>4</column_spacing>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2798 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2799 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2800 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2801 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2802 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2803
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2804 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2805 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2806 <name>w_label41</name>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2807 <label>Author:</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2808 <justify>GTK_JUSTIFY_CENTER</justify>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2809 <wrap>False</wrap>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2810 <xalign>0.5</xalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2811 <yalign>0.5</yalign>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2812 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2813 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2814 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2815 <left_attach>0</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2816 <right_attach>1</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2817 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2818 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2819 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2820 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2821 <xexpand>False</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2822 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2823 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2824 <yshrink>False</yshrink>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2825 <xfill>True</xfill>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2826 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2827 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2828 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2829
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2830 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2831 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2832 <name>fileinfo_sub_author</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2833 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2834 <editable>False</editable>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2835 <text_visible>True</text_visible>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2836 <text_max_length>0</text_max_length>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2837 <text></text>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2838 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2839 <left_attach>1</left_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2840 <right_attach>2</right_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2841 <top_attach>1</top_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2842 <bottom_attach>2</bottom_attach>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2843 <xpad>0</xpad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2844 <ypad>0</ypad>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2845 <xexpand>True</xexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2846 <yexpand>False</yexpand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2847 <xshrink>False</xshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2848 <yshrink>False</yshrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2849 <xfill>True</xfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2850 <yfill>False</yfill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2851 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2852 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2853
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2854 <widget>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2855 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2856 <name>w_label50</name>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2857 <label>Name:</label>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2858 <justify>GTK_JUSTIFY_CENTER</justify>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2859 <wrap>False</wrap>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2860 <xalign>0.5</xalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2861 <yalign>0.5</yalign>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2862 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2863 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2864 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2865 <left_attach>0</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2866 <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
2867 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2868 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2869 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2870 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2871 <xexpand>False</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2872 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2873 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2874 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2875 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2876 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2877 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2878 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2879
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2880 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2881 <class>GtkEntry</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2882 <name>fileinfo_sub_name</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2883 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2884 <editable>False</editable>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2885 <text_visible>True</text_visible>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2886 <text_max_length>0</text_max_length>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2887 <text></text>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2888 <child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2889 <left_attach>1</left_attach>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2890 <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
2891 <top_attach>0</top_attach>
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2892 <bottom_attach>1</bottom_attach>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2893 <xpad>0</xpad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2894 <ypad>0</ypad>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2895 <xexpand>True</xexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2896 <yexpand>False</yexpand>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2897 <xshrink>False</xshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2898 <yshrink>False</yshrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2899 <xfill>True</xfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2900 <yfill>False</yfill>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2901 </child>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
2902 </widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2903
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2904 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2905 <class>GtkLabel</class>
531
92b6496c73b5 Changed labels in the Glade file.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
2906 <name>w_label51</name>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2907 <label>Duration:</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2908 <justify>GTK_JUSTIFY_CENTER</justify>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2909 <wrap>False</wrap>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2910 <xalign>0</xalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2911 <yalign>0.5</yalign>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2912 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2913 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2914 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2915 <left_attach>0</left_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2916 <right_attach>1</right_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2917 <top_attach>2</top_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2918 <bottom_attach>3</bottom_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2919 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2920 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2921 <xexpand>False</xexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2922 <yexpand>False</yexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2923 <xshrink>False</xshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2924 <yshrink>False</yshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2925 <xfill>True</xfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2926 <yfill>False</yfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2927 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2928 </widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2929
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2930 <widget>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2931 <class>GtkEntry</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2932 <name>entry1</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2933 <can_focus>True</can_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2934 <editable>False</editable>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2935 <text_visible>True</text_visible>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2936 <text_max_length>0</text_max_length>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2937 <text></text>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2938 <child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2939 <left_attach>1</left_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2940 <right_attach>2</right_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2941 <top_attach>2</top_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2942 <bottom_attach>3</bottom_attach>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2943 <xpad>0</xpad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2944 <ypad>0</ypad>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2945 <xexpand>True</xexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2946 <yexpand>False</yexpand>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2947 <xshrink>False</xshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2948 <yshrink>False</yshrink>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2949 <xfill>True</xfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2950 <yfill>False</yfill>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2951 </child>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2952 </widget>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2953 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2954
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2955 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2956 <class>GtkScrolledWindow</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2957 <name>scrolledwindow2</name>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2958 <border_width>4</border_width>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2959 <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2960 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2961 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2962 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2963 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2964 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2965 <expand>True</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2966 <fill>True</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2967 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2968
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2969 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2970 <class>GtkText</class>
120
b706f06946ba Updated some widget names to reflect changes in code.
Matti Hamalainen <ccr@tnsp.org>
parents: 113
diff changeset
2971 <name>fileinfo_sub_info</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2972 <can_focus>True</can_focus>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2973 <editable>False</editable>
105
e7e36095fa5a Removed predefined strings from fileinfo dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 101
diff changeset
2974 <text></text>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2975 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2976 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2977 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2978 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2979
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2980 <widget>
200
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2981 <class>GtkButton</class>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2982 <name>button2</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2983 <can_default>True</can_default>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2984 <has_default>True</has_default>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2985 <can_focus>True</can_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2986 <has_focus>True</has_focus>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2987 <signal>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2988 <name>clicked</name>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2989 <handler>xs_fileinfo_ok</handler>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2990 <last_modification_time>Sun, 11 Jan 2004 17:04:28 GMT</last_modification_time>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2991 </signal>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2992 <label>Close</label>
ec8b735f5418 Support for libNanoSID dropped.
Matti Hamalainen <ccr@tnsp.org>
parents: 183
diff changeset
2993 <relief>GTK_RELIEF_NORMAL</relief>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2994 <child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2995 <padding>0</padding>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2996 <expand>False</expand>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2997 <fill>False</fill>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2998 </child>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2999 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3000 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3001 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3002
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3003 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3004 <class>GtkFileSelection</class>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3005 <name>xs_sldb_fs</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3006 <border_width>10</border_width>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3007 <signal>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3008 <name>delete_event</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3009 <handler>xs_sldb_fs_delete</handler>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3010 <last_modification_time>Thu, 22 Mar 2007 15:08:51 GMT</last_modification_time>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3011 </signal>
259
b9bdf4c5baf0 Automatic subtune changing options.
Matti Hamalainen <ccr@tnsp.org>
parents: 250
diff changeset
3012 <title>Select HVSC song length database</title>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3013 <type>GTK_WINDOW_TOPLEVEL</type>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3014 <position>GTK_WIN_POS_NONE</position>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3015 <modal>True</modal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3016 <allow_shrink>False</allow_shrink>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3017 <allow_grow>True</allow_grow>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3018 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3019 <show_file_op_buttons>False</show_file_op_buttons>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3020
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3021 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3022 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3023 <child_name>FileSel:ok_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3024 <name>ok_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3025 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3026 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3027 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3028 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3029 <handler>xs_sldb_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3030 <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
3031 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3032 <label>OK</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3033 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3034 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3035
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3036 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3037 <class>GtkButton</class>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3038 <child_name>FileSel:cancel_button</child_name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3039 <name>cancel_button2</name>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3040 <can_default>True</can_default>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3041 <can_focus>True</can_focus>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3042 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3043 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3044 <handler>xs_sldb_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3045 <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
3046 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3047 <label>Cancel</label>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3048 <relief>GTK_RELIEF_NORMAL</relief>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3049 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3050 </widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3051
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3052 <widget>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3053 <class>GtkFileSelection</class>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3054 <name>xs_stil_fs</name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3055 <border_width>10</border_width>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3056 <signal>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3057 <name>delete_event</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3058 <handler>xs_stil_fs_delete</handler>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3059 <last_modification_time>Thu, 22 Mar 2007 15:09:06 GMT</last_modification_time>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3060 </signal>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3061 <title>Select STIL-database </title>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3062 <type>GTK_WINDOW_TOPLEVEL</type>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3063 <position>GTK_WIN_POS_NONE</position>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3064 <modal>True</modal>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3065 <allow_shrink>False</allow_shrink>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3066 <allow_grow>True</allow_grow>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3067 <auto_shrink>False</auto_shrink>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3068 <show_file_op_buttons>False</show_file_op_buttons>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3069
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3070 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3071 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3072 <child_name>FileSel:ok_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3073 <name>ok_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3074 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3075 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3076 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3077 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3078 <handler>xs_stil_fs_ok</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3079 <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
3080 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3081 <label>OK</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3082 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3083 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3084
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3085 <widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3086 <class>GtkButton</class>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3087 <child_name>FileSel:cancel_button</child_name>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3088 <name>cancel_button3</name>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3089 <can_default>True</can_default>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3090 <can_focus>True</can_focus>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3091 <signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3092 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3093 <handler>xs_stil_fs_cancel</handler>
7
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3094 <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
3095 </signal>
e5c49367b899 Updated to 0.8
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
3096 <label>Cancel</label>
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3097 <relief>GTK_RELIEF_NORMAL</relief>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3098 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3099 </widget>
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3100
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3101 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3102 <class>GtkFileSelection</class>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3103 <name>xs_hvsc_fs</name>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3104 <border_width>10</border_width>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3105 <signal>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3106 <name>delete_event</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3107 <handler>xs_hvsc_fs_delete</handler>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3108 <last_modification_time>Thu, 22 Mar 2007 15:09:24 GMT</last_modification_time>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3109 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3110 <title>Select HVSC location prefix</title>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3111 <type>GTK_WINDOW_TOPLEVEL</type>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3112 <position>GTK_WIN_POS_NONE</position>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3113 <modal>True</modal>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3114 <allow_shrink>False</allow_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3115 <allow_grow>True</allow_grow>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3116 <auto_shrink>False</auto_shrink>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3117 <show_file_op_buttons>False</show_file_op_buttons>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3118
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3119 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3120 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3121 <child_name>FileSel:ok_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3122 <name>ok_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3123 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3124 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3125 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3126 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3127 <handler>xs_hvsc_fs_ok</handler>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3128 <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
3129 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3130 <label>OK</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3131 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3132 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3133
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3134 <widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3135 <class>GtkButton</class>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3136 <child_name>FileSel:cancel_button</child_name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3137 <name>cancel_button4</name>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3138 <can_default>True</can_default>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3139 <can_focus>True</can_focus>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3140 <signal>
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3141 <name>clicked</name>
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 588
diff changeset
3142 <handler>xs_hvsc_fs_cancel</handler>
129
81f107af9922 Cleaned up docs and GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 126
diff changeset
3143 <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
3144 </signal>
108
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3145 <label>Cancel</label>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3146 <relief>GTK_RELIEF_NORMAL</relief>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3147 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3148 </widget>
b02ec9a84075 Added HVSC path-fileselector
Matti Hamalainen <ccr@tnsp.org>
parents: 107
diff changeset
3149
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3150 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3151 <class>GtkFileSelection</class>
588
15d511ab290a Changed some names.
Matti Hamalainen <ccr@tnsp.org>
parents: 587
diff changeset
3152 <name>xs_filter_import_fs</name>
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3153 <border_width>10</border_width>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3154 <signal>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3155 <name>delete_event</name>
588
15d511ab290a Changed some names.
Matti Hamalainen <ccr@tnsp.org>
parents: 587
diff changeset
3156 <handler>xs_filter_import_fs_delete</handler>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3157 <last_modification_time>Thu, 22 Mar 2007 15:09:39 GMT</last_modification_time>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3158 </signal>
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3159 <title>Select SIDPlay2 filters file for importing</title>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3160 <type>GTK_WINDOW_TOPLEVEL</type>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3161 <position>GTK_WIN_POS_NONE</position>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3162 <modal>True</modal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3163 <allow_shrink>False</allow_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3164 <allow_grow>True</allow_grow>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3165 <auto_shrink>False</auto_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3166 <show_file_op_buttons>False</show_file_op_buttons>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3167
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3168 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3169 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3170 <child_name>FileSel:ok_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3171 <name>ok_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3172 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3173 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3174 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3175 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3176 <handler>xs_filter_import_fs_ok</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3177 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3178 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3179 <label>OK</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3180 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3181 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3182
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3183 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3184 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3185 <child_name>FileSel:cancel_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3186 <name>cancel_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3187 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3188 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3189 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3190 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3191 <handler>xs_filter_import_fs_cancel</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3192 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3193 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3194 <label>Cancel</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3195 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3196 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3197 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3198
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3199 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3200 <class>GtkFileSelection</class>
588
15d511ab290a Changed some names.
Matti Hamalainen <ccr@tnsp.org>
parents: 587
diff changeset
3201 <name>xs_filter_export_fs</name>
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3202 <border_width>10</border_width>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3203 <signal>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3204 <name>delete_event</name>
588
15d511ab290a Changed some names.
Matti Hamalainen <ccr@tnsp.org>
parents: 587
diff changeset
3205 <handler>xs_filter_export_fs_delete</handler>
587
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3206 <last_modification_time>Thu, 22 Mar 2007 15:09:49 GMT</last_modification_time>
29a811fcdf15 Added 'delete' event to all Gtk dialog windows.
Matti Hamalainen <ccr@tnsp.org>
parents: 586
diff changeset
3207 </signal>
563
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3208 <title>Select SIDPlay2 filters file for exporting</title>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3209 <type>GTK_WINDOW_TOPLEVEL</type>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3210 <position>GTK_WIN_POS_NONE</position>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3211 <modal>True</modal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3212 <allow_shrink>False</allow_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3213 <allow_grow>True</allow_grow>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3214 <auto_shrink>False</auto_shrink>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3215 <show_file_op_buttons>False</show_file_op_buttons>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3216
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3217 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3218 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3219 <child_name>FileSel:ok_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3220 <name>ok_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3221 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3222 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3223 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3224 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3225 <handler>xs_filter_export_fs_ok</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3226 <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3227 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3228 <label>OK</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3229 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3230 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3231
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3232 <widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3233 <class>GtkButton</class>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3234 <child_name>FileSel:cancel_button</child_name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3235 <name>cancel_button64</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3236 <can_default>True</can_default>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3237 <can_focus>True</can_focus>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3238 <signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3239 <name>clicked</name>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3240 <handler>xs_filter_export_fs_cancel</handler>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3241 <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3242 </signal>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3243 <label>Cancel</label>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3244 <relief>GTK_RELIEF_NORMAL</relief>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3245 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3246 </widget>
8e1f8e3f0b63 Added file dialogs for importing and exporting of filters.
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
3247
603
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3248 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3249 <class>GtkDialog</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3250 <name>xs_confirmwin</name>
613
353dae3b8505 Added delete_event to confirmwin.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
3251 <signal>
353dae3b8505 Added delete_event to confirmwin.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
3252 <name>delete_event</name>
353dae3b8505 Added delete_event to confirmwin.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
3253 <handler>xs_confirmwin_delete</handler>
353dae3b8505 Added delete_event to confirmwin.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
3254 <last_modification_time>Sat, 01 Sep 2007 23:40:50 GMT</last_modification_time>
353dae3b8505 Added delete_event to confirmwin.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
3255 </signal>
603
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3256 <title>Confirm selected action</title>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3257 <type>GTK_WINDOW_DIALOG</type>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3258 <position>GTK_WIN_POS_NONE</position>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3259 <modal>False</modal>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3260 <allow_shrink>True</allow_shrink>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3261 <allow_grow>True</allow_grow>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3262 <auto_shrink>False</auto_shrink>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3263
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3264 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3265 <class>GtkVBox</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3266 <child_name>Dialog:vbox</child_name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3267 <name>dialog-vbox1</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3268 <homogeneous>False</homogeneous>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3269 <spacing>0</spacing>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3270
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3271 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3272 <class>GtkHBox</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3273 <child_name>Dialog:action_area</child_name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3274 <name>dialog-action_area1</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3275 <border_width>6</border_width>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3276 <homogeneous>True</homogeneous>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3277 <spacing>5</spacing>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3278 <child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3279 <padding>0</padding>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3280 <expand>False</expand>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3281 <fill>True</fill>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3282 <pack>GTK_PACK_END</pack>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3283 </child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3284
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3285 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3286 <class>GtkHButtonBox</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3287 <name>hbuttonbox2</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3288 <layout_style>GTK_BUTTONBOX_END</layout_style>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3289 <spacing>8</spacing>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3290 <child_min_width>85</child_min_width>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3291 <child_min_height>27</child_min_height>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3292 <child_ipad_x>0</child_ipad_x>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3293 <child_ipad_y>0</child_ipad_y>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3294 <child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3295 <padding>0</padding>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3296 <expand>True</expand>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3297 <fill>True</fill>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3298 </child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3299
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3300 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3301 <class>GtkButton</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3302 <name>xs_confirm_yes</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3303 <can_default>True</can_default>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3304 <can_focus>True</can_focus>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3305 <label>Yes</label>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3306 <relief>GTK_RELIEF_NORMAL</relief>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3307 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3308
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3309 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3310 <class>GtkButton</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3311 <name>xs_confirm_no</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3312 <can_default>True</can_default>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3313 <can_focus>True</can_focus>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3314 <label>No</label>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3315 <relief>GTK_RELIEF_NORMAL</relief>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3316 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3317 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3318 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3319
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3320 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3321 <class>GtkFrame</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3322 <name>xs_confirm_frame</name>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3323 <border_width>6</border_width>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3324 <label>Confirm selected action</label>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3325 <label_xalign>0</label_xalign>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3326 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3327 <child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3328 <padding>0</padding>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3329 <expand>True</expand>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3330 <fill>True</fill>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3331 </child>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3332
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3333 <widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3334 <class>Placeholder</class>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3335 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3336 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3337 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3338 </widget>
b02642940638 Added confirmation dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3339
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3340 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3341 <class>GtkDialog</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3342 <name>xs_filter_newwin</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3343 <signal>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3344 <name>delete_event</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3345 <handler>xs_filter_newwin_delete</handler>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3346 <last_modification_time>Mon, 09 Feb 2009 11:44:21 GMT</last_modification_time>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3347 </signal>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3348 <title>Create new filter</title>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3349 <type>GTK_WINDOW_TOPLEVEL</type>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3350 <position>GTK_WIN_POS_NONE</position>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3351 <modal>False</modal>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3352 <allow_shrink>True</allow_shrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3353 <allow_grow>True</allow_grow>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3354 <auto_shrink>False</auto_shrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3355
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3356 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3357 <class>GtkVBox</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3358 <child_name>Dialog:vbox</child_name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3359 <name>dialog-vbox2</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3360 <homogeneous>False</homogeneous>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3361 <spacing>0</spacing>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3362
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3363 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3364 <class>GtkHBox</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3365 <child_name>Dialog:action_area</child_name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3366 <name>dialog-action_area2</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3367 <border_width>10</border_width>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3368 <homogeneous>True</homogeneous>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3369 <spacing>5</spacing>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3370 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3371 <padding>0</padding>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3372 <expand>False</expand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3373 <fill>True</fill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3374 <pack>GTK_PACK_END</pack>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3375 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3376
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3377 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3378 <class>GtkHButtonBox</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3379 <name>hbuttonbox3</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3380 <layout_style>GTK_BUTTONBOX_END</layout_style>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3381 <spacing>8</spacing>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3382 <child_min_width>85</child_min_width>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3383 <child_min_height>27</child_min_height>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3384 <child_ipad_x>0</child_ipad_x>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3385 <child_ipad_y>0</child_ipad_y>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3386 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3387 <padding>0</padding>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3388 <expand>True</expand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3389 <fill>True</fill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3390 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3391
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3392 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3393 <class>GtkButton</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3394 <name>xs_filter_new_create</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3395 <can_default>True</can_default>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3396 <can_focus>True</can_focus>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3397 <label>Create</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3398 <relief>GTK_RELIEF_NORMAL</relief>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3399 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3400
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3401 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3402 <class>GtkButton</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3403 <name>xs_filter_new_cancel</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3404 <can_default>True</can_default>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3405 <can_focus>True</can_focus>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3406 <label>Cancel</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3407 <relief>GTK_RELIEF_NORMAL</relief>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3408 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3409 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3410 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3411
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3412 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3413 <class>GtkFrame</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3414 <name>frame1</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3415 <border_width>6</border_width>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3416 <label>Filter parameters</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3417 <label_xalign>0</label_xalign>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3418 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3419 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3420 <padding>0</padding>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3421 <expand>True</expand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3422 <fill>True</fill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3423 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3424
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3425 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3426 <class>GtkTable</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3427 <name>table4</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3428 <border_width>4</border_width>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3429 <rows>2</rows>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3430 <columns>2</columns>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3431 <homogeneous>False</homogeneous>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3432 <row_spacing>4</row_spacing>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3433 <column_spacing>4</column_spacing>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3434
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3435 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3436 <class>GtkEntry</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3437 <name>xs_filter_new_name</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3438 <can_focus>True</can_focus>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3439 <editable>True</editable>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3440 <text_visible>True</text_visible>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3441 <text_max_length>0</text_max_length>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3442 <text></text>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3443 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3444 <left_attach>1</left_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3445 <right_attach>2</right_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3446 <top_attach>0</top_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3447 <bottom_attach>1</bottom_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3448 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3449 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3450 <xexpand>True</xexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3451 <yexpand>False</yexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3452 <xshrink>False</xshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3453 <yshrink>False</yshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3454 <xfill>True</xfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3455 <yfill>False</yfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3456 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3457 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3458
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3459 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3460 <class>GtkCombo</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3461 <name>xs_filter_new_type_combo</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3462 <value_in_list>False</value_in_list>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3463 <ok_if_empty>False</ok_if_empty>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3464 <case_sensitive>False</case_sensitive>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3465 <use_arrows>True</use_arrows>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3466 <use_arrows_always>False</use_arrows_always>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3467 <items></items>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3468 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3469 <left_attach>1</left_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3470 <right_attach>2</right_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3471 <top_attach>1</top_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3472 <bottom_attach>2</bottom_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3473 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3474 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3475 <xexpand>True</xexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3476 <yexpand>False</yexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3477 <xshrink>False</xshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3478 <yshrink>False</yshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3479 <xfill>True</xfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3480 <yfill>False</yfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3481 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3482
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3483 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3484 <class>GtkEntry</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3485 <child_name>GtkCombo:entry</child_name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3486 <name>xs_filter_new_type</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3487 <can_focus>True</can_focus>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3488 <editable>False</editable>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3489 <text_visible>True</text_visible>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3490 <text_max_length>0</text_max_length>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3491 <text></text>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3492 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3493 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3494
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3495 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3496 <class>GtkLabel</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3497 <name>label1</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3498 <label>Name:</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3499 <justify>GTK_JUSTIFY_CENTER</justify>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3500 <wrap>False</wrap>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3501 <xalign>0</xalign>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3502 <yalign>0.5</yalign>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3503 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3504 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3505 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3506 <left_attach>0</left_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3507 <right_attach>1</right_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3508 <top_attach>0</top_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3509 <bottom_attach>1</bottom_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3510 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3511 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3512 <xexpand>False</xexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3513 <yexpand>False</yexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3514 <xshrink>False</xshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3515 <yshrink>False</yshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3516 <xfill>True</xfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3517 <yfill>False</yfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3518 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3519 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3520
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3521 <widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3522 <class>GtkLabel</class>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3523 <name>label2</name>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3524 <label>Type:</label>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3525 <justify>GTK_JUSTIFY_CENTER</justify>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3526 <wrap>False</wrap>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3527 <xalign>0</xalign>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3528 <yalign>0.5</yalign>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3529 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3530 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3531 <child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3532 <left_attach>0</left_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3533 <right_attach>1</right_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3534 <top_attach>1</top_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3535 <bottom_attach>2</bottom_attach>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3536 <xpad>0</xpad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3537 <ypad>0</ypad>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3538 <xexpand>False</xexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3539 <yexpand>False</yexpand>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3540 <xshrink>False</xshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3541 <yshrink>False</yshrink>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3542 <xfill>True</xfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3543 <yfill>False</yfill>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3544 </child>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3545 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3546 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3547 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3548 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3549 </widget>
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 613
diff changeset
3550
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3551 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3552 <class>GtkFileSelection</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3553 <name>xs_rom_fs</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3554 <border_width>10</border_width>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3555 <signal>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3556 <name>delete_event</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3557 <handler>xs_rom_fs_delete</handler>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3558 <last_modification_time>Fri, 09 Nov 2012 02:20:19 GMT</last_modification_time>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3559 </signal>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3560 <title>Select path to C64 ROM images</title>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3561 <type>GTK_WINDOW_TOPLEVEL</type>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3562 <position>GTK_WIN_POS_NONE</position>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3563 <modal>True</modal>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3564 <allow_shrink>False</allow_shrink>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3565 <allow_grow>True</allow_grow>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3566 <auto_shrink>False</auto_shrink>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3567 <show_file_op_buttons>False</show_file_op_buttons>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3568
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3569 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3570 <class>GtkButton</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3571 <child_name>FileSel:ok_button</child_name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3572 <name>ok_button65</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3573 <can_default>True</can_default>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3574 <can_focus>True</can_focus>
874
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3575 <signal>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3576 <name>clicked</name>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3577 <handler>xs_rom_fs_ok</handler>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3578 <last_modification_time>Fri, 09 Nov 2012 03:05:42 GMT</last_modification_time>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3579 </signal>
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3580 <label>OK</label>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3581 <relief>GTK_RELIEF_NORMAL</relief>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3582 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3583
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3584 <widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3585 <class>GtkButton</class>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3586 <child_name>FileSel:cancel_button</child_name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3587 <name>cancel_button65</name>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3588 <can_default>True</can_default>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3589 <can_focus>True</can_focus>
874
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3590 <signal>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3591 <name>clicked</name>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3592 <handler>xs_rom_fs_cancel</handler>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3593 <last_modification_time>Fri, 09 Nov 2012 03:06:07 GMT</last_modification_time>
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
3594 </signal>
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3595 <label>Cancel</label>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3596 <relief>GTK_RELIEF_NORMAL</relief>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3597 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3598 </widget>
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 839
diff changeset
3599
899
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3600 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3601 <class>GtkDialog</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3602 <name>xs_messagebox</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3603 <width>350</width>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3604 <height>150</height>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3605 <signal>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3606 <name>delete_event</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3607 <handler>xs_confirmwin_delete</handler>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3608 <last_modification_time>Sat, 01 Sep 2007 23:40:50 GMT</last_modification_time>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3609 </signal>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3610 <title>Message title</title>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3611 <type>GTK_WINDOW_DIALOG</type>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3612 <position>GTK_WIN_POS_CENTER</position>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3613 <modal>True</modal>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3614 <default_width>350</default_width>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3615 <default_height>150</default_height>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3616 <allow_shrink>False</allow_shrink>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3617 <allow_grow>True</allow_grow>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3618 <auto_shrink>False</auto_shrink>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3619
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3620 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3621 <class>GtkVBox</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3622 <child_name>Dialog:vbox</child_name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3623 <name>vbox2</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3624 <homogeneous>False</homogeneous>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3625 <spacing>0</spacing>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3626
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3627 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3628 <class>GtkHBox</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3629 <child_name>Dialog:action_area</child_name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3630 <name>hbox1</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3631 <border_width>6</border_width>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3632 <homogeneous>True</homogeneous>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3633 <spacing>5</spacing>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3634 <child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3635 <padding>0</padding>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3636 <expand>False</expand>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3637 <fill>True</fill>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3638 <pack>GTK_PACK_END</pack>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3639 </child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3640
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3641 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3642 <class>GtkHButtonBox</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3643 <name>hbuttonbox4</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3644 <layout_style>GTK_BUTTONBOX_END</layout_style>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3645 <spacing>8</spacing>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3646 <child_min_width>85</child_min_width>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3647 <child_min_height>27</child_min_height>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3648 <child_ipad_x>0</child_ipad_x>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3649 <child_ipad_y>0</child_ipad_y>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3650 <child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3651 <padding>0</padding>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3652 <expand>True</expand>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3653 <fill>True</fill>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3654 </child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3655
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3656 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3657 <class>GtkButton</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3658 <name>xs_messagebox_ok</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3659 <can_default>True</can_default>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3660 <can_focus>True</can_focus>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3661 <label>Ok</label>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3662 <relief>GTK_RELIEF_NORMAL</relief>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3663 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3664 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3665 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3666
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3667 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3668 <class>GtkFrame</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3669 <name>xs_messagebox_frame</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3670 <border_width>6</border_width>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3671 <label>Message title</label>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3672 <label_xalign>0</label_xalign>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3673 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3674 <child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3675 <padding>0</padding>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3676 <expand>True</expand>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3677 <fill>True</fill>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3678 </child>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3679
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3680 <widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3681 <class>GtkLabel</class>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3682 <name>xs_messagebox_msg</name>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3683 <label>label3</label>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3684 <justify>GTK_JUSTIFY_CENTER</justify>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3685 <wrap>True</wrap>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3686 <xalign>0.5</xalign>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3687 <yalign>0.5</yalign>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3688 <xpad>0</xpad>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3689 <ypad>0</ypad>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3690 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3691 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3692 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3693 </widget>
f02613ceadcf Update glade file to include the message box.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
3694
1
183e7cbc1036 Initial revision
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3695 </GTK-Interface>