~hairy-palms-19/decibel-audio-player/decibel-gtk3-port

« back to all changes in this revision

Viewing changes to res/AudioCD.ui

  • Committer: François Ingelrest
  • Date: 2011-08-18 09:01:47 UTC
  • Revision ID: francois.ingelrest@gmail.com-20110818090147-jfp24ps9kpdqgtbk
* Convert from Libglade to GtkBuilder (#799738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<glade-interface>
3
 
<widget class="GtkWindow" id="win-main">
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
<requires lib="gtk+" version="2.16"/>
 
4
<object class="GtkWindow" id="win-main">
4
5
<property name="window_position">center</property>
5
6
<child>
6
 
<widget class="GtkVBox" id="vbox1">
 
7
<object class="GtkVBox" id="vbox1">
7
8
<property name="border_width">12</property>
8
9
<property name="spacing">18</property>
9
10
<child>
10
 
<widget class="GtkVBox" id="vbox2">
 
11
<object class="GtkVBox" id="vbox2">
11
12
<property name="spacing">18</property>
12
13
<child>
13
 
<widget class="GtkFrame" id="frame1">
 
14
<object class="GtkFrame" id="frame1">
14
15
<property name="label_xalign">0</property>
15
16
<property name="shadow_type">none</property>
16
17
<child>
17
 
<widget class="GtkAlignment" id="alignment1">
 
18
<object class="GtkAlignment" id="alignment1">
18
19
<property name="top_padding">6</property>
19
20
<property name="left_padding">12</property>
20
21
<child>
21
 
<widget class="GtkVBox" id="vbox4">
 
22
<object class="GtkVBox" id="vbox4">
22
23
<property name="spacing">6</property>
23
24
<child>
24
 
<widget class="GtkCheckButton" id="chk-useCDDB">
 
25
<object class="GtkCheckButton" id="chk-useCDDB">
25
26
<property name="label" translatable="yes">Download disc information</property>
26
27
<property name="can_focus">True</property>
27
28
<property name="receives_default">False</property>
28
 
<property name="tooltip" translatable="yes">Download disc information from an online database</property>
 
29
<property name="tooltip_text" translatable="yes">Download disc information from an online database</property>
29
30
<property name="draw_indicator">True</property>
30
 
</widget>
 
31
</object>
31
32
<packing>
32
33
<property name="position">0</property>
33
34
</packing>
34
35
</child>
35
36
<child>
36
 
<widget class="GtkCheckButton" id="chk-useCache">
 
37
<object class="GtkCheckButton" id="chk-useCache">
37
38
<property name="label" translatable="yes">Save information in a local cache</property>
38
39
<property name="can_focus">True</property>
39
40
<property name="receives_default">False</property>
40
 
<property name="tooltip" translatable="yes">Save disc information on your hard drive</property>
 
41
<property name="tooltip_text" translatable="yes">Save disc information on your hard drive</property>
41
42
<property name="draw_indicator">True</property>
42
 
</widget>
 
43
</object>
43
44
<packing>
44
45
<property name="position">1</property>
45
46
</packing>
46
47
</child>
47
48
<child>
48
 
<widget class="GtkHButtonBox" id="hbuttonbox3">
 
49
<object class="GtkHButtonBox" id="hbuttonbox3">
49
50
<child>
50
 
<widget class="GtkButton" id="btn-clearCache">
 
51
<object class="GtkButton" id="btn-clearCache">
51
52
<property name="can_focus">True</property>
52
53
<property name="receives_default">True</property>
53
 
<property name="tooltip" translatable="yes">Remove all disc information from your hard drive</property>
54
 
<child>
55
 
<widget class="GtkHBox" id="hbox3">
56
 
<child>
57
 
<widget class="GtkImage" id="image1">
 
54
<property name="tooltip_text" translatable="yes">Remove all disc information from your hard drive</property>
 
55
<child>
 
56
<object class="GtkHBox" id="hbox3">
 
57
<child>
 
58
<object class="GtkImage" id="image1">
58
59
<property name="stock">gtk-clear</property>
59
 
</widget>
 
60
</object>
60
61
<packing>
61
62
<property name="position">0</property>
62
63
</packing>
63
64
</child>
64
65
<child>
65
 
<widget class="GtkLabel" id="label2">
 
66
<object class="GtkLabel" id="label2">
66
67
<property name="label" translatable="yes">Clear cache</property>
67
 
</widget>
 
68
</object>
68
69
<packing>
69
70
<property name="position">1</property>
70
71
</packing>
71
72
</child>
72
 
</widget>
 
73
</object>
73
74
</child>
74
 
</widget>
 
75
</object>
75
76
<packing>
76
77
<property name="expand">False</property>
77
78
<property name="fill">False</property>
78
79
<property name="position">0</property>
79
80
</packing>
80
81
</child>
81
 
</widget>
 
82
</object>
82
83
<packing>
83
84
<property name="position">2</property>
84
85
</packing>
85
86
</child>
86
 
</widget>
87
 
</child>
88
 
</widget>
89
 
</child>
90
 
<child>
91
 
<widget class="GtkLabel" id="label1">
 
87
</object>
 
88
</child>
 
89
</object>
 
90
</child>
 
91
<child type="label">
 
92
<object class="GtkLabel" id="label1">
92
93
<property name="label" translatable="yes">&lt;b&gt;CDDB&lt;/b&gt;</property>
93
94
<property name="use_markup">True</property>
94
 
</widget>
95
 
<packing>
96
 
<property name="type">label_item</property>
97
 
</packing>
 
95
</object>
98
96
</child>
99
 
</widget>
 
97
</object>
100
98
<packing>
101
99
<property name="expand">False</property>
102
100
<property name="position">0</property>
103
101
</packing>
104
102
</child>
105
103
<child>
106
 
<widget class="GtkFrame" id="frame3">
 
104
<object class="GtkFrame" id="frame3">
107
105
<property name="label_xalign">0</property>
108
106
<property name="shadow_type">none</property>
109
107
<child>
110
 
<widget class="GtkAlignment" id="alignment3">
 
108
<object class="GtkAlignment" id="alignment3">
111
109
<property name="top_padding">6</property>
112
110
<property name="left_padding">12</property>
113
111
<child>
114
 
<widget class="GtkVBox" id="vbox3">
115
 
<property name="spacing">6</property>
116
 
<child>
117
 
<widget class="GtkHBox" id="hbox2">
118
 
<property name="spacing">6</property>
119
 
<child>
120
 
<widget class="GtkLabel" id="label4">
 
112
<object class="GtkVBox" id="vbox3">
 
113
<property name="spacing">6</property>
 
114
<child>
 
115
<object class="GtkHBox" id="hbox2">
 
116
<property name="spacing">6</property>
 
117
<child>
 
118
<object class="GtkLabel" id="label4">
121
119
<property name="label" translatable="yes">CD-ROM device:</property>
122
 
</widget>
 
120
</object>
123
121
<packing>
124
122
<property name="expand">False</property>
125
123
<property name="position">0</property>
126
124
</packing>
127
125
</child>
128
126
<child>
129
 
<widget class="GtkEntry" id="txt-device">
 
127
<object class="GtkEntry" id="txt-device">
130
128
<property name="can_focus">True</property>
131
 
<property name="tooltip" translatable="yes">Location of your CD-ROM device</property>
132
 
</widget>
 
129
<property name="tooltip_text" translatable="yes">Location of your CD-ROM device</property>
 
130
</object>
133
131
<packing>
134
132
<property name="position">1</property>
135
133
</packing>
136
134
</child>
137
 
</widget>
 
135
</object>
138
136
<packing>
139
137
<property name="position">0</property>
140
138
</packing>
141
139
</child>
142
140
<child>
143
 
<widget class="GtkHBox" id="hbox4">
 
141
<object class="GtkHBox" id="hbox4">
144
142
<property name="visible">True</property>
145
143
<property name="spacing">6</property>
146
144
<child>
147
 
<widget class="GtkLabel" id="label5">
 
145
<object class="GtkLabel" id="label5">
148
146
<property name="visible">True</property>
149
147
<property name="label" translatable="yes">CD-ROM read speed:</property>
150
 
</widget>
 
148
</object>
151
149
<packing>
152
150
<property name="expand">False</property>
153
151
<property name="position">0</property>
154
152
</packing>
155
153
</child>
156
154
<child>
157
 
<widget class="GtkComboBox" id="combo-read-speed">
 
155
<object class="GtkComboBox" id="combo-read-speed">
158
156
<property name="visible">True</property>
159
 
</widget>
160
 
<packing>
161
 
<property name="position">1</property>
162
 
</packing>
163
 
</child>
164
 
</widget>
165
 
<packing>
166
 
<property name="position">1</property>
167
 
</packing>
168
 
</child>
169
 
</widget>
170
 
</child>
171
 
</widget>
172
 
</child>
173
 
<child>
174
 
<widget class="GtkLabel" id="label3">
 
157
</object>
 
158
<packing>
 
159
<property name="position">1</property>
 
160
</packing>
 
161
</child>
 
162
</object>
 
163
<packing>
 
164
<property name="position">1</property>
 
165
</packing>
 
166
</child>
 
167
</object>
 
168
</child>
 
169
</object>
 
170
</child>
 
171
<child type="label">
 
172
<object class="GtkLabel" id="label3">
175
173
<property name="label" translatable="yes">&lt;b&gt;Miscellaneous&lt;/b&gt;</property>
176
174
<property name="use_markup">True</property>
177
 
</widget>
178
 
<packing>
179
 
<property name="type">label_item</property>
180
 
</packing>
 
175
</object>
181
176
</child>
182
 
</widget>
 
177
</object>
183
178
<packing>
184
179
<property name="expand">False</property>
185
180
<property name="position">1</property>
186
181
</packing>
187
182
</child>
188
 
</widget>
 
183
</object>
189
184
<packing>
190
185
<property name="position">0</property>
191
186
</packing>
192
187
</child>
193
188
<child>
194
 
<widget class="GtkHSeparator" id="hseparator1"/>
 
189
<object class="GtkHSeparator" id="hseparator1"/>
195
190
<packing>
196
191
<property name="expand">False</property>
197
192
<property name="position">1</property>
198
193
</packing>
199
194
</child>
200
195
<child>
201
 
<widget class="GtkHBox" id="hbox1">
 
196
<object class="GtkHBox" id="hbox1">
202
197
<property name="spacing">6</property>
203
198
<child>
204
 
<widget class="GtkHButtonBox" id="hbuttonbox1">
 
199
<object class="GtkHButtonBox" id="hbuttonbox1">
205
200
<child>
206
 
<widget class="GtkButton" id="btn-help">
 
201
<object class="GtkButton" id="btn-help">
207
202
<property name="label">gtk-help</property>
208
203
<property name="can_focus">True</property>
209
204
<property name="receives_default">True</property>
210
205
<property name="use_stock">True</property>
211
 
</widget>
 
206
</object>
212
207
<packing>
213
208
<property name="expand">False</property>
214
209
<property name="fill">False</property>
215
210
<property name="position">0</property>
216
211
</packing>
217
212
</child>
218
 
</widget>
 
213
</object>
219
214
<packing>
220
215
<property name="expand">False</property>
221
216
<property name="position">0</property>
222
217
</packing>
223
218
</child>
224
219
<child>
225
 
<widget class="GtkHButtonBox" id="hbuttonbox2">
 
220
<object class="GtkHButtonBox" id="hbuttonbox2">
226
221
<property name="spacing">12</property>
227
222
<property name="layout_style">end</property>
228
223
<child>
229
 
<widget class="GtkButton" id="btn-cancel">
 
224
<object class="GtkButton" id="btn-cancel">
230
225
<property name="label">gtk-cancel</property>
231
226
<property name="can_focus">True</property>
232
227
<property name="receives_default">True</property>
233
228
<property name="use_stock">True</property>
234
 
</widget>
 
229
</object>
235
230
<packing>
236
231
<property name="expand">False</property>
237
232
<property name="fill">False</property>
239
234
</packing>
240
235
</child>
241
236
<child>
242
 
<widget class="GtkButton" id="btn-ok">
 
237
<object class="GtkButton" id="btn-ok">
243
238
<property name="label">gtk-ok</property>
244
239
<property name="can_focus">True</property>
245
240
<property name="receives_default">True</property>
246
241
<property name="use_stock">True</property>
247
 
</widget>
 
242
</object>
248
243
<packing>
249
244
<property name="expand">False</property>
250
245
<property name="fill">False</property>
251
246
<property name="position">1</property>
252
247
</packing>
253
248
</child>
254
 
</widget>
 
249
</object>
255
250
<packing>
256
251
<property name="position">1</property>
257
252
</packing>
258
253
</child>
259
 
</widget>
 
254
</object>
260
255
<packing>
261
256
<property name="expand">False</property>
262
257
<property name="position">2</property>
263
258
</packing>
264
259
</child>
265
 
</widget>
 
260
</object>
266
261
</child>
267
 
</widget>
268
 
</glade-interface>
 
262
</object>
 
263
</interface>