1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
6 <widget class="GtkDialog" id="tx_options">
7 <property name="visible">True</property>
8 <property name="title" translatable="yes">terminatorX: Preferences</property>
9 <property name="type">GTK_WINDOW_TOPLEVEL</property>
10 <property name="window_position">GTK_WIN_POS_NONE</property>
11 <property name="modal">False</property>
12 <property name="resizable">True</property>
13 <property name="destroy_with_parent">False</property>
14 <property name="has_separator">True</property>
15 <signal name="destroy" handler="on_tx_options_destroy" last_modification_time="Thu, 20 Mar 2003 20:37:26 GMT"/>
17 <child internal-child="vbox">
18 <widget class="GtkVBox" id="dialog-vbox1">
19 <property name="visible">True</property>
20 <property name="homogeneous">False</property>
21 <property name="spacing">0</property>
23 <child internal-child="action_area">
24 <widget class="GtkHButtonBox" id="dialog-action_area1">
25 <property name="visible">True</property>
26 <property name="layout_style">GTK_BUTTONBOX_END</property>
29 <widget class="GtkButton" id="pref_cancel">
30 <property name="visible">True</property>
31 <property name="can_default">True</property>
32 <property name="can_focus">True</property>
33 <property name="label">gtk-cancel</property>
34 <property name="use_stock">True</property>
35 <property name="relief">GTK_RELIEF_NORMAL</property>
36 <property name="response_id">-6</property>
37 <signal name="clicked" handler="on_pref_cancel_clicked" last_modification_time="Thu, 20 Mar 2003 20:35:33 GMT"/>
42 <widget class="GtkButton" id="pref_apply">
43 <property name="visible">True</property>
44 <property name="can_default">True</property>
45 <property name="can_focus">True</property>
46 <property name="label">gtk-apply</property>
47 <property name="use_stock">True</property>
48 <property name="relief">GTK_RELIEF_NORMAL</property>
49 <property name="response_id">-10</property>
50 <signal name="clicked" handler="on_pref_apply_clicked" last_modification_time="Thu, 20 Mar 2003 20:35:38 GMT"/>
55 <widget class="GtkButton" id="pref_ok">
56 <property name="visible">True</property>
57 <property name="can_default">True</property>
58 <property name="can_focus">True</property>
59 <property name="label">gtk-ok</property>
60 <property name="use_stock">True</property>
61 <property name="relief">GTK_RELIEF_NORMAL</property>
62 <property name="response_id">-5</property>
63 <signal name="clicked" handler="on_pref_ok_clicked" last_modification_time="Thu, 20 Mar 2003 20:35:43 GMT"/>
68 <property name="padding">0</property>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">GTK_PACK_END</property>
76 <widget class="GtkNotebook" id="notebook1">
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="show_tabs">True</property>
80 <property name="show_border">True</property>
81 <property name="tab_pos">GTK_POS_TOP</property>
82 <property name="scrollable">False</property>
83 <property name="enable_popup">False</property>
86 <widget class="GtkTable" id="table4">
87 <property name="border_width">4</property>
88 <property name="visible">True</property>
89 <property name="n_rows">2</property>
90 <property name="n_columns">2</property>
91 <property name="homogeneous">False</property>
92 <property name="row_spacing">2</property>
93 <property name="column_spacing">2</property>
96 <widget class="GtkLabel" id="label18">
97 <property name="visible">True</property>
98 <property name="label" translatable="yes">Use Driver:</property>
99 <property name="use_underline">False</property>
100 <property name="use_markup">False</property>
101 <property name="justify">GTK_JUSTIFY_LEFT</property>
102 <property name="wrap">False</property>
103 <property name="selectable">False</property>
104 <property name="xalign">0</property>
105 <property name="yalign">0.5</property>
106 <property name="xpad">0</property>
107 <property name="ypad">0</property>
110 <property name="left_attach">0</property>
111 <property name="right_attach">1</property>
112 <property name="top_attach">0</property>
113 <property name="bottom_attach">1</property>
114 <property name="x_options">fill</property>
115 <property name="y_options"></property>
120 <widget class="GtkHBox" id="hbox2">
121 <property name="visible">True</property>
122 <property name="homogeneous">False</property>
123 <property name="spacing">5</property>
126 <widget class="GtkRadioButton" id="oss_driver">
127 <property name="visible">True</property>
128 <property name="tooltip" translatable="yes">Use the OSS (Open Sound System) driver for audio output.</property>
129 <property name="can_focus">True</property>
130 <property name="label" translatable="yes">OSS</property>
131 <property name="use_underline">True</property>
132 <property name="relief">GTK_RELIEF_NORMAL</property>
133 <property name="active">False</property>
134 <property name="inconsistent">False</property>
135 <property name="draw_indicator">True</property>
138 <property name="padding">0</property>
139 <property name="expand">False</property>
140 <property name="fill">False</property>
145 <widget class="GtkRadioButton" id="alsa_driver">
146 <property name="visible">True</property>
147 <property name="tooltip" translatable="yes">Use the ALSA (Advanced Linux Sound System) driver for audio output.</property>
148 <property name="can_focus">True</property>
149 <property name="label" translatable="yes">ALSA</property>
150 <property name="use_underline">True</property>
151 <property name="relief">GTK_RELIEF_NORMAL</property>
152 <property name="active">False</property>
153 <property name="inconsistent">False</property>
154 <property name="draw_indicator">True</property>
155 <property name="group">oss_driver</property>
158 <property name="padding">0</property>
159 <property name="expand">False</property>
160 <property name="fill">False</property>
165 <widget class="GtkRadioButton" id="jack_driver">
166 <property name="visible">True</property>
167 <property name="tooltip" translatable="yes">Use the JACK (JACK Audio Connection Kit) driver for audio output.</property>
168 <property name="can_focus">True</property>
169 <property name="label" translatable="yes">JACK</property>
170 <property name="use_underline">True</property>
171 <property name="relief">GTK_RELIEF_NORMAL</property>
172 <property name="active">False</property>
173 <property name="inconsistent">False</property>
174 <property name="draw_indicator">True</property>
175 <property name="group">oss_driver</property>
178 <property name="padding">0</property>
179 <property name="expand">False</property>
180 <property name="fill">False</property>
185 <property name="left_attach">1</property>
186 <property name="right_attach">2</property>
187 <property name="top_attach">0</property>
188 <property name="bottom_attach">1</property>
189 <property name="y_options">fill</property>
194 <widget class="GtkLabel" id="label19">
195 <property name="visible">True</property>
196 <property name="label" translatable="yes">Latency:</property>
197 <property name="use_underline">False</property>
198 <property name="use_markup">False</property>
199 <property name="justify">GTK_JUSTIFY_LEFT</property>
200 <property name="wrap">False</property>
201 <property name="selectable">False</property>
202 <property name="xalign">0</property>
203 <property name="yalign">0.5</property>
204 <property name="xpad">0</property>
205 <property name="ypad">0</property>
208 <property name="left_attach">0</property>
209 <property name="right_attach">1</property>
210 <property name="top_attach">1</property>
211 <property name="bottom_attach">2</property>
212 <property name="x_options">fill</property>
213 <property name="y_options"></property>
218 <widget class="GtkHBox" id="hbox3">
219 <property name="visible">True</property>
220 <property name="homogeneous">False</property>
221 <property name="spacing">0</property>
224 <widget class="GtkButton" id="measure_latency">
225 <property name="visible">True</property>
226 <property name="can_focus">True</property>
227 <property name="label" translatable="yes">Measure</property>
228 <property name="use_underline">True</property>
229 <property name="relief">GTK_RELIEF_NORMAL</property>
232 <property name="padding">0</property>
233 <property name="expand">False</property>
234 <property name="fill">False</property>
239 <widget class="GtkLabel" id="label20">
240 <property name="visible">True</property>
241 <property name="label" translatable="yes">-- ms</property>
242 <property name="use_underline">False</property>
243 <property name="use_markup">False</property>
244 <property name="justify">GTK_JUSTIFY_LEFT</property>
245 <property name="wrap">False</property>
246 <property name="selectable">False</property>
247 <property name="xalign">0.5</property>
248 <property name="yalign">0.5</property>
249 <property name="xpad">0</property>
250 <property name="ypad">0</property>
253 <property name="padding">0</property>
254 <property name="expand">True</property>
255 <property name="fill">True</property>
260 <property name="left_attach">1</property>
261 <property name="right_attach">2</property>
262 <property name="top_attach">1</property>
263 <property name="bottom_attach">2</property>
264 <property name="x_options">fill</property>
265 <property name="y_options">fill</property>
270 <property name="tab_expand">False</property>
271 <property name="tab_fill">True</property>
276 <widget class="GtkLabel" id="label1">
277 <property name="visible">True</property>
278 <property name="label" translatable="yes">Audio</property>
279 <property name="use_underline">False</property>
280 <property name="use_markup">False</property>
281 <property name="justify">GTK_JUSTIFY_LEFT</property>
282 <property name="wrap">False</property>
283 <property name="selectable">False</property>
284 <property name="xalign">0.5</property>
285 <property name="yalign">0.5</property>
286 <property name="xpad">0</property>
287 <property name="ypad">0</property>
290 <property name="type">tab</property>
295 <widget class="GtkTable" id="table5">
296 <property name="border_width">4</property>
297 <property name="visible">True</property>
298 <property name="n_rows">4</property>
299 <property name="n_columns">2</property>
300 <property name="homogeneous">False</property>
301 <property name="row_spacing">2</property>
302 <property name="column_spacing">2</property>
305 <widget class="GtkLabel" id="label21">
306 <property name="visible">True</property>
307 <property name="label" translatable="yes">Audio Device:</property>
308 <property name="use_underline">False</property>
309 <property name="use_markup">False</property>
310 <property name="justify">GTK_JUSTIFY_LEFT</property>
311 <property name="wrap">False</property>
312 <property name="selectable">False</property>
313 <property name="xalign">0</property>
314 <property name="yalign">0.5</property>
315 <property name="xpad">0</property>
316 <property name="ypad">0</property>
319 <property name="left_attach">0</property>
320 <property name="right_attach">1</property>
321 <property name="top_attach">0</property>
322 <property name="bottom_attach">1</property>
323 <property name="x_options">fill</property>
324 <property name="y_options"></property>
329 <widget class="GtkLabel" id="label22">
330 <property name="visible">True</property>
331 <property name="label" translatable="yes">No. of Buffers:</property>
332 <property name="use_underline">False</property>
333 <property name="use_markup">False</property>
334 <property name="justify">GTK_JUSTIFY_LEFT</property>
335 <property name="wrap">False</property>
336 <property name="selectable">False</property>
337 <property name="xalign">0</property>
338 <property name="yalign">0.5</property>
339 <property name="xpad">0</property>
340 <property name="ypad">0</property>
343 <property name="left_attach">0</property>
344 <property name="right_attach">1</property>
345 <property name="top_attach">1</property>
346 <property name="bottom_attach">2</property>
347 <property name="x_options">fill</property>
348 <property name="y_options"></property>
353 <widget class="GtkLabel" id="label23">
354 <property name="visible">True</property>
355 <property name="label" translatable="yes">Buffersize (2^x):</property>
356 <property name="use_underline">False</property>
357 <property name="use_markup">False</property>
358 <property name="justify">GTK_JUSTIFY_LEFT</property>
359 <property name="wrap">False</property>
360 <property name="selectable">False</property>
361 <property name="xalign">0</property>
362 <property name="yalign">0.5</property>
363 <property name="xpad">0</property>
364 <property name="ypad">0</property>
367 <property name="left_attach">0</property>
368 <property name="right_attach">1</property>
369 <property name="top_attach">2</property>
370 <property name="bottom_attach">3</property>
371 <property name="x_options">fill</property>
372 <property name="y_options"></property>
377 <widget class="GtkLabel" id="label24">
378 <property name="visible">True</property>
379 <property name="label" translatable="yes">Samplerate (Hz):</property>
380 <property name="use_underline">False</property>
381 <property name="use_markup">False</property>
382 <property name="justify">GTK_JUSTIFY_LEFT</property>
383 <property name="wrap">False</property>
384 <property name="selectable">False</property>
385 <property name="xalign">0</property>
386 <property name="yalign">0.5</property>
387 <property name="xpad">0</property>
388 <property name="ypad">0</property>
391 <property name="left_attach">0</property>
392 <property name="right_attach">1</property>
393 <property name="top_attach">3</property>
394 <property name="bottom_attach">4</property>
395 <property name="x_options">fill</property>
396 <property name="y_options"></property>
401 <widget class="GtkCombo" id="oss_audio_device">
402 <property name="visible">True</property>
403 <property name="value_in_list">False</property>
404 <property name="allow_empty">True</property>
405 <property name="case_sensitive">False</property>
406 <property name="enable_arrow_keys">True</property>
407 <property name="enable_arrows_always">False</property>
409 <child internal-child="entry">
410 <widget class="GtkEntry" id="combo-entry2">
411 <property name="visible">True</property>
412 <property name="tooltip" translatable="yes">Select the audiodevice you want terminatorX to send its output to.</property>
413 <property name="can_focus">True</property>
414 <property name="editable">True</property>
415 <property name="visibility">True</property>
416 <property name="max_length">0</property>
417 <property name="text" translatable="yes"></property>
418 <property name="has_frame">True</property>
419 <property name="invisible_char" translatable="yes">*</property>
420 <property name="activates_default">False</property>
424 <child internal-child="list">
425 <widget class="GtkList" id="combo-list2">
426 <property name="visible">True</property>
427 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
432 <property name="left_attach">1</property>
433 <property name="right_attach">2</property>
434 <property name="top_attach">0</property>
435 <property name="bottom_attach">1</property>
436 <property name="y_options"></property>
441 <widget class="GtkSpinButton" id="oss_buffers">
442 <property name="visible">True</property>
443 <property name="tooltip" translatable="yes">Sets the number of kernel level audio buffers. Actually most systems should run just fine with two.</property>
444 <property name="can_focus">True</property>
445 <property name="climb_rate">1</property>
446 <property name="digits">0</property>
447 <property name="numeric">False</property>
448 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
449 <property name="snap_to_ticks">False</property>
450 <property name="wrap">False</property>
451 <property name="adjustment">2 2 5 1 10 10</property>
454 <property name="left_attach">1</property>
455 <property name="right_attach">2</property>
456 <property name="top_attach">1</property>
457 <property name="bottom_attach">2</property>
458 <property name="y_options"></property>
463 <widget class="GtkHScale" id="oss_buffersize">
464 <property name="visible">True</property>
465 <property name="can_focus">True</property>
466 <property name="draw_value">True</property>
467 <property name="value_pos">GTK_POS_TOP</property>
468 <property name="digits">0</property>
469 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
470 <property name="inverted">False</property>
471 <property name="adjustment">5 1 16 1 1 1</property>
474 <property name="left_attach">1</property>
475 <property name="right_attach">2</property>
476 <property name="top_attach">2</property>
477 <property name="bottom_attach">3</property>
478 <property name="x_options">fill</property>
479 <property name="y_options">fill</property>
484 <widget class="GtkCombo" id="oss_samplerate">
485 <property name="visible">True</property>
486 <property name="value_in_list">False</property>
487 <property name="allow_empty">True</property>
488 <property name="case_sensitive">False</property>
489 <property name="enable_arrow_keys">True</property>
490 <property name="enable_arrows_always">False</property>
492 <child internal-child="entry">
493 <widget class="GtkEntry" id="combo-entry3">
494 <property name="visible">True</property>
495 <property name="tooltip" translatable="yes">Select the sampling to use for this audio device - the higher the better quality. Note that not all sampling rates are supported by all audio devices.</property>
496 <property name="can_focus">True</property>
497 <property name="editable">True</property>
498 <property name="visibility">True</property>
499 <property name="max_length">0</property>
500 <property name="text" translatable="yes"></property>
501 <property name="has_frame">True</property>
502 <property name="invisible_char" translatable="yes">*</property>
503 <property name="activates_default">False</property>
507 <child internal-child="list">
508 <widget class="GtkList" id="combo-list3">
509 <property name="visible">True</property>
510 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
515 <property name="left_attach">1</property>
516 <property name="right_attach">2</property>
517 <property name="top_attach">3</property>
518 <property name="bottom_attach">4</property>
519 <property name="y_options"></property>
524 <property name="tab_expand">False</property>
525 <property name="tab_fill">True</property>
530 <widget class="GtkLabel" id="label15">
531 <property name="visible">True</property>
532 <property name="label" translatable="yes">Audio: OSS</property>
533 <property name="use_underline">False</property>
534 <property name="use_markup">False</property>
535 <property name="justify">GTK_JUSTIFY_LEFT</property>
536 <property name="wrap">False</property>
537 <property name="selectable">False</property>
538 <property name="xalign">0.5</property>
539 <property name="yalign">0.5</property>
540 <property name="xpad">0</property>
541 <property name="ypad">0</property>
544 <property name="type">tab</property>
549 <widget class="GtkTable" id="table6">
550 <property name="border_width">4</property>
551 <property name="visible">True</property>
552 <property name="n_rows">4</property>
553 <property name="n_columns">2</property>
554 <property name="homogeneous">False</property>
555 <property name="row_spacing">2</property>
556 <property name="column_spacing">2</property>
559 <widget class="GtkLabel" id="label27">
560 <property name="visible">True</property>
561 <property name="label" translatable="yes">Audio Device:</property>
562 <property name="use_underline">False</property>
563 <property name="use_markup">False</property>
564 <property name="justify">GTK_JUSTIFY_LEFT</property>
565 <property name="wrap">False</property>
566 <property name="selectable">False</property>
567 <property name="xalign">0</property>
568 <property name="yalign">0.5</property>
569 <property name="xpad">0</property>
570 <property name="ypad">0</property>
573 <property name="left_attach">0</property>
574 <property name="right_attach">1</property>
575 <property name="top_attach">0</property>
576 <property name="bottom_attach">1</property>
577 <property name="x_options">fill</property>
578 <property name="y_options"></property>
583 <widget class="GtkLabel" id="label28">
584 <property name="visible">True</property>
585 <property name="label" translatable="yes">No. of buffers:</property>
586 <property name="use_underline">False</property>
587 <property name="use_markup">False</property>
588 <property name="justify">GTK_JUSTIFY_LEFT</property>
589 <property name="wrap">False</property>
590 <property name="selectable">False</property>
591 <property name="xalign">0</property>
592 <property name="yalign">0.5</property>
593 <property name="xpad">0</property>
594 <property name="ypad">0</property>
597 <property name="left_attach">0</property>
598 <property name="right_attach">1</property>
599 <property name="top_attach">1</property>
600 <property name="bottom_attach">2</property>
601 <property name="x_options">fill</property>
602 <property name="y_options"></property>
607 <widget class="GtkLabel" id="label29">
608 <property name="visible">True</property>
609 <property name="label" translatable="yes">Buffersize (samples):</property>
610 <property name="use_underline">False</property>
611 <property name="use_markup">False</property>
612 <property name="justify">GTK_JUSTIFY_LEFT</property>
613 <property name="wrap">False</property>
614 <property name="selectable">False</property>
615 <property name="xalign">0</property>
616 <property name="yalign">0.5</property>
617 <property name="xpad">0</property>
618 <property name="ypad">0</property>
621 <property name="left_attach">0</property>
622 <property name="right_attach">1</property>
623 <property name="top_attach">2</property>
624 <property name="bottom_attach">3</property>
625 <property name="x_options">fill</property>
626 <property name="y_options"></property>
631 <widget class="GtkLabel" id="label30">
632 <property name="visible">True</property>
633 <property name="label" translatable="yes">Samplerate (Hz):</property>
634 <property name="use_underline">False</property>
635 <property name="use_markup">False</property>
636 <property name="justify">GTK_JUSTIFY_LEFT</property>
637 <property name="wrap">False</property>
638 <property name="selectable">False</property>
639 <property name="xalign">0</property>
640 <property name="yalign">0.5</property>
641 <property name="xpad">0</property>
642 <property name="ypad">0</property>
645 <property name="left_attach">0</property>
646 <property name="right_attach">1</property>
647 <property name="top_attach">3</property>
648 <property name="bottom_attach">4</property>
649 <property name="x_options">fill</property>
650 <property name="y_options"></property>
655 <widget class="GtkCombo" id="alsa_audio_device">
656 <property name="visible">True</property>
657 <property name="value_in_list">False</property>
658 <property name="allow_empty">True</property>
659 <property name="case_sensitive">False</property>
660 <property name="enable_arrow_keys">True</property>
661 <property name="enable_arrows_always">False</property>
663 <child internal-child="entry">
664 <widget class="GtkEntry" id="combo-entry4">
665 <property name="visible">True</property>
666 <property name="can_focus">True</property>
667 <property name="editable">True</property>
668 <property name="visibility">True</property>
669 <property name="max_length">0</property>
670 <property name="text" translatable="yes"></property>
671 <property name="has_frame">True</property>
672 <property name="invisible_char" translatable="yes">*</property>
673 <property name="activates_default">False</property>
677 <child internal-child="list">
678 <widget class="GtkList" id="combo-list4">
679 <property name="visible">True</property>
680 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
685 <property name="left_attach">1</property>
686 <property name="right_attach">2</property>
687 <property name="top_attach">0</property>
688 <property name="bottom_attach">1</property>
689 <property name="y_options"></property>
694 <widget class="GtkSpinButton" id="alsa_buffers">
695 <property name="visible">True</property>
696 <property name="can_focus">True</property>
697 <property name="climb_rate">1</property>
698 <property name="digits">0</property>
699 <property name="numeric">False</property>
700 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
701 <property name="snap_to_ticks">False</property>
702 <property name="wrap">False</property>
703 <property name="adjustment">2 2 5 1 2 2</property>
706 <property name="left_attach">1</property>
707 <property name="right_attach">2</property>
708 <property name="top_attach">1</property>
709 <property name="bottom_attach">2</property>
710 <property name="y_options"></property>
715 <widget class="GtkCombo" id="alsa_samplerate">
716 <property name="visible">True</property>
717 <property name="value_in_list">False</property>
718 <property name="allow_empty">True</property>
719 <property name="case_sensitive">False</property>
720 <property name="enable_arrow_keys">True</property>
721 <property name="enable_arrows_always">False</property>
723 <child internal-child="entry">
724 <widget class="GtkEntry" id="combo-entry5">
725 <property name="visible">True</property>
726 <property name="can_focus">True</property>
727 <property name="editable">True</property>
728 <property name="visibility">True</property>
729 <property name="max_length">0</property>
730 <property name="text" translatable="yes"></property>
731 <property name="has_frame">True</property>
732 <property name="invisible_char" translatable="yes">*</property>
733 <property name="activates_default">False</property>
737 <child internal-child="list">
738 <widget class="GtkList" id="combo-list5">
739 <property name="visible">True</property>
740 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
745 <property name="left_attach">1</property>
746 <property name="right_attach">2</property>
747 <property name="top_attach">3</property>
748 <property name="bottom_attach">4</property>
749 <property name="y_options"></property>
754 <widget class="GtkHScale" id="alsa_buffersize">
755 <property name="visible">True</property>
756 <property name="can_focus">True</property>
757 <property name="draw_value">True</property>
758 <property name="value_pos">GTK_POS_TOP</property>
759 <property name="digits">0</property>
760 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
761 <property name="inverted">False</property>
762 <property name="adjustment">1024 64 512 32 64 64</property>
765 <property name="left_attach">1</property>
766 <property name="right_attach">2</property>
767 <property name="top_attach">2</property>
768 <property name="bottom_attach">3</property>
769 <property name="x_options">fill</property>
770 <property name="y_options">fill</property>
775 <property name="tab_expand">False</property>
776 <property name="tab_fill">True</property>
781 <widget class="GtkLabel" id="label16">
782 <property name="visible">True</property>
783 <property name="label" translatable="yes">Audio: ALSA</property>
784 <property name="use_underline">False</property>
785 <property name="use_markup">False</property>
786 <property name="justify">GTK_JUSTIFY_LEFT</property>
787 <property name="wrap">False</property>
788 <property name="selectable">False</property>
789 <property name="xalign">0.5</property>
790 <property name="yalign">0.5</property>
791 <property name="xpad">0</property>
792 <property name="ypad">0</property>
795 <property name="type">tab</property>
804 <widget class="GtkLabel" id="label17">
805 <property name="visible">True</property>
806 <property name="label" translatable="yes">Audio: JACK</property>
807 <property name="use_underline">False</property>
808 <property name="use_markup">False</property>
809 <property name="justify">GTK_JUSTIFY_LEFT</property>
810 <property name="wrap">False</property>
811 <property name="selectable">False</property>
812 <property name="xalign">0.5</property>
813 <property name="yalign">0.5</property>
814 <property name="xpad">0</property>
815 <property name="ypad">0</property>
818 <property name="type">tab</property>
823 <widget class="GtkTable" id="table1">
824 <property name="border_width">4</property>
825 <property name="visible">True</property>
826 <property name="n_rows">4</property>
827 <property name="n_columns">2</property>
828 <property name="homogeneous">False</property>
829 <property name="row_spacing">2</property>
830 <property name="column_spacing">2</property>
833 <widget class="GtkLabel" id="label5">
834 <property name="visible">True</property>
835 <property name="label" translatable="yes">XInput Device:</property>
836 <property name="use_underline">False</property>
837 <property name="use_markup">False</property>
838 <property name="justify">GTK_JUSTIFY_LEFT</property>
839 <property name="wrap">False</property>
840 <property name="selectable">False</property>
841 <property name="xalign">0</property>
842 <property name="yalign">0.5</property>
843 <property name="xpad">0</property>
844 <property name="ypad">0</property>
847 <property name="left_attach">0</property>
848 <property name="right_attach">1</property>
849 <property name="top_attach">1</property>
850 <property name="bottom_attach">2</property>
851 <property name="x_options">fill</property>
852 <property name="y_options"></property>
857 <widget class="GtkLabel" id="label6">
858 <property name="visible">True</property>
859 <property name="label" translatable="yes">Mouse Speed:</property>
860 <property name="use_underline">False</property>
861 <property name="use_markup">False</property>
862 <property name="justify">GTK_JUSTIFY_LEFT</property>
863 <property name="wrap">False</property>
864 <property name="selectable">False</property>
865 <property name="xalign">0</property>
866 <property name="yalign">0.5</property>
867 <property name="xpad">0</property>
868 <property name="ypad">0</property>
871 <property name="left_attach">0</property>
872 <property name="right_attach">1</property>
873 <property name="top_attach">2</property>
874 <property name="bottom_attach">3</property>
875 <property name="x_options">fill</property>
876 <property name="y_options"></property>
881 <widget class="GtkLabel" id="label7">
882 <property name="visible">True</property>
883 <property name="label" translatable="yes">Stop-Sense-Cycles:</property>
884 <property name="use_underline">False</property>
885 <property name="use_markup">False</property>
886 <property name="justify">GTK_JUSTIFY_LEFT</property>
887 <property name="wrap">False</property>
888 <property name="selectable">False</property>
889 <property name="xalign">0</property>
890 <property name="yalign">0.5</property>
891 <property name="xpad">0</property>
892 <property name="ypad">0</property>
895 <property name="left_attach">0</property>
896 <property name="right_attach">1</property>
897 <property name="top_attach">3</property>
898 <property name="bottom_attach">4</property>
899 <property name="x_options">fill</property>
900 <property name="y_options"></property>
905 <widget class="GtkCombo" id="xinput_device">
906 <property name="visible">True</property>
907 <property name="value_in_list">False</property>
908 <property name="allow_empty">True</property>
909 <property name="case_sensitive">False</property>
910 <property name="enable_arrow_keys">True</property>
911 <property name="enable_arrows_always">False</property>
913 <child internal-child="entry">
914 <widget class="GtkEntry" id="combo-entry1">
915 <property name="visible">True</property>
916 <property name="tooltip" translatable="yes">Select the input device to use when XInput is enabled. Note: do not use this option if you plan on using your default device (standard mouse).</property>
917 <property name="can_focus">True</property>
918 <property name="editable">True</property>
919 <property name="visibility">True</property>
920 <property name="max_length">0</property>
921 <property name="text" translatable="yes"></property>
922 <property name="has_frame">True</property>
923 <property name="invisible_char" translatable="yes">*</property>
924 <property name="activates_default">False</property>
928 <child internal-child="list">
929 <widget class="GtkList" id="combo-list1">
930 <property name="visible">True</property>
931 <property name="selection_mode">GTK_SELECTION_BROWSE</property>
936 <property name="left_attach">1</property>
937 <property name="right_attach">2</property>
938 <property name="top_attach">1</property>
939 <property name="bottom_attach">2</property>
940 <property name="y_options"></property>
945 <widget class="GtkHScale" id="mouse_speed">
946 <property name="visible">True</property>
947 <property name="can_focus">True</property>
948 <property name="draw_value">True</property>
949 <property name="value_pos">GTK_POS_TOP</property>
950 <property name="digits">1</property>
951 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
952 <property name="inverted">False</property>
953 <property name="adjustment">0 -10 10 0.5 0.1 0.1</property>
956 <property name="left_attach">1</property>
957 <property name="right_attach">2</property>
958 <property name="top_attach">2</property>
959 <property name="bottom_attach">3</property>
960 <property name="x_options">fill</property>
961 <property name="y_options">fill</property>
966 <widget class="GtkHScale" id="stop_sense_cycles">
967 <property name="visible">True</property>
968 <property name="can_focus">True</property>
969 <property name="draw_value">True</property>
970 <property name="value_pos">GTK_POS_TOP</property>
971 <property name="digits">0</property>
972 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
973 <property name="inverted">False</property>
974 <property name="adjustment">10 1 150 5 1 1</property>
977 <property name="left_attach">1</property>
978 <property name="right_attach">2</property>
979 <property name="top_attach">3</property>
980 <property name="bottom_attach">4</property>
981 <property name="x_options">fill</property>
982 <property name="y_options">fill</property>
987 <widget class="GtkLabel" id="label25">
988 <property name="visible">True</property>
989 <property name="label" translatable="yes">XInput:</property>
990 <property name="use_underline">False</property>
991 <property name="use_markup">False</property>
992 <property name="justify">GTK_JUSTIFY_LEFT</property>
993 <property name="wrap">False</property>
994 <property name="selectable">False</property>
995 <property name="xalign">0</property>
996 <property name="yalign">0.5</property>
997 <property name="xpad">0</property>
998 <property name="ypad">0</property>
1001 <property name="left_attach">0</property>
1002 <property name="right_attach">1</property>
1003 <property name="top_attach">0</property>
1004 <property name="bottom_attach">1</property>
1005 <property name="x_options">fill</property>
1006 <property name="y_options"></property>
1011 <widget class="GtkCheckButton" id="xinput_enable">
1012 <property name="visible">True</property>
1013 <property name="tooltip" translatable="yes">CAREFUL! Enable this *only* if you want to use an input device than your default X-Pointer (yes, your mouse ;). You have to select your desired device as well. Selecting the default mouse pointer will crash terminatorX so if you want to use that keep this option disabled.</property>
1014 <property name="can_focus">True</property>
1015 <property name="label" translatable="yes">Enabled</property>
1016 <property name="use_underline">True</property>
1017 <property name="relief">GTK_RELIEF_NORMAL</property>
1018 <property name="active">False</property>
1019 <property name="inconsistent">False</property>
1020 <property name="draw_indicator">True</property>
1023 <property name="left_attach">1</property>
1024 <property name="right_attach">2</property>
1025 <property name="top_attach">0</property>
1026 <property name="bottom_attach">1</property>
1027 <property name="x_options">fill</property>
1028 <property name="y_options"></property>
1033 <property name="tab_expand">False</property>
1034 <property name="tab_fill">True</property>
1039 <widget class="GtkLabel" id="label4">
1040 <property name="visible">True</property>
1041 <property name="label" translatable="yes">Input</property>
1042 <property name="use_underline">False</property>
1043 <property name="use_markup">False</property>
1044 <property name="justify">GTK_JUSTIFY_LEFT</property>
1045 <property name="wrap">False</property>
1046 <property name="selectable">False</property>
1047 <property name="xalign">0.5</property>
1048 <property name="yalign">0.5</property>
1049 <property name="xpad">0</property>
1050 <property name="ypad">0</property>
1053 <property name="type">tab</property>
1058 <widget class="GtkTable" id="table2">
1059 <property name="border_width">4</property>
1060 <property name="visible">True</property>
1061 <property name="n_rows">6</property>
1062 <property name="n_columns">2</property>
1063 <property name="homogeneous">False</property>
1064 <property name="row_spacing">2</property>
1065 <property name="column_spacing">2</property>
1068 <widget class="GtkLabel" id="label8">
1069 <property name="visible">True</property>
1070 <property name="label" translatable="yes">Main Window Tooltips:</property>
1071 <property name="use_underline">False</property>
1072 <property name="use_markup">False</property>
1073 <property name="justify">GTK_JUSTIFY_LEFT</property>
1074 <property name="wrap">False</property>
1075 <property name="selectable">False</property>
1076 <property name="xalign">0</property>
1077 <property name="yalign">0.5</property>
1078 <property name="xpad">0</property>
1079 <property name="ypad">0</property>
1082 <property name="left_attach">0</property>
1083 <property name="right_attach">1</property>
1084 <property name="top_attach">1</property>
1085 <property name="bottom_attach">2</property>
1086 <property name="x_options">fill</property>
1087 <property name="y_options"></property>
1092 <widget class="GtkLabel" id="label9">
1093 <property name="visible">True</property>
1094 <property name="label" translatable="yes">Update Idle (ms):</property>
1095 <property name="use_underline">False</property>
1096 <property name="use_markup">False</property>
1097 <property name="justify">GTK_JUSTIFY_LEFT</property>
1098 <property name="wrap">False</property>
1099 <property name="selectable">False</property>
1100 <property name="xalign">0</property>
1101 <property name="yalign">0.5</property>
1102 <property name="xpad">0</property>
1103 <property name="ypad">0</property>
1106 <property name="left_attach">0</property>
1107 <property name="right_attach">1</property>
1108 <property name="top_attach">3</property>
1109 <property name="bottom_attach">4</property>
1110 <property name="x_options">fill</property>
1111 <property name="y_options"></property>
1116 <widget class="GtkLabel" id="label10">
1117 <property name="visible">True</property>
1118 <property name="label" translatable="yes">Update Delay (cycles):</property>
1119 <property name="use_underline">False</property>
1120 <property name="use_markup">False</property>
1121 <property name="justify">GTK_JUSTIFY_LEFT</property>
1122 <property name="wrap">False</property>
1123 <property name="selectable">False</property>
1124 <property name="xalign">0</property>
1125 <property name="yalign">0.5</property>
1126 <property name="xpad">0</property>
1127 <property name="ypad">0</property>
1130 <property name="left_attach">0</property>
1131 <property name="right_attach">1</property>
1132 <property name="top_attach">4</property>
1133 <property name="bottom_attach">5</property>
1134 <property name="x_options">fill</property>
1135 <property name="y_options"></property>
1140 <widget class="GtkLabel" id="label11">
1141 <property name="visible">True</property>
1142 <property name="label" translatable="yes">VU Meter Decay:</property>
1143 <property name="use_underline">False</property>
1144 <property name="use_markup">False</property>
1145 <property name="justify">GTK_JUSTIFY_LEFT</property>
1146 <property name="wrap">False</property>
1147 <property name="selectable">False</property>
1148 <property name="xalign">0</property>
1149 <property name="yalign">0.5</property>
1150 <property name="xpad">0</property>
1151 <property name="ypad">0</property>
1154 <property name="left_attach">0</property>
1155 <property name="right_attach">1</property>
1156 <property name="top_attach">5</property>
1157 <property name="bottom_attach">6</property>
1158 <property name="x_options">fill</property>
1159 <property name="y_options"></property>
1164 <widget class="GtkCheckButton" id="mainwin_tooltips">
1165 <property name="visible">True</property>
1166 <property name="tooltip" translatable="yes">Enable tooltips for the terminatorX main window.</property>
1167 <property name="can_focus">True</property>
1168 <property name="label" translatable="yes">Enabled</property>
1169 <property name="use_underline">True</property>
1170 <property name="relief">GTK_RELIEF_NORMAL</property>
1171 <property name="active">False</property>
1172 <property name="inconsistent">False</property>
1173 <property name="draw_indicator">True</property>
1176 <property name="left_attach">1</property>
1177 <property name="right_attach">2</property>
1178 <property name="top_attach">1</property>
1179 <property name="bottom_attach">2</property>
1180 <property name="x_options">fill</property>
1181 <property name="y_options"></property>
1186 <widget class="GtkHScale" id="update_idle">
1187 <property name="visible">True</property>
1188 <property name="can_focus">True</property>
1189 <property name="draw_value">True</property>
1190 <property name="value_pos">GTK_POS_TOP</property>
1191 <property name="digits">0</property>
1192 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
1193 <property name="inverted">False</property>
1194 <property name="adjustment">11 1 100 1 10 10</property>
1197 <property name="left_attach">1</property>
1198 <property name="right_attach">2</property>
1199 <property name="top_attach">3</property>
1200 <property name="bottom_attach">4</property>
1201 <property name="x_options">fill</property>
1202 <property name="y_options">fill</property>
1207 <widget class="GtkHScale" id="update_delay">
1208 <property name="visible">True</property>
1209 <property name="can_focus">True</property>
1210 <property name="draw_value">True</property>
1211 <property name="value_pos">GTK_POS_TOP</property>
1212 <property name="digits">1</property>
1213 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
1214 <property name="inverted">False</property>
1215 <property name="adjustment">0 0 15 1 10 10</property>
1218 <property name="left_attach">1</property>
1219 <property name="right_attach">2</property>
1220 <property name="top_attach">4</property>
1221 <property name="bottom_attach">5</property>
1222 <property name="x_options">fill</property>
1223 <property name="y_options">fill</property>
1228 <widget class="GtkHScale" id="vumeter_decay">
1229 <property name="visible">True</property>
1230 <property name="can_focus">True</property>
1231 <property name="draw_value">True</property>
1232 <property name="value_pos">GTK_POS_TOP</property>
1233 <property name="digits">1</property>
1234 <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
1235 <property name="inverted">False</property>
1236 <property name="adjustment">0.8 0.8 0.99 0.01 0.01 0.001</property>
1239 <property name="left_attach">1</property>
1240 <property name="right_attach">2</property>
1241 <property name="top_attach">5</property>
1242 <property name="bottom_attach">6</property>
1243 <property name="x_options">fill</property>
1244 <property name="y_options">fill</property>
1249 <widget class="GtkLabel" id="label14">
1250 <property name="visible">True</property>
1251 <property name="label" translatable="yes">Startup-Nagbox:</property>
1252 <property name="use_underline">False</property>
1253 <property name="use_markup">False</property>
1254 <property name="justify">GTK_JUSTIFY_LEFT</property>
1255 <property name="wrap">False</property>
1256 <property name="selectable">False</property>
1257 <property name="xalign">0</property>
1258 <property name="yalign">0.5</property>
1259 <property name="xpad">0</property>
1260 <property name="ypad">0</property>
1263 <property name="left_attach">0</property>
1264 <property name="right_attach">1</property>
1265 <property name="top_attach">0</property>
1266 <property name="bottom_attach">1</property>
1267 <property name="x_options">fill</property>
1268 <property name="y_options"></property>
1273 <widget class="GtkCheckButton" id="startup_nagbox">
1274 <property name="visible">True</property>
1275 <property name="tooltip" translatable="yes">Display nagbox on startup while loading data.</property>
1276 <property name="can_focus">True</property>
1277 <property name="label" translatable="yes">Enabled</property>
1278 <property name="use_underline">True</property>
1279 <property name="relief">GTK_RELIEF_NORMAL</property>
1280 <property name="active">False</property>
1281 <property name="inconsistent">False</property>
1282 <property name="draw_indicator">True</property>
1285 <property name="left_attach">1</property>
1286 <property name="right_attach">2</property>
1287 <property name="top_attach">0</property>
1288 <property name="bottom_attach">1</property>
1289 <property name="x_options">fill</property>
1290 <property name="y_options"></property>
1295 <widget class="GtkLabel" id="label12">
1296 <property name="visible">True</property>
1297 <property name="label" translatable="yes">Buttons:</property>
1298 <property name="use_underline">False</property>
1299 <property name="use_markup">False</property>
1300 <property name="justify">GTK_JUSTIFY_LEFT</property>
1301 <property name="wrap">False</property>
1302 <property name="selectable">False</property>
1303 <property name="xalign">0</property>
1304 <property name="yalign">0.5</property>
1305 <property name="xpad">0</property>
1306 <property name="ypad">0</property>
1309 <property name="left_attach">0</property>
1310 <property name="right_attach">1</property>
1311 <property name="top_attach">2</property>
1312 <property name="bottom_attach">3</property>
1313 <property name="x_options">fill</property>
1314 <property name="y_options"></property>
1319 <widget class="GtkHBox" id="hbox1">
1320 <property name="visible">True</property>
1321 <property name="homogeneous">False</property>
1322 <property name="spacing">5</property>
1325 <widget class="GtkRadioButton" id="buttons_text_and_icon">
1326 <property name="visible">True</property>
1327 <property name="can_focus">True</property>
1328 <property name="label" translatable="yes">Text + Icon</property>
1329 <property name="use_underline">True</property>
1330 <property name="relief">GTK_RELIEF_NORMAL</property>
1331 <property name="active">False</property>
1332 <property name="inconsistent">False</property>
1333 <property name="draw_indicator">True</property>
1336 <property name="padding">0</property>
1337 <property name="expand">False</property>
1338 <property name="fill">False</property>
1343 <widget class="GtkRadioButton" id="buttons_icon_only">
1344 <property name="visible">True</property>
1345 <property name="can_focus">True</property>
1346 <property name="label" translatable="yes">Icon Only</property>
1347 <property name="use_underline">True</property>
1348 <property name="relief">GTK_RELIEF_NORMAL</property>
1349 <property name="active">False</property>
1350 <property name="inconsistent">False</property>
1351 <property name="draw_indicator">True</property>
1352 <property name="group">buttons_text_and_icon</property>
1355 <property name="padding">0</property>
1356 <property name="expand">False</property>
1357 <property name="fill">False</property>
1362 <widget class="GtkRadioButton" id="buttons_text_only">
1363 <property name="visible">True</property>
1364 <property name="can_focus">True</property>
1365 <property name="label" translatable="yes">Text Only</property>
1366 <property name="use_underline">True</property>
1367 <property name="relief">GTK_RELIEF_NORMAL</property>
1368 <property name="active">False</property>
1369 <property name="inconsistent">False</property>
1370 <property name="draw_indicator">True</property>
1371 <property name="group">buttons_text_and_icon</property>
1374 <property name="padding">0</property>
1375 <property name="expand">False</property>
1376 <property name="fill">False</property>
1381 <property name="left_attach">1</property>
1382 <property name="right_attach">2</property>
1383 <property name="top_attach">2</property>
1384 <property name="bottom_attach">3</property>
1385 <property name="y_options">fill</property>
1390 <property name="tab_expand">False</property>
1391 <property name="tab_fill">True</property>
1396 <widget class="GtkLabel" id="label2">
1397 <property name="visible">True</property>
1398 <property name="label" translatable="yes">User Interface</property>
1399 <property name="use_underline">False</property>
1400 <property name="use_markup">False</property>
1401 <property name="justify">GTK_JUSTIFY_LEFT</property>
1402 <property name="wrap">False</property>
1403 <property name="selectable">False</property>
1404 <property name="xalign">0.5</property>
1405 <property name="yalign">0.5</property>
1406 <property name="xpad">0</property>
1407 <property name="ypad">0</property>
1410 <property name="type">tab</property>
1415 <widget class="GtkTable" id="table3">
1416 <property name="border_width">4</property>
1417 <property name="visible">True</property>
1418 <property name="n_rows">3</property>
1419 <property name="n_columns">2</property>
1420 <property name="homogeneous">False</property>
1421 <property name="row_spacing">2</property>
1422 <property name="column_spacing">2</property>
1425 <widget class="GtkLabel" id="label13">
1426 <property name="visible">True</property>
1427 <property name="label" translatable="yes">Soundfile Editor:</property>
1428 <property name="use_underline">False</property>
1429 <property name="use_markup">False</property>
1430 <property name="justify">GTK_JUSTIFY_LEFT</property>
1431 <property name="wrap">False</property>
1432 <property name="selectable">False</property>
1433 <property name="xalign">0</property>
1434 <property name="yalign">0.5</property>
1435 <property name="xpad">0</property>
1436 <property name="ypad">0</property>
1439 <property name="left_attach">0</property>
1440 <property name="right_attach">1</property>
1441 <property name="top_attach">0</property>
1442 <property name="bottom_attach">1</property>
1443 <property name="x_options">fill</property>
1444 <property name="y_options"></property>
1449 <widget class="GtkEntry" id="soundfile_editor">
1450 <property name="visible">True</property>
1451 <property name="tooltip" translatable="yes">Enter the command to run your favourite soundfile editor. It will be started when you choose "Edit File" from the turntable's file menu.</property>
1452 <property name="can_focus">True</property>
1453 <property name="editable">True</property>
1454 <property name="visibility">True</property>
1455 <property name="max_length">0</property>
1456 <property name="text" translatable="yes"></property>
1457 <property name="has_frame">True</property>
1458 <property name="invisible_char" translatable="yes">*</property>
1459 <property name="activates_default">False</property>
1462 <property name="left_attach">1</property>
1463 <property name="right_attach">2</property>
1464 <property name="top_attach">0</property>
1465 <property name="bottom_attach">1</property>
1466 <property name="y_options"></property>
1471 <widget class="GtkLabel" id="label26">
1472 <property name="visible">True</property>
1473 <property name="label" translatable="yes">"Pre-Listen" to soundfiles:</property>
1474 <property name="use_underline">False</property>
1475 <property name="use_markup">False</property>
1476 <property name="justify">GTK_JUSTIFY_LEFT</property>
1477 <property name="wrap">False</property>
1478 <property name="selectable">False</property>
1479 <property name="xalign">0</property>
1480 <property name="yalign">0.5</property>
1481 <property name="xpad">0</property>
1482 <property name="ypad">0</property>
1485 <property name="left_attach">0</property>
1486 <property name="right_attach">1</property>
1487 <property name="top_attach">2</property>
1488 <property name="bottom_attach">3</property>
1489 <property name="x_options">fill</property>
1490 <property name="y_options"></property>
1495 <widget class="GtkCheckButton" id="prelisten_enabled">
1496 <property name="visible">True</property>
1497 <property name="tooltip" translatable="yes">When enabled soundfiles will be playedback when selected in a file dialog (before loading them).</property>
1498 <property name="can_focus">True</property>
1499 <property name="label" translatable="yes">Enabled</property>
1500 <property name="use_underline">True</property>
1501 <property name="relief">GTK_RELIEF_NORMAL</property>
1502 <property name="active">False</property>
1503 <property name="inconsistent">False</property>
1504 <property name="draw_indicator">True</property>
1507 <property name="left_attach">1</property>
1508 <property name="right_attach">2</property>
1509 <property name="top_attach">2</property>
1510 <property name="bottom_attach">3</property>
1511 <property name="x_options">fill</property>
1512 <property name="y_options"></property>
1517 <widget class="GtkLabel" id="label31">
1518 <property name="visible">True</property>
1519 <property name="label" translatable="yes">LADSPA RDF Path:</property>
1520 <property name="use_underline">False</property>
1521 <property name="use_markup">False</property>
1522 <property name="justify">GTK_JUSTIFY_LEFT</property>
1523 <property name="wrap">False</property>
1524 <property name="selectable">False</property>
1525 <property name="xalign">0</property>
1526 <property name="yalign">0.5</property>
1527 <property name="xpad">0</property>
1528 <property name="ypad">0</property>
1531 <property name="left_attach">0</property>
1532 <property name="right_attach">1</property>
1533 <property name="top_attach">1</property>
1534 <property name="bottom_attach">2</property>
1535 <property name="x_options">fill</property>
1536 <property name="y_options"></property>
1541 <widget class="GtkEntry" id="ladspa_rdf_path">
1542 <property name="visible">True</property>
1543 <property name="can_focus">True</property>
1544 <property name="editable">True</property>
1545 <property name="visibility">True</property>
1546 <property name="max_length">0</property>
1547 <property name="text" translatable="yes"></property>
1548 <property name="has_frame">True</property>
1549 <property name="invisible_char" translatable="yes">*</property>
1550 <property name="activates_default">False</property>
1553 <property name="left_attach">1</property>
1554 <property name="right_attach">2</property>
1555 <property name="top_attach">1</property>
1556 <property name="bottom_attach">2</property>
1557 <property name="y_options"></property>
1562 <property name="tab_expand">False</property>
1563 <property name="tab_fill">True</property>
1568 <widget class="GtkLabel" id="label3">
1569 <property name="visible">True</property>
1570 <property name="label" translatable="yes">Misc</property>
1571 <property name="use_underline">False</property>
1572 <property name="use_markup">False</property>
1573 <property name="justify">GTK_JUSTIFY_LEFT</property>
1574 <property name="wrap">False</property>
1575 <property name="selectable">False</property>
1576 <property name="xalign">0.5</property>
1577 <property name="yalign">0.5</property>
1578 <property name="xpad">0</property>
1579 <property name="ypad">0</property>
1582 <property name="type">tab</property>
1587 <property name="padding">0</property>
1588 <property name="expand">True</property>
1589 <property name="fill">True</property>