comparison xmms-sid.glade @ 489:8f3b957769de

Use combobox for audio frequency selection.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 15:48:01 +0000
parents a2c2af4295aa
children d1ed5993a1a7
comparison
equal deleted inserted replaced
488:ffc508cefbef 489:8f3b957769de
212 <border_width>4</border_width> 212 <border_width>4</border_width>
213 <homogeneous>False</homogeneous> 213 <homogeneous>False</homogeneous>
214 <spacing>0</spacing> 214 <spacing>0</spacing>
215 215
216 <widget> 216 <widget>
217 <class>GtkOptionMenu</class> 217 <class>GtkCombo</class>
218 <name>cfg_samplerate_menu</name> 218 <name>cfg_samplerate_combo</name>
219 <can_focus>True</can_focus> 219 <value_in_list>False</value_in_list>
220 <signal> 220 <ok_if_empty>False</ok_if_empty>
221 <name>clicked</name> 221 <case_sensitive>False</case_sensitive>
222 <handler>xs_cfg_samplerate_menu_clicked</handler> 222 <use_arrows>True</use_arrows>
223 <last_modification_time>Wed, 12 Jan 2005 01:52:36 GMT</last_modification_time> 223 <use_arrows_always>False</use_arrows_always>
224 </signal>
225 <items>8000 224 <items>8000
226 11025 225 11025
227 22050 226 22050
228 44100 227 44100
229 48000 228 48000
230 64000 229 64000
231 96000 230 96000
232 </items> 231 </items>
233 <initial_choice>3</initial_choice>
234 <child> 232 <child>
235 <padding>0</padding> 233 <padding>0</padding>
236 <expand>False</expand> 234 <expand>False</expand>
237 <fill>False</fill> 235 <fill>False</fill>
238 </child> 236 </child>
237
238 <widget>
239 <class>GtkEntry</class>
240 <child_name>GtkCombo:entry</child_name>
241 <name>cfg_samplerate</name>
242 <can_focus>True</can_focus>
243 <editable>True</editable>
244 <text_visible>True</text_visible>
245 <text_max_length>10</text_max_length>
246 <text>8000</text>
247 </widget>
239 </widget> 248 </widget>
240 249
241 <widget> 250 <widget>
242 <class>GtkLabel</class> 251 <class>GtkLabel</class>
243 <name>label8</name> 252 <name>label8</name>
254 <fill>True</fill> 263 <fill>True</fill>
255 </child> 264 </child>
256 </widget> 265 </widget>
257 266
258 <widget> 267 <widget>
259 <class>GtkVSeparator</class>
260 <name>vseparator1</name>
261 <child>
262 <padding>0</padding>
263 <expand>True</expand>
264 <fill>True</fill>
265 </child>
266 </widget>
267
268 <widget>
269 <class>GtkSpinButton</class>
270 <name>cfg_samplerate</name>
271 <can_focus>True</can_focus>
272 <climb_rate>8000</climb_rate>
273 <digits>0</digits>
274 <numeric>True</numeric>
275 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
276 <snap>False</snap>
277 <wrap>False</wrap>
278 <value>44100</value>
279 <lower>8000</lower>
280 <upper>128000</upper>
281 <step>1</step>
282 <page>10</page>
283 <page_size>10</page_size>
284 <child>
285 <padding>0</padding>
286 <expand>True</expand>
287 <fill>True</fill>
288 </child>
289 </widget>
290
291 <widget>
292 <class>GtkLabel</class> 268 <class>GtkLabel</class>
293 <name>label54</name> 269 <name>label54</name>
294 <label>Hz</label> 270 <label></label>
295 <justify>GTK_JUSTIFY_CENTER</justify> 271 <justify>GTK_JUSTIFY_CENTER</justify>
296 <wrap>False</wrap> 272 <wrap>False</wrap>
297 <xalign>0.5</xalign> 273 <xalign>0.5</xalign>
298 <yalign>0.5</yalign> 274 <yalign>0.5</yalign>
299 <xpad>0</xpad> 275 <xpad>0</xpad>