~ubuntu-branches/ubuntu/trusty/terminator/trusty

« back to all changes in this revision

Viewing changes to terminatorlib/preferences.glade

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2010-04-07 17:10:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407171031-35nsuj0tmbub0bj5
Tags: 0.92-0ubuntu1
* New upstream release
* Remove python-xdg from Recommends. (Closes: #567967)
* Downgrade python-gnome2 to Recommends.
* Update python-gtk2 dependency to (>= 2.14.0)
* Add python-keybinder to Recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkListStore" id="FocusListStore">
 
6
    <columns>
 
7
      <!-- column-name focustype -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">GNOME Default</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">Click to focus</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">Follow mouse pointer</col>
 
19
      </row>
 
20
    </data>
 
21
  </object>
 
22
  <object class="GtkListStore" id="WindowStateListStore">
 
23
    <columns>
 
24
      <!-- column-name state -->
 
25
      <column type="gchararray"/>
 
26
    </columns>
 
27
    <data>
 
28
      <row>
 
29
        <col id="0" translatable="yes">Normal</col>
 
30
      </row>
 
31
      <row>
 
32
        <col id="0" translatable="yes">Hidden</col>
 
33
      </row>
 
34
      <row>
 
35
        <col id="0" translatable="yes">Maximised</col>
 
36
      </row>
 
37
      <row>
 
38
        <col id="0" translatable="yes">Fullscreen</col>
 
39
      </row>
 
40
    </data>
 
41
  </object>
 
42
  <object class="GtkListStore" id="TabPositionListStore">
 
43
    <columns>
 
44
      <!-- column-name position -->
 
45
      <column type="gchararray"/>
 
46
    </columns>
 
47
    <data>
 
48
      <row>
 
49
        <col id="0" translatable="yes">Top</col>
 
50
      </row>
 
51
      <row>
 
52
        <col id="0" translatable="yes">Bottom</col>
 
53
      </row>
 
54
      <row>
 
55
        <col id="0" translatable="yes">Left</col>
 
56
      </row>
 
57
      <row>
 
58
        <col id="0" translatable="yes">Right</col>
 
59
      </row>
 
60
    </data>
 
61
  </object>
 
62
  <object class="GtkListStore" id="CursorShapeListStore">
 
63
    <columns>
 
64
      <!-- column-name Shape -->
 
65
      <column type="gchararray"/>
 
66
    </columns>
 
67
    <data>
 
68
      <row>
 
69
        <col id="0" translatable="yes">Block</col>
 
70
      </row>
 
71
      <row>
 
72
        <col id="0" translatable="yes">Underline</col>
 
73
      </row>
 
74
      <row>
 
75
        <col id="0" translatable="yes">I-Beam</col>
 
76
      </row>
 
77
    </data>
 
78
  </object>
 
79
  <object class="GtkListStore" id="ChildExitedListStore">
 
80
    <columns>
 
81
      <!-- column-name ExitOption -->
 
82
      <column type="gchararray"/>
 
83
    </columns>
 
84
    <data>
 
85
      <row>
 
86
        <col id="0" translatable="yes">Exit the terminal</col>
 
87
      </row>
 
88
      <row>
 
89
        <col id="0" translatable="yes">Restart the command</col>
 
90
      </row>
 
91
      <row>
 
92
        <col id="0" translatable="yes">Hold the terminal open</col>
 
93
      </row>
 
94
    </data>
 
95
  </object>
 
96
  <object class="GtkListStore" id="ColourSchemeListStore">
 
97
    <columns>
 
98
      <!-- column-name scheme -->
 
99
      <column type="gchararray"/>
 
100
    </columns>
 
101
    <data>
 
102
      <row>
 
103
        <col id="0" translatable="yes">Black on light yellow</col>
 
104
      </row>
 
105
      <row>
 
106
        <col id="0" translatable="yes">Black on white</col>
 
107
      </row>
 
108
      <row>
 
109
        <col id="0" translatable="yes">Grey on black</col>
 
110
      </row>
 
111
      <row>
 
112
        <col id="0" translatable="yes">Green on black</col>
 
113
      </row>
 
114
      <row>
 
115
        <col id="0" translatable="yes">White on black</col>
 
116
      </row>
 
117
      <row>
 
118
        <col id="0" translatable="yes">Orange on black</col>
 
119
      </row>
 
120
      <row>
 
121
        <col id="0" translatable="yes">Ambience</col>
 
122
      </row>
 
123
      <row>
 
124
        <col id="0" translatable="yes">Custom</col>
 
125
      </row>
 
126
    </data>
 
127
  </object>
 
128
  <object class="GtkListStore" id="ScrollbarPositionListStore">
 
129
    <columns>
 
130
      <!-- column-name Position -->
 
131
      <column type="gchararray"/>
 
132
    </columns>
 
133
    <data>
 
134
      <row>
 
135
        <col id="0" translatable="yes">On the left side</col>
 
136
      </row>
 
137
      <row>
 
138
        <col id="0" translatable="yes">On the right side</col>
 
139
      </row>
 
140
      <row>
 
141
        <col id="0" translatable="yes">Disabled</col>
 
142
      </row>
 
143
    </data>
 
144
  </object>
 
145
  <object class="GtkListStore" id="BackspaceKeyListStore">
 
146
    <columns>
 
147
      <!-- column-name Result -->
 
148
      <column type="gchararray"/>
 
149
    </columns>
 
150
    <data>
 
151
      <row>
 
152
        <col id="0" translatable="yes">Automatic</col>
 
153
      </row>
 
154
      <row>
 
155
        <col id="0" translatable="yes">Control-H</col>
 
156
      </row>
 
157
      <row>
 
158
        <col id="0" translatable="yes">ASCII DEL</col>
 
159
      </row>
 
160
      <row>
 
161
        <col id="0" translatable="yes">Escape sequence</col>
 
162
      </row>
 
163
    </data>
 
164
  </object>
 
165
  <object class="GtkListStore" id="DeleteKeyListStore">
 
166
    <columns>
 
167
      <!-- column-name Profile -->
 
168
      <column type="gchararray"/>
 
169
    </columns>
 
170
    <data>
 
171
      <row>
 
172
        <col id="0" translatable="yes">Automatic</col>
 
173
      </row>
 
174
      <row>
 
175
        <col id="0" translatable="yes">Control-H</col>
 
176
      </row>
 
177
      <row>
 
178
        <col id="0" translatable="yes">ASCII DEL</col>
 
179
      </row>
 
180
      <row>
 
181
        <col id="0" translatable="yes">Escape sequence</col>
 
182
      </row>
 
183
    </data>
 
184
  </object>
 
185
  <object class="GtkListStore" id="KeybindingsListStore">
 
186
    <columns>
 
187
      <!-- column-name Name -->
 
188
      <column type="gchararray"/>
 
189
      <!-- column-name Action -->
 
190
      <column type="gchararray"/>
 
191
      <!-- column-name keyval -->
 
192
      <column type="guint"/>
 
193
      <!-- column-name modifiers -->
 
194
      <column type="guint"/>
 
195
    </columns>
 
196
  </object>
 
197
  <object class="GtkListStore" id="ProfilesListStore">
 
198
    <columns>
 
199
      <!-- column-name Profile -->
 
200
      <column type="gchararray"/>
 
201
      <!-- column-name editable -->
 
202
      <column type="gboolean"/>
 
203
    </columns>
 
204
  </object>
 
205
  <object class="GtkListStore" id="LayoutListStore">
 
206
    <columns>
 
207
      <!-- column-name Layout -->
 
208
      <column type="gchararray"/>
 
209
      <!-- column-name editable -->
 
210
      <column type="gboolean"/>
 
211
    </columns>
 
212
  </object>
 
213
  <object class="GtkListStore" id="layoutprofilelist">
 
214
    <columns>
 
215
      <!-- column-name profile -->
 
216
      <column type="gchararray"/>
 
217
    </columns>
 
218
    <data>
 
219
      <row>
 
220
        <col id="0" translatable="yes">default</col>
 
221
      </row>
 
222
    </data>
 
223
  </object>
 
224
  <object class="GtkTreeStore" id="LayoutTreeStore">
 
225
    <columns>
 
226
      <!-- column-name Name -->
 
227
      <column type="gchararray"/>
 
228
      <!-- column-name Type -->
 
229
      <column type="gchararray"/>
 
230
    </columns>
 
231
  </object>
 
232
  <object class="GtkListStore" id="PaletteListStore">
 
233
    <columns>
 
234
      <!-- column-name Palette -->
 
235
      <column type="gchararray"/>
 
236
    </columns>
 
237
    <data>
 
238
      <row>
 
239
        <col id="0" translatable="yes">Tango</col>
 
240
      </row>
 
241
      <row>
 
242
        <col id="0" translatable="yes">Linux</col>
 
243
      </row>
 
244
      <row>
 
245
        <col id="0" translatable="yes">XTerm</col>
 
246
      </row>
 
247
      <row>
 
248
        <col id="0" translatable="yes">Rxvt</col>
 
249
      </row>
 
250
      <row>
 
251
        <col id="0" translatable="yes">Ambience</col>
 
252
      </row>
 
253
      <row>
 
254
        <col id="0" translatable="yes">Custom</col>
 
255
      </row>
 
256
    </data>
 
257
  </object>
 
258
  <object class="GtkDialog" id="prefswin">
 
259
    <property name="border_width">5</property>
 
260
    <property name="type_hint">normal</property>
 
261
    <property name="has_separator">False</property>
 
262
    <child internal-child="vbox">
 
263
      <object class="GtkVBox" id="dialog_vbox1">
 
264
        <property name="visible">True</property>
 
265
        <property name="spacing">2</property>
 
266
        <child>
 
267
          <object class="GtkNotebook" id="notebook1">
 
268
            <property name="visible">True</property>
 
269
            <property name="can_focus">True</property>
 
270
            <child>
 
271
              <object class="GtkAlignment" id="alignment2">
 
272
                <property name="visible">True</property>
 
273
                <property name="left_padding">6</property>
 
274
                <child>
 
275
                  <object class="GtkVBox" id="vbox5">
 
276
                    <property name="visible">True</property>
 
277
                    <property name="spacing">18</property>
 
278
                    <child>
 
279
                      <object class="GtkTable" id="global_config_table">
 
280
                        <property name="visible">True</property>
 
281
                        <property name="n_rows">6</property>
 
282
                        <property name="n_columns">2</property>
 
283
                        <property name="column_spacing">6</property>
 
284
                        <child>
 
285
                          <object class="GtkLabel" id="label8">
 
286
                            <property name="visible">True</property>
 
287
                            <property name="label" translatable="yes">Window geometry hints</property>
 
288
                          </object>
 
289
                          <packing>
 
290
                            <property name="top_attach">2</property>
 
291
                            <property name="bottom_attach">3</property>
 
292
                            <property name="x_options"></property>
 
293
                            <property name="y_options"></property>
 
294
                          </packing>
 
295
                        </child>
 
296
                        <child>
 
297
                          <object class="GtkCheckButton" id="wingeomcheck">
 
298
                            <property name="visible">True</property>
 
299
                            <property name="can_focus">True</property>
 
300
                            <property name="receives_default">False</property>
 
301
                            <property name="active">True</property>
 
302
                            <property name="draw_indicator">True</property>
 
303
                            <signal name="toggled" handler="on_wingeomcheck_toggled"/>
 
304
                          </object>
 
305
                          <packing>
 
306
                            <property name="left_attach">1</property>
 
307
                            <property name="right_attach">2</property>
 
308
                            <property name="top_attach">2</property>
 
309
                            <property name="bottom_attach">3</property>
 
310
                            <property name="x_options"></property>
 
311
                            <property name="y_options">GTK_EXPAND</property>
 
312
                          </packing>
 
313
                        </child>
 
314
                        <child>
 
315
                          <object class="GtkLabel" id="label9">
 
316
                            <property name="visible">True</property>
 
317
                            <property name="label" translatable="yes">Window state</property>
 
318
                          </object>
 
319
                          <packing>
 
320
                            <property name="top_attach">3</property>
 
321
                            <property name="bottom_attach">4</property>
 
322
                            <property name="x_options"></property>
 
323
                            <property name="y_options"></property>
 
324
                          </packing>
 
325
                        </child>
 
326
                        <child>
 
327
                          <object class="GtkComboBox" id="winstatecombo">
 
328
                            <property name="visible">True</property>
 
329
                            <property name="model">WindowStateListStore</property>
 
330
                            <property name="active">0</property>
 
331
                            <signal name="changed" handler="on_winstatecombo_changed"/>
 
332
                            <child>
 
333
                              <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
334
                              <attributes>
 
335
                                <attribute name="text">0</attribute>
 
336
                              </attributes>
 
337
                            </child>
 
338
                          </object>
 
339
                          <packing>
 
340
                            <property name="left_attach">1</property>
 
341
                            <property name="right_attach">2</property>
 
342
                            <property name="top_attach">3</property>
 
343
                            <property name="bottom_attach">4</property>
 
344
                            <property name="x_options"></property>
 
345
                            <property name="y_options">GTK_EXPAND</property>
 
346
                          </packing>
 
347
                        </child>
 
348
                        <child>
 
349
                          <object class="GtkLabel" id="label10">
 
350
                            <property name="visible">True</property>
 
351
                            <property name="label" translatable="yes">Window borders</property>
 
352
                          </object>
 
353
                          <packing>
 
354
                            <property name="top_attach">4</property>
 
355
                            <property name="bottom_attach">5</property>
 
356
                            <property name="x_options"></property>
 
357
                            <property name="y_options"></property>
 
358
                          </packing>
 
359
                        </child>
 
360
                        <child>
 
361
                          <object class="GtkCheckButton" id="winbordercheck">
 
362
                            <property name="visible">True</property>
 
363
                            <property name="can_focus">True</property>
 
364
                            <property name="receives_default">False</property>
 
365
                            <property name="active">True</property>
 
366
                            <property name="draw_indicator">True</property>
 
367
                            <signal name="toggled" handler="on_winbordercheck_toggled"/>
 
368
                          </object>
 
369
                          <packing>
 
370
                            <property name="left_attach">1</property>
 
371
                            <property name="right_attach">2</property>
 
372
                            <property name="top_attach">4</property>
 
373
                            <property name="bottom_attach">5</property>
 
374
                            <property name="x_options"></property>
 
375
                            <property name="y_options">GTK_EXPAND</property>
 
376
                          </packing>
 
377
                        </child>
 
378
                        <child>
 
379
                          <object class="GtkLabel" id="label11">
 
380
                            <property name="visible">True</property>
 
381
                            <property name="label" translatable="yes">Tab position</property>
 
382
                          </object>
 
383
                          <packing>
 
384
                            <property name="top_attach">5</property>
 
385
                            <property name="bottom_attach">6</property>
 
386
                            <property name="x_options"></property>
 
387
                            <property name="y_options"></property>
 
388
                          </packing>
 
389
                        </child>
 
390
                        <child>
 
391
                          <object class="GtkComboBox" id="tabposcombo">
 
392
                            <property name="visible">True</property>
 
393
                            <property name="model">TabPositionListStore</property>
 
394
                            <property name="active">0</property>
 
395
                            <signal name="changed" handler="on_tabposcombo_changed"/>
 
396
                            <child>
 
397
                              <object class="GtkCellRendererText" id="cellrenderertext2"/>
 
398
                              <attributes>
 
399
                                <attribute name="text">0</attribute>
 
400
                              </attributes>
 
401
                            </child>
 
402
                          </object>
 
403
                          <packing>
 
404
                            <property name="left_attach">1</property>
 
405
                            <property name="right_attach">2</property>
 
406
                            <property name="top_attach">5</property>
 
407
                            <property name="bottom_attach">6</property>
 
408
                            <property name="x_options"></property>
 
409
                            <property name="y_options">GTK_EXPAND</property>
 
410
                          </packing>
 
411
                        </child>
 
412
                        <child>
 
413
                          <object class="GtkLabel" id="label6">
 
414
                            <property name="visible">True</property>
 
415
                            <property name="label" translatable="yes">Mouse focus</property>
 
416
                          </object>
 
417
                          <packing>
 
418
                            <property name="x_options"></property>
 
419
                            <property name="y_options"></property>
 
420
                          </packing>
 
421
                        </child>
 
422
                        <child>
 
423
                          <object class="GtkComboBox" id="focuscombo">
 
424
                            <property name="visible">True</property>
 
425
                            <property name="model">FocusListStore</property>
 
426
                            <property name="active">0</property>
 
427
                            <signal name="changed" handler="on_focuscombo_changed"/>
 
428
                            <child>
 
429
                              <object class="GtkCellRendererText" id="focuscell"/>
 
430
                              <attributes>
 
431
                                <attribute name="text">0</attribute>
 
432
                              </attributes>
 
433
                            </child>
 
434
                          </object>
 
435
                          <packing>
 
436
                            <property name="left_attach">1</property>
 
437
                            <property name="right_attach">2</property>
 
438
                            <property name="x_options"></property>
 
439
                            <property name="y_options">GTK_EXPAND</property>
 
440
                          </packing>
 
441
                        </child>
 
442
                        <child>
 
443
                          <object class="GtkLabel" id="label7">
 
444
                            <property name="visible">True</property>
 
445
                            <property name="label" translatable="yes">Terminal separator size</property>
 
446
                          </object>
 
447
                          <packing>
 
448
                            <property name="top_attach">1</property>
 
449
                            <property name="bottom_attach">2</property>
 
450
                            <property name="x_options"></property>
 
451
                            <property name="y_options"></property>
 
452
                          </packing>
 
453
                        </child>
 
454
                        <child>
 
455
                          <object class="GtkHScale" id="handlesize">
 
456
                            <property name="visible">True</property>
 
457
                            <property name="can_focus">True</property>
 
458
                            <property name="adjustment">adjustment1</property>
 
459
                            <property name="digits">0</property>
 
460
                            <property name="value_pos">left</property>
 
461
                            <signal name="change_value" handler="on_handlesize_change_value"/>
 
462
                          </object>
 
463
                          <packing>
 
464
                            <property name="left_attach">1</property>
 
465
                            <property name="right_attach">2</property>
 
466
                            <property name="top_attach">1</property>
 
467
                            <property name="bottom_attach">2</property>
 
468
                            <property name="y_options">GTK_EXPAND</property>
 
469
                            <property name="x_padding">20</property>
 
470
                          </packing>
 
471
                        </child>
 
472
                      </object>
 
473
                      <packing>
 
474
                        <property name="position">0</property>
 
475
                      </packing>
 
476
                    </child>
 
477
                    <child>
 
478
                      <object class="GtkVBox" id="vbox7">
 
479
                        <property name="visible">True</property>
 
480
                        <property name="spacing">6</property>
 
481
                        <child>
 
482
                          <object class="GtkLabel" id="label15">
 
483
                            <property name="visible">True</property>
 
484
                            <property name="xalign">0</property>
 
485
                            <property name="label" translatable="yes">&lt;b&gt;Titlebar&lt;/b&gt;</property>
 
486
                            <property name="use_markup">True</property>
 
487
                          </object>
 
488
                          <packing>
 
489
                            <property name="expand">False</property>
 
490
                            <property name="fill">False</property>
 
491
                            <property name="position">0</property>
 
492
                          </packing>
 
493
                        </child>
 
494
                        <child>
 
495
                          <object class="GtkAlignment" id="alignment4">
 
496
                            <property name="visible">True</property>
 
497
                            <property name="left_padding">12</property>
 
498
                            <child>
 
499
                              <object class="GtkTable" id="table2">
 
500
                                <property name="visible">True</property>
 
501
                                <property name="n_rows">3</property>
 
502
                                <property name="n_columns">4</property>
 
503
                                <property name="column_spacing">6</property>
 
504
                                <property name="row_spacing">6</property>
 
505
                                <child>
 
506
                                  <object class="GtkColorButton" id="title_transmit_fg_color">
 
507
                                    <property name="visible">True</property>
 
508
                                    <property name="can_focus">True</property>
 
509
                                    <property name="receives_default">True</property>
 
510
                                    <property name="color">#000000000000</property>
 
511
                                    <signal name="color_set" handler="on_title_transmit_fg_color_color_set"/>
 
512
                                  </object>
 
513
                                  <packing>
 
514
                                    <property name="left_attach">1</property>
 
515
                                    <property name="right_attach">2</property>
 
516
                                    <property name="top_attach">1</property>
 
517
                                    <property name="bottom_attach">2</property>
 
518
                                    <property name="x_options"></property>
 
519
                                    <property name="y_options"></property>
 
520
                                  </packing>
 
521
                                </child>
 
522
                                <child>
 
523
                                  <object class="GtkColorButton" id="title_inactive_fg_color">
 
524
                                    <property name="visible">True</property>
 
525
                                    <property name="can_focus">True</property>
 
526
                                    <property name="receives_default">True</property>
 
527
                                    <property name="color">#000000000000</property>
 
528
                                    <signal name="color_set" handler="on_title_inactive_fg_color_color_set"/>
 
529
                                  </object>
 
530
                                  <packing>
 
531
                                    <property name="left_attach">2</property>
 
532
                                    <property name="right_attach">3</property>
 
533
                                    <property name="top_attach">1</property>
 
534
                                    <property name="bottom_attach">2</property>
 
535
                                    <property name="x_options"></property>
 
536
                                    <property name="y_options"></property>
 
537
                                  </packing>
 
538
                                </child>
 
539
                                <child>
 
540
                                  <object class="GtkColorButton" id="title_transmit_bg_color">
 
541
                                    <property name="visible">True</property>
 
542
                                    <property name="can_focus">True</property>
 
543
                                    <property name="receives_default">True</property>
 
544
                                    <property name="color">#000000000000</property>
 
545
                                    <signal name="color_set" handler="on_title_transmit_bg_color_color_set"/>
 
546
                                  </object>
 
547
                                  <packing>
 
548
                                    <property name="left_attach">1</property>
 
549
                                    <property name="right_attach">2</property>
 
550
                                    <property name="top_attach">2</property>
 
551
                                    <property name="bottom_attach">3</property>
 
552
                                    <property name="x_options"></property>
 
553
                                    <property name="y_options"></property>
 
554
                                  </packing>
 
555
                                </child>
 
556
                                <child>
 
557
                                  <object class="GtkColorButton" id="title_inactive_bg_color">
 
558
                                    <property name="visible">True</property>
 
559
                                    <property name="can_focus">True</property>
 
560
                                    <property name="receives_default">True</property>
 
561
                                    <property name="color">#000000000000</property>
 
562
                                    <signal name="color_set" handler="on_title_inactive_bg_color_color_set"/>
 
563
                                  </object>
 
564
                                  <packing>
 
565
                                    <property name="left_attach">2</property>
 
566
                                    <property name="right_attach">3</property>
 
567
                                    <property name="top_attach">2</property>
 
568
                                    <property name="bottom_attach">3</property>
 
569
                                    <property name="x_options"></property>
 
570
                                    <property name="y_options"></property>
 
571
                                  </packing>
 
572
                                </child>
 
573
                                <child>
 
574
                                  <object class="GtkColorButton" id="title_receive_fg_color">
 
575
                                    <property name="visible">True</property>
 
576
                                    <property name="can_focus">True</property>
 
577
                                    <property name="receives_default">True</property>
 
578
                                    <property name="color">#000000000000</property>
 
579
                                    <signal name="color_set" handler="on_title_receive_fg_color_color_set"/>
 
580
                                  </object>
 
581
                                  <packing>
 
582
                                    <property name="left_attach">3</property>
 
583
                                    <property name="right_attach">4</property>
 
584
                                    <property name="top_attach">1</property>
 
585
                                    <property name="bottom_attach">2</property>
 
586
                                    <property name="x_options"></property>
 
587
                                    <property name="y_options"></property>
 
588
                                  </packing>
 
589
                                </child>
 
590
                                <child>
 
591
                                  <object class="GtkColorButton" id="title_receive_bg_color">
 
592
                                    <property name="visible">True</property>
 
593
                                    <property name="can_focus">True</property>
 
594
                                    <property name="receives_default">True</property>
 
595
                                    <property name="color">#000000000000</property>
 
596
                                    <signal name="color_set" handler="on_title_receive_bg_color_color_set"/>
 
597
                                  </object>
 
598
                                  <packing>
 
599
                                    <property name="left_attach">3</property>
 
600
                                    <property name="right_attach">4</property>
 
601
                                    <property name="top_attach">2</property>
 
602
                                    <property name="bottom_attach">3</property>
 
603
                                    <property name="x_options"></property>
 
604
                                    <property name="y_options"></property>
 
605
                                  </packing>
 
606
                                </child>
 
607
                                <child>
 
608
                                  <object class="GtkLabel" id="label20">
 
609
                                    <property name="visible">True</property>
 
610
                                    <property name="label" translatable="yes">Receiving terminal</property>
 
611
                                  </object>
 
612
                                  <packing>
 
613
                                    <property name="left_attach">3</property>
 
614
                                    <property name="right_attach">4</property>
 
615
                                    <property name="x_options">GTK_EXPAND</property>
 
616
                                    <property name="y_options"></property>
 
617
                                  </packing>
 
618
                                </child>
 
619
                                <child>
 
620
                                  <object class="GtkLabel" id="label18">
 
621
                                    <property name="visible">True</property>
 
622
                                    <property name="label" translatable="yes">Focused terminal</property>
 
623
                                  </object>
 
624
                                  <packing>
 
625
                                    <property name="left_attach">1</property>
 
626
                                    <property name="right_attach">2</property>
 
627
                                    <property name="x_options">GTK_EXPAND</property>
 
628
                                    <property name="y_options"></property>
 
629
                                  </packing>
 
630
                                </child>
 
631
                                <child>
 
632
                                  <object class="GtkLabel" id="label19">
 
633
                                    <property name="visible">True</property>
 
634
                                    <property name="label" translatable="yes">Inactive terminal</property>
 
635
                                  </object>
 
636
                                  <packing>
 
637
                                    <property name="left_attach">2</property>
 
638
                                    <property name="right_attach">3</property>
 
639
                                    <property name="x_options">GTK_EXPAND</property>
 
640
                                    <property name="y_options"></property>
 
641
                                  </packing>
 
642
                                </child>
 
643
                                <child>
 
644
                                  <object class="GtkLabel" id="label16">
 
645
                                    <property name="visible">True</property>
 
646
                                    <property name="label" translatable="yes">Foreground</property>
 
647
                                  </object>
 
648
                                  <packing>
 
649
                                    <property name="top_attach">1</property>
 
650
                                    <property name="bottom_attach">2</property>
 
651
                                    <property name="x_options"></property>
 
652
                                    <property name="y_options"></property>
 
653
                                  </packing>
 
654
                                </child>
 
655
                                <child>
 
656
                                  <object class="GtkLabel" id="label17">
 
657
                                    <property name="visible">True</property>
 
658
                                    <property name="label" translatable="yes">Background</property>
 
659
                                  </object>
 
660
                                  <packing>
 
661
                                    <property name="top_attach">2</property>
 
662
                                    <property name="bottom_attach">3</property>
 
663
                                    <property name="x_options"></property>
 
664
                                    <property name="y_options"></property>
 
665
                                  </packing>
 
666
                                </child>
 
667
                                <child>
 
668
                                  <placeholder/>
 
669
                                </child>
 
670
                              </object>
 
671
                            </child>
 
672
                          </object>
 
673
                          <packing>
 
674
                            <property name="expand">False</property>
 
675
                            <property name="position">1</property>
 
676
                          </packing>
 
677
                        </child>
 
678
                      </object>
 
679
                      <packing>
 
680
                        <property name="position">1</property>
 
681
                      </packing>
 
682
                    </child>
 
683
                  </object>
 
684
                </child>
 
685
              </object>
 
686
            </child>
 
687
            <child type="tab">
 
688
              <object class="GtkLabel" id="label1">
 
689
                <property name="visible">True</property>
 
690
                <property name="label" translatable="yes">Global</property>
 
691
              </object>
 
692
              <packing>
 
693
                <property name="tab_fill">False</property>
 
694
              </packing>
 
695
            </child>
 
696
            <child>
 
697
              <object class="GtkHBox" id="hbox1">
 
698
                <property name="visible">True</property>
 
699
                <child>
 
700
                  <object class="GtkVBox" id="vbox1">
 
701
                    <property name="visible">True</property>
 
702
                    <child>
 
703
                      <object class="GtkTreeView" id="profilelist">
 
704
                        <property name="visible">True</property>
 
705
                        <property name="can_focus">True</property>
 
706
                        <property name="model">ProfilesListStore</property>
 
707
                        <property name="hadjustment">adjustment2</property>
 
708
                        <property name="vadjustment">adjustment3</property>
 
709
                        <property name="headers_clickable">False</property>
 
710
                        <property name="search_column">0</property>
 
711
                        <child>
 
712
                          <object class="GtkTreeViewColumn" id="profilecolumn">
 
713
                            <property name="title">Profile</property>
 
714
                            <property name="clickable">True</property>
 
715
                            <child>
 
716
                              <object class="GtkCellRendererText" id="cellrenderertext3">
 
717
                                <signal name="edited" handler="on_profile_name_edited"/>
 
718
                              </object>
 
719
                              <attributes>
 
720
                                <attribute name="editable">1</attribute>
 
721
                                <attribute name="text">0</attribute>
 
722
                              </attributes>
 
723
                            </child>
 
724
                          </object>
 
725
                        </child>
 
726
                      </object>
 
727
                      <packing>
 
728
                        <property name="position">0</property>
 
729
                      </packing>
 
730
                    </child>
 
731
                    <child>
 
732
                      <object class="GtkHBox" id="hbox3">
 
733
                        <property name="visible">True</property>
 
734
                        <child>
 
735
                          <placeholder/>
 
736
                        </child>
 
737
                        <child>
 
738
                          <object class="GtkButton" id="profileaddbutton">
 
739
                            <property name="label">gtk-add</property>
 
740
                            <property name="visible">True</property>
 
741
                            <property name="can_focus">True</property>
 
742
                            <property name="receives_default">True</property>
 
743
                            <property name="use_stock">True</property>
 
744
                            <signal name="clicked" handler="on_profileaddbutton_clicked"/>
 
745
                          </object>
 
746
                          <packing>
 
747
                            <property name="expand">False</property>
 
748
                            <property name="fill">False</property>
 
749
                            <property name="position">1</property>
 
750
                          </packing>
 
751
                        </child>
 
752
                        <child>
 
753
                          <object class="GtkButton" id="profileremovebutton">
 
754
                            <property name="label">gtk-remove</property>
 
755
                            <property name="visible">True</property>
 
756
                            <property name="can_focus">True</property>
 
757
                            <property name="receives_default">True</property>
 
758
                            <property name="use_stock">True</property>
 
759
                            <signal name="clicked" handler="on_profileremovebutton_clicked"/>
 
760
                          </object>
 
761
                          <packing>
 
762
                            <property name="expand">False</property>
 
763
                            <property name="fill">False</property>
 
764
                            <property name="position">2</property>
 
765
                          </packing>
 
766
                        </child>
 
767
                      </object>
 
768
                      <packing>
 
769
                        <property name="expand">False</property>
 
770
                        <property name="position">1</property>
 
771
                      </packing>
 
772
                    </child>
 
773
                  </object>
 
774
                  <packing>
 
775
                    <property name="position">0</property>
 
776
                  </packing>
 
777
                </child>
 
778
                <child>
 
779
                  <object class="GtkNotebook" id="profile_editor_notebook">
 
780
                    <property name="visible">True</property>
 
781
                    <property name="can_focus">True</property>
 
782
                    <property name="border_width">5</property>
 
783
                    <child>
 
784
                      <object class="GtkVBox" id="vbox3">
 
785
                        <property name="visible">True</property>
 
786
                        <property name="border_width">12</property>
 
787
                        <property name="spacing">6</property>
 
788
                        <child>
 
789
                          <object class="GtkCheckButton" id="system_font_checkbutton">
 
790
                            <property name="label" translatable="yes">_Use the system fixed width font</property>
 
791
                            <property name="visible">True</property>
 
792
                            <property name="can_focus">True</property>
 
793
                            <property name="receives_default">False</property>
 
794
                            <property name="use_underline">True</property>
 
795
                            <property name="draw_indicator">True</property>
 
796
                            <signal name="toggled" handler="on_system_font_checkbutton_toggled"/>
 
797
                          </object>
 
798
                          <packing>
 
799
                            <property name="expand">False</property>
 
800
                            <property name="fill">False</property>
 
801
                            <property name="position">0</property>
 
802
                          </packing>
 
803
                        </child>
 
804
                        <child>
 
805
                          <object class="GtkAlignment" id="alignment10109">
 
806
                            <property name="visible">True</property>
 
807
                            <property name="left_padding">12</property>
 
808
                            <child>
 
809
                              <object class="GtkHBox" id="font_hbox">
 
810
                                <property name="visible">True</property>
 
811
                                <property name="spacing">12</property>
 
812
                                <child>
 
813
                                  <object class="GtkLabel" id="font_selector_label">
 
814
                                    <property name="visible">True</property>
 
815
                                    <property name="xalign">0</property>
 
816
                                    <property name="label" translatable="yes">_Font:</property>
 
817
                                    <property name="use_underline">True</property>
 
818
                                    <property name="mnemonic_widget">font_selector</property>
 
819
                                  </object>
 
820
                                  <packing>
 
821
                                    <property name="expand">False</property>
 
822
                                    <property name="fill">False</property>
 
823
                                    <property name="position">0</property>
 
824
                                  </packing>
 
825
                                </child>
 
826
                                <child>
 
827
                                  <object class="GtkFontButton" id="font_selector">
 
828
                                    <property name="visible">True</property>
 
829
                                    <property name="can_focus">True</property>
 
830
                                    <property name="receives_default">True</property>
 
831
                                    <property name="focus_on_click">False</property>
 
832
                                    <property name="title" translatable="yes">Choose A Terminal Font</property>
 
833
                                    <property name="use_font">True</property>
 
834
                                    <signal name="font_set" handler="on_font_selector_font_set"/>
 
835
                                  </object>
 
836
                                  <packing>
 
837
                                    <property name="expand">False</property>
 
838
                                    <property name="fill">False</property>
 
839
                                    <property name="position">1</property>
 
840
                                  </packing>
 
841
                                </child>
 
842
                              </object>
 
843
                            </child>
 
844
                          </object>
 
845
                          <packing>
 
846
                            <property name="expand">False</property>
 
847
                            <property name="fill">False</property>
 
848
                            <property name="position">1</property>
 
849
                          </packing>
 
850
                        </child>
 
851
                        <child>
 
852
                          <object class="GtkCheckButton" id="allow_bold_checkbutton">
 
853
                            <property name="label" translatable="yes">_Allow bold text</property>
 
854
                            <property name="visible">True</property>
 
855
                            <property name="can_focus">True</property>
 
856
                            <property name="receives_default">False</property>
 
857
                            <property name="use_underline">True</property>
 
858
                            <property name="draw_indicator">True</property>
 
859
                            <signal name="toggled" handler="on_allow_bold_checkbutton_toggled"/>
 
860
                          </object>
 
861
                          <packing>
 
862
                            <property name="expand">False</property>
 
863
                            <property name="fill">False</property>
 
864
                            <property name="position">2</property>
 
865
                          </packing>
 
866
                        </child>
 
867
                        <child>
 
868
                          <object class="GtkCheckButton" id="show_titlebar">
 
869
                            <property name="label" translatable="yes">Show titlebar</property>
 
870
                            <property name="visible">True</property>
 
871
                            <property name="can_focus">True</property>
 
872
                            <property name="receives_default">False</property>
 
873
                            <property name="draw_indicator">True</property>
 
874
                            <signal name="toggled" handler="on_show_titlebar_toggled"/>
 
875
                          </object>
 
876
                          <packing>
 
877
                            <property name="expand">False</property>
 
878
                            <property name="fill">False</property>
 
879
                            <property name="position">3</property>
 
880
                          </packing>
 
881
                        </child>
 
882
                        <child>
 
883
                          <object class="GtkHBox" id="hbox136">
 
884
                            <property name="visible">True</property>
 
885
                            <property name="spacing">12</property>
 
886
                            <child>
 
887
                              <object class="GtkLabel" id="word_chars_entry_label">
 
888
                                <property name="visible">True</property>
 
889
                                <property name="xalign">0</property>
 
890
                                <property name="label" translatable="yes">Select-by-_word characters:</property>
 
891
                                <property name="use_underline">True</property>
 
892
                                <property name="justify">center</property>
 
893
                                <property name="mnemonic_widget">word_chars_entry</property>
 
894
                              </object>
 
895
                              <packing>
 
896
                                <property name="expand">False</property>
 
897
                                <property name="fill">False</property>
 
898
                                <property name="position">0</property>
 
899
                              </packing>
 
900
                            </child>
 
901
                            <child>
 
902
                              <object class="GtkEntry" id="word_chars_entry">
 
903
                                <property name="visible">True</property>
 
904
                                <property name="can_focus">True</property>
 
905
                                <property name="invisible_char">&#x2022;</property>
 
906
                                <signal name="activate" handler="on_word_chars_entry_activate"/>
 
907
                              </object>
 
908
                              <packing>
 
909
                                <property name="position">1</property>
 
910
                              </packing>
 
911
                            </child>
 
912
                          </object>
 
913
                          <packing>
 
914
                            <property name="expand">False</property>
 
915
                            <property name="position">4</property>
 
916
                          </packing>
 
917
                        </child>
 
918
                        <child>
 
919
                          <object class="GtkVBox" id="vbox8">
 
920
                            <property name="visible">True</property>
 
921
                            <property name="spacing">6</property>
 
922
                            <child>
 
923
                              <object class="GtkLabel" id="label21">
 
924
                                <property name="visible">True</property>
 
925
                                <property name="xalign">0</property>
 
926
                                <property name="label" translatable="yes">&lt;b&gt;Cursor&lt;/b&gt;</property>
 
927
                                <property name="use_markup">True</property>
 
928
                              </object>
 
929
                              <packing>
 
930
                                <property name="expand">False</property>
 
931
                                <property name="fill">False</property>
 
932
                                <property name="position">0</property>
 
933
                              </packing>
 
934
                            </child>
 
935
                            <child>
 
936
                              <object class="GtkAlignment" id="alignment5">
 
937
                                <property name="visible">True</property>
 
938
                                <property name="left_padding">12</property>
 
939
                                <child>
 
940
                                  <object class="GtkVBox" id="vbox9">
 
941
                                    <property name="visible">True</property>
 
942
                                    <child>
 
943
                                      <object class="GtkHBox" id="hbox4">
 
944
                                        <property name="visible">True</property>
 
945
                                        <child>
 
946
                                          <object class="GtkTable" id="table3">
 
947
                                            <property name="visible">True</property>
 
948
                                            <property name="n_rows">2</property>
 
949
                                            <property name="n_columns">2</property>
 
950
                                            <property name="column_spacing">12</property>
 
951
                                            <property name="row_spacing">6</property>
 
952
                                            <child>
 
953
                                              <object class="GtkComboBox" id="cursor_shape_combobox">
 
954
                                                <property name="visible">True</property>
 
955
                                                <property name="model">CursorShapeListStore</property>
 
956
                                                <property name="active">0</property>
 
957
                                                <signal name="changed" handler="on_cursor_shape_combobox_changed"/>
 
958
                                                <child>
 
959
                                                  <object class="GtkCellRendererText" id="cellrenderertext4"/>
 
960
                                                  <attributes>
 
961
                                                    <attribute name="text">0</attribute>
 
962
                                                  </attributes>
 
963
                                                </child>
 
964
                                              </object>
 
965
                                              <packing>
 
966
                                                <property name="left_attach">1</property>
 
967
                                                <property name="right_attach">2</property>
 
968
                                                <property name="x_options"></property>
 
969
                                                <property name="y_options"></property>
 
970
                                              </packing>
 
971
                                            </child>
 
972
                                            <child>
 
973
                                              <object class="GtkLabel" id="label22">
 
974
                                                <property name="visible">True</property>
 
975
                                                <property name="label" translatable="yes">Cursor colour:</property>
 
976
                                              </object>
 
977
                                              <packing>
 
978
                                                <property name="top_attach">1</property>
 
979
                                                <property name="bottom_attach">2</property>
 
980
                                              </packing>
 
981
                                            </child>
 
982
                                            <child>
 
983
                                              <object class="GtkColorButton" id="cursor_color">
 
984
                                                <property name="visible">True</property>
 
985
                                                <property name="can_focus">True</property>
 
986
                                                <property name="receives_default">True</property>
 
987
                                                <property name="color">#000000000000</property>
 
988
                                                <signal name="color_set" handler="on_cursor_color_color_set"/>
 
989
                                              </object>
 
990
                                              <packing>
 
991
                                                <property name="left_attach">1</property>
 
992
                                                <property name="right_attach">2</property>
 
993
                                                <property name="top_attach">1</property>
 
994
                                                <property name="bottom_attach">2</property>
 
995
                                                <property name="x_options"></property>
 
996
                                                <property name="y_options"></property>
 
997
                                              </packing>
 
998
                                            </child>
 
999
                                            <child>
 
1000
                                              <object class="GtkLabel" id="label480">
 
1001
                                                <property name="visible">True</property>
 
1002
                                                <property name="label" translatable="yes">Cursor _shape:</property>
 
1003
                                                <property name="use_underline">True</property>
 
1004
                                                <property name="mnemonic_widget">cursor_shape_combobox</property>
 
1005
                                              </object>
 
1006
                                            </child>
 
1007
                                          </object>
 
1008
                                          <packing>
 
1009
                                            <property name="expand">False</property>
 
1010
                                            <property name="position">0</property>
 
1011
                                          </packing>
 
1012
                                        </child>
 
1013
                                        <child>
 
1014
                                          <placeholder/>
 
1015
                                        </child>
 
1016
                                      </object>
 
1017
                                      <packing>
 
1018
                                        <property name="expand">False</property>
 
1019
                                        <property name="position">0</property>
 
1020
                                      </packing>
 
1021
                                    </child>
 
1022
                                    <child>
 
1023
                                      <object class="GtkCheckButton" id="cursor_blink">
 
1024
                                        <property name="label" translatable="yes">Cursor blink</property>
 
1025
                                        <property name="visible">True</property>
 
1026
                                        <property name="can_focus">True</property>
 
1027
                                        <property name="receives_default">False</property>
 
1028
                                        <property name="draw_indicator">True</property>
 
1029
                                        <signal name="toggled" handler="on_cursor_blink_toggled"/>
 
1030
                                      </object>
 
1031
                                      <packing>
 
1032
                                        <property name="expand">False</property>
 
1033
                                        <property name="fill">False</property>
 
1034
                                        <property name="position">1</property>
 
1035
                                      </packing>
 
1036
                                    </child>
 
1037
                                  </object>
 
1038
                                </child>
 
1039
                              </object>
 
1040
                              <packing>
 
1041
                                <property name="expand">False</property>
 
1042
                                <property name="position">1</property>
 
1043
                              </packing>
 
1044
                            </child>
 
1045
                          </object>
 
1046
                          <packing>
 
1047
                            <property name="expand">False</property>
 
1048
                            <property name="fill">False</property>
 
1049
                            <property name="position">5</property>
 
1050
                          </packing>
 
1051
                        </child>
 
1052
                        <child>
 
1053
                          <object class="GtkVBox" id="vbox10">
 
1054
                            <property name="visible">True</property>
 
1055
                            <property name="spacing">6</property>
 
1056
                            <child>
 
1057
                              <object class="GtkLabel" id="label23">
 
1058
                                <property name="visible">True</property>
 
1059
                                <property name="xalign">0</property>
 
1060
                                <property name="label" translatable="yes">&lt;b&gt;Terminal bell&lt;/b&gt;</property>
 
1061
                                <property name="use_markup">True</property>
 
1062
                              </object>
 
1063
                              <packing>
 
1064
                                <property name="expand">False</property>
 
1065
                                <property name="fill">False</property>
 
1066
                                <property name="position">0</property>
 
1067
                              </packing>
 
1068
                            </child>
 
1069
                            <child>
 
1070
                              <object class="GtkAlignment" id="alignment6">
 
1071
                                <property name="visible">True</property>
 
1072
                                <property name="left_padding">12</property>
 
1073
                                <child>
 
1074
                                  <object class="GtkVBox" id="vbox11">
 
1075
                                    <property name="visible">True</property>
 
1076
                                    <child>
 
1077
                                      <object class="GtkCheckButton" id="icon_bell_checkbutton">
 
1078
                                        <property name="label" translatable="yes">Titlebar icon</property>
 
1079
                                        <property name="visible">True</property>
 
1080
                                        <property name="can_focus">True</property>
 
1081
                                        <property name="receives_default">False</property>
 
1082
                                        <property name="draw_indicator">True</property>
 
1083
                                        <signal name="toggled" handler="on_icon_bell_checkbutton_toggled"/>
 
1084
                                      </object>
 
1085
                                      <packing>
 
1086
                                        <property name="position">0</property>
 
1087
                                      </packing>
 
1088
                                    </child>
 
1089
                                    <child>
 
1090
                                      <object class="GtkCheckButton" id="visual_bell_checkbutton">
 
1091
                                        <property name="label" translatable="yes">Visual flash</property>
 
1092
                                        <property name="visible">True</property>
 
1093
                                        <property name="can_focus">True</property>
 
1094
                                        <property name="receives_default">False</property>
 
1095
                                        <property name="use_underline">True</property>
 
1096
                                        <property name="draw_indicator">True</property>
 
1097
                                        <signal name="toggled" handler="on_visual_bell_checkbutton_toggled"/>
 
1098
                                      </object>
 
1099
                                      <packing>
 
1100
                                        <property name="expand">False</property>
 
1101
                                        <property name="fill">False</property>
 
1102
                                        <property name="position">1</property>
 
1103
                                      </packing>
 
1104
                                    </child>
 
1105
                                    <child>
 
1106
                                      <object class="GtkCheckButton" id="audible_bell_checkbutton">
 
1107
                                        <property name="label" translatable="yes">Audible beep</property>
 
1108
                                        <property name="visible">True</property>
 
1109
                                        <property name="can_focus">True</property>
 
1110
                                        <property name="receives_default">False</property>
 
1111
                                        <property name="use_underline">True</property>
 
1112
                                        <property name="draw_indicator">True</property>
 
1113
                                        <signal name="toggled" handler="on_audible_bell_checkbutton_toggled"/>
 
1114
                                      </object>
 
1115
                                      <packing>
 
1116
                                        <property name="expand">False</property>
 
1117
                                        <property name="fill">False</property>
 
1118
                                        <property name="position">2</property>
 
1119
                                      </packing>
 
1120
                                    </child>
 
1121
                                    <child>
 
1122
                                      <object class="GtkCheckButton" id="urgent_bell_checkbutton">
 
1123
                                        <property name="label" translatable="yes">Window list flash</property>
 
1124
                                        <property name="visible">True</property>
 
1125
                                        <property name="can_focus">True</property>
 
1126
                                        <property name="receives_default">False</property>
 
1127
                                        <property name="use_underline">True</property>
 
1128
                                        <property name="draw_indicator">True</property>
 
1129
                                        <signal name="toggled" handler="on_urgent_bell_checkbutton_toggled"/>
 
1130
                                      </object>
 
1131
                                      <packing>
 
1132
                                        <property name="expand">False</property>
 
1133
                                        <property name="fill">False</property>
 
1134
                                        <property name="position">3</property>
 
1135
                                      </packing>
 
1136
                                    </child>
 
1137
                                  </object>
 
1138
                                </child>
 
1139
                              </object>
 
1140
                              <packing>
 
1141
                                <property name="expand">False</property>
 
1142
                                <property name="fill">False</property>
 
1143
                                <property name="position">1</property>
 
1144
                              </packing>
 
1145
                            </child>
 
1146
                          </object>
 
1147
                          <packing>
 
1148
                            <property name="expand">False</property>
 
1149
                            <property name="fill">False</property>
 
1150
                            <property name="position">6</property>
 
1151
                          </packing>
 
1152
                        </child>
 
1153
                      </object>
 
1154
                    </child>
 
1155
                    <child type="tab">
 
1156
                      <object class="GtkLabel" id="label32">
 
1157
                        <property name="visible">True</property>
 
1158
                        <property name="label" translatable="yes">General</property>
 
1159
                        <property name="use_underline">True</property>
 
1160
                        <property name="justify">center</property>
 
1161
                      </object>
 
1162
                      <packing>
 
1163
                        <property name="tab_fill">False</property>
 
1164
                      </packing>
 
1165
                    </child>
 
1166
                    <child>
 
1167
                      <object class="GtkAlignment" id="alignment1">
 
1168
                        <property name="visible">True</property>
 
1169
                        <property name="top_padding">6</property>
 
1170
                        <property name="bottom_padding">6</property>
 
1171
                        <property name="left_padding">6</property>
 
1172
                        <property name="right_padding">6</property>
 
1173
                        <child>
 
1174
                          <object class="GtkVBox" id="vbox80">
 
1175
                            <property name="visible">True</property>
 
1176
                            <property name="spacing">6</property>
 
1177
                            <child>
 
1178
                              <object class="GtkLabel" id="label36">
 
1179
                                <property name="visible">True</property>
 
1180
                                <property name="xalign">0</property>
 
1181
                                <property name="label" translatable="yes">&lt;b&gt;Command&lt;/b&gt;</property>
 
1182
                                <property name="use_markup">True</property>
 
1183
                              </object>
 
1184
                              <packing>
 
1185
                                <property name="expand">False</property>
 
1186
                                <property name="fill">False</property>
 
1187
                                <property name="position">0</property>
 
1188
                              </packing>
 
1189
                            </child>
 
1190
                            <child>
 
1191
                              <object class="GtkAlignment" id="alignment10107">
 
1192
                                <property name="visible">True</property>
 
1193
                                <property name="left_padding">12</property>
 
1194
                                <child>
 
1195
                                  <object class="GtkVBox" id="vbox81">
 
1196
                                    <property name="visible">True</property>
 
1197
                                    <child>
 
1198
                                      <object class="GtkVBox" id="vbox92">
 
1199
                                        <property name="visible">True</property>
 
1200
                                        <property name="spacing">6</property>
 
1201
                                        <child>
 
1202
                                          <object class="GtkCheckButton" id="login_shell_checkbutton">
 
1203
                                            <property name="label" translatable="yes">_Run command as a login shell</property>
 
1204
                                            <property name="visible">True</property>
 
1205
                                            <property name="can_focus">True</property>
 
1206
                                            <property name="receives_default">False</property>
 
1207
                                            <property name="use_underline">True</property>
 
1208
                                            <property name="draw_indicator">True</property>
 
1209
                                            <signal name="toggled" handler="on_login_shell_checkbutton_toggled"/>
 
1210
                                          </object>
 
1211
                                          <packing>
 
1212
                                            <property name="expand">False</property>
 
1213
                                            <property name="fill">False</property>
 
1214
                                            <property name="position">0</property>
 
1215
                                          </packing>
 
1216
                                        </child>
 
1217
                                        <child>
 
1218
                                          <object class="GtkCheckButton" id="update_records_checkbutton">
 
1219
                                            <property name="label" translatable="yes">_Update login records when command is launched</property>
 
1220
                                            <property name="visible">True</property>
 
1221
                                            <property name="can_focus">True</property>
 
1222
                                            <property name="receives_default">False</property>
 
1223
                                            <property name="use_underline">True</property>
 
1224
                                            <property name="draw_indicator">True</property>
 
1225
                                            <signal name="toggled" handler="on_update_records_checkbutton_toggled"/>
 
1226
                                          </object>
 
1227
                                          <packing>
 
1228
                                            <property name="expand">False</property>
 
1229
                                            <property name="fill">False</property>
 
1230
                                            <property name="position">1</property>
 
1231
                                          </packing>
 
1232
                                        </child>
 
1233
                                        <child>
 
1234
                                          <object class="GtkCheckButton" id="use_custom_command_checkbutton">
 
1235
                                            <property name="label" translatable="yes">Ru_n a custom command instead of my shell</property>
 
1236
                                            <property name="visible">True</property>
 
1237
                                            <property name="can_focus">True</property>
 
1238
                                            <property name="receives_default">False</property>
 
1239
                                            <property name="use_underline">True</property>
 
1240
                                            <property name="draw_indicator">True</property>
 
1241
                                            <signal name="toggled" handler="on_use_custom_command_checkbutton_toggled"/>
 
1242
                                          </object>
 
1243
                                          <packing>
 
1244
                                            <property name="expand">False</property>
 
1245
                                            <property name="fill">False</property>
 
1246
                                            <property name="position">2</property>
 
1247
                                          </packing>
 
1248
                                        </child>
 
1249
                                        <child>
 
1250
                                          <object class="GtkAlignment" id="custom_command_box">
 
1251
                                            <property name="visible">True</property>
 
1252
                                            <property name="left_padding">12</property>
 
1253
                                            <child>
 
1254
                                              <object class="GtkHBox" id="hbox134">
 
1255
                                                <property name="visible">True</property>
 
1256
                                                <property name="spacing">12</property>
 
1257
                                                <child>
 
1258
                                                  <object class="GtkLabel" id="custom_command_entry_label">
 
1259
                                                    <property name="visible">True</property>
 
1260
                                                    <property name="xalign">0</property>
 
1261
                                                    <property name="label" translatable="yes">Custom co_mmand:</property>
 
1262
                                                    <property name="use_underline">True</property>
 
1263
                                                    <property name="justify">center</property>
 
1264
                                                    <property name="mnemonic_widget">custom_command_entry</property>
 
1265
                                                  </object>
 
1266
                                                  <packing>
 
1267
                                                    <property name="expand">False</property>
 
1268
                                                    <property name="fill">False</property>
 
1269
                                                    <property name="position">0</property>
 
1270
                                                  </packing>
 
1271
                                                </child>
 
1272
                                                <child>
 
1273
                                                  <object class="GtkEntry" id="custom_command_entry">
 
1274
                                                    <property name="visible">True</property>
 
1275
                                                    <property name="can_focus">True</property>
 
1276
                                                    <property name="invisible_char">&#x2022;</property>
 
1277
                                                    <signal name="activate" handler="on_custom_command_entry_activate"/>
 
1278
                                                  </object>
 
1279
                                                  <packing>
 
1280
                                                    <property name="position">1</property>
 
1281
                                                  </packing>
 
1282
                                                </child>
 
1283
                                              </object>
 
1284
                                            </child>
 
1285
                                          </object>
 
1286
                                          <packing>
 
1287
                                            <property name="expand">False</property>
 
1288
                                            <property name="position">3</property>
 
1289
                                          </packing>
 
1290
                                        </child>
 
1291
                                        <child>
 
1292
                                          <object class="GtkHBox" id="hbox27">
 
1293
                                            <property name="visible">True</property>
 
1294
                                            <property name="spacing">12</property>
 
1295
                                            <child>
 
1296
                                              <object class="GtkLabel" id="exit_action_combobox_label">
 
1297
                                                <property name="visible">True</property>
 
1298
                                                <property name="xalign">0</property>
 
1299
                                                <property name="label" translatable="yes">When command _exits:</property>
 
1300
                                                <property name="use_underline">True</property>
 
1301
                                                <property name="justify">center</property>
 
1302
                                                <property name="mnemonic_widget">exit_action_combobox</property>
 
1303
                                              </object>
 
1304
                                              <packing>
 
1305
                                                <property name="expand">False</property>
 
1306
                                                <property name="fill">False</property>
 
1307
                                                <property name="position">0</property>
 
1308
                                              </packing>
 
1309
                                            </child>
 
1310
                                            <child>
 
1311
                                              <object class="GtkComboBox" id="exit_action_combobox">
 
1312
                                                <property name="visible">True</property>
 
1313
                                                <property name="model">ChildExitedListStore</property>
 
1314
                                                <property name="active">0</property>
 
1315
                                                <signal name="changed" handler="on_exit_action_combobox_changed"/>
 
1316
                                                <child>
 
1317
                                                  <object class="GtkCellRendererText" id="cellrenderertext5"/>
 
1318
                                                  <attributes>
 
1319
                                                    <attribute name="text">0</attribute>
 
1320
                                                  </attributes>
 
1321
                                                </child>
 
1322
                                              </object>
 
1323
                                              <packing>
 
1324
                                                <property name="position">1</property>
 
1325
                                              </packing>
 
1326
                                            </child>
 
1327
                                          </object>
 
1328
                                          <packing>
 
1329
                                            <property name="position">4</property>
 
1330
                                          </packing>
 
1331
                                        </child>
 
1332
                                      </object>
 
1333
                                      <packing>
 
1334
                                        <property name="expand">False</property>
 
1335
                                        <property name="position">0</property>
 
1336
                                      </packing>
 
1337
                                    </child>
 
1338
                                  </object>
 
1339
                                </child>
 
1340
                              </object>
 
1341
                              <packing>
 
1342
                                <property name="expand">False</property>
 
1343
                                <property name="position">1</property>
 
1344
                              </packing>
 
1345
                            </child>
 
1346
                          </object>
 
1347
                        </child>
 
1348
                      </object>
 
1349
                      <packing>
 
1350
                        <property name="position">1</property>
 
1351
                      </packing>
 
1352
                    </child>
 
1353
                    <child type="tab">
 
1354
                      <object class="GtkLabel" id="label38">
 
1355
                        <property name="visible">True</property>
 
1356
                        <property name="label" translatable="yes">Command</property>
 
1357
                        <property name="use_underline">True</property>
 
1358
                        <property name="justify">center</property>
 
1359
                      </object>
 
1360
                      <packing>
 
1361
                        <property name="position">1</property>
 
1362
                        <property name="tab_fill">False</property>
 
1363
                      </packing>
 
1364
                    </child>
 
1365
                    <child>
 
1366
                      <object class="GtkVBox" id="vbox90">
 
1367
                        <property name="visible">True</property>
 
1368
                        <property name="border_width">12</property>
 
1369
                        <property name="spacing">18</property>
 
1370
                        <child>
 
1371
                          <object class="GtkVBox" id="vbox82">
 
1372
                            <property name="visible">True</property>
 
1373
                            <property name="spacing">6</property>
 
1374
                            <child>
 
1375
                              <object class="GtkLabel" id="label39">
 
1376
                                <property name="visible">True</property>
 
1377
                                <property name="xalign">0</property>
 
1378
                                <property name="label" translatable="yes">&lt;b&gt;Foreground and Background&lt;/b&gt;</property>
 
1379
                                <property name="use_markup">True</property>
 
1380
                              </object>
 
1381
                              <packing>
 
1382
                                <property name="expand">False</property>
 
1383
                                <property name="fill">False</property>
 
1384
                                <property name="position">0</property>
 
1385
                              </packing>
 
1386
                            </child>
 
1387
                            <child>
 
1388
                              <object class="GtkAlignment" id="alignment10105">
 
1389
                                <property name="visible">True</property>
 
1390
                                <property name="left_padding">12</property>
 
1391
                                <child>
 
1392
                                  <object class="GtkTable" id="table24">
 
1393
                                    <property name="visible">True</property>
 
1394
                                    <property name="n_rows">4</property>
 
1395
                                    <property name="n_columns">2</property>
 
1396
                                    <property name="column_spacing">12</property>
 
1397
                                    <property name="row_spacing">6</property>
 
1398
                                    <child>
 
1399
                                      <object class="GtkLabel" id="foreground_colorpicker_label">
 
1400
                                        <property name="visible">True</property>
 
1401
                                        <property name="xalign">0</property>
 
1402
                                        <property name="label" translatable="yes">_Text color:</property>
 
1403
                                        <property name="use_underline">True</property>
 
1404
                                        <property name="justify">center</property>
 
1405
                                        <property name="mnemonic_widget">foreground_colorpicker</property>
 
1406
                                      </object>
 
1407
                                      <packing>
 
1408
                                        <property name="top_attach">2</property>
 
1409
                                        <property name="bottom_attach">3</property>
 
1410
                                        <property name="x_options">GTK_FILL</property>
 
1411
                                        <property name="y_options"></property>
 
1412
                                      </packing>
 
1413
                                    </child>
 
1414
                                    <child>
 
1415
                                      <object class="GtkCheckButton" id="use_theme_colors_checkbutton">
 
1416
                                        <property name="label" translatable="yes">_Use colors from system theme</property>
 
1417
                                        <property name="visible">True</property>
 
1418
                                        <property name="can_focus">True</property>
 
1419
                                        <property name="receives_default">False</property>
 
1420
                                        <property name="use_underline">True</property>
 
1421
                                        <property name="draw_indicator">True</property>
 
1422
                                        <signal name="toggled" handler="on_use_theme_colors_checkbutton_toggled"/>
 
1423
                                      </object>
 
1424
                                      <packing>
 
1425
                                        <property name="right_attach">2</property>
 
1426
                                        <property name="x_options">GTK_FILL</property>
 
1427
                                        <property name="y_options"></property>
 
1428
                                      </packing>
 
1429
                                    </child>
 
1430
                                    <child>
 
1431
                                      <object class="GtkLabel" id="background_colorpicker_label">
 
1432
                                        <property name="visible">True</property>
 
1433
                                        <property name="xalign">0</property>
 
1434
                                        <property name="label" translatable="yes">_Background color:</property>
 
1435
                                        <property name="use_underline">True</property>
 
1436
                                        <property name="justify">center</property>
 
1437
                                        <property name="mnemonic_widget">background_colorpicker</property>
 
1438
                                      </object>
 
1439
                                      <packing>
 
1440
                                        <property name="top_attach">3</property>
 
1441
                                        <property name="bottom_attach">4</property>
 
1442
                                        <property name="x_options">GTK_FILL</property>
 
1443
                                        <property name="y_options"></property>
 
1444
                                      </packing>
 
1445
                                    </child>
 
1446
                                    <child>
 
1447
                                      <object class="GtkLabel" id="color_scheme_combobox_label">
 
1448
                                        <property name="visible">True</property>
 
1449
                                        <property name="xalign">0</property>
 
1450
                                        <property name="label" translatable="yes">Built-in sche_mes:</property>
 
1451
                                        <property name="use_underline">True</property>
 
1452
                                        <property name="justify">center</property>
 
1453
                                        <property name="mnemonic_widget">color_scheme_combobox</property>
 
1454
                                      </object>
 
1455
                                      <packing>
 
1456
                                        <property name="top_attach">1</property>
 
1457
                                        <property name="bottom_attach">2</property>
 
1458
                                        <property name="x_options">GTK_FILL</property>
 
1459
                                        <property name="y_options"></property>
 
1460
                                      </packing>
 
1461
                                    </child>
 
1462
                                    <child>
 
1463
                                      <object class="GtkHBox" id="hbox18">
 
1464
                                        <property name="visible">True</property>
 
1465
                                        <child>
 
1466
                                          <object class="GtkColorButton" id="foreground_colorpicker">
 
1467
                                            <property name="visible">True</property>
 
1468
                                            <property name="can_focus">True</property>
 
1469
                                            <property name="receives_default">True</property>
 
1470
                                            <property name="title" translatable="yes">Choose Terminal Text Color</property>
 
1471
                                            <property name="color">#000000000000</property>
 
1472
                                            <signal name="color_set" handler="on_foreground_colorpicker_color_set"/>
 
1473
                                          </object>
 
1474
                                          <packing>
 
1475
                                            <property name="expand">False</property>
 
1476
                                            <property name="fill">False</property>
 
1477
                                            <property name="position">0</property>
 
1478
                                          </packing>
 
1479
                                        </child>
 
1480
                                        <child>
 
1481
                                          <placeholder/>
 
1482
                                        </child>
 
1483
                                      </object>
 
1484
                                      <packing>
 
1485
                                        <property name="left_attach">1</property>
 
1486
                                        <property name="right_attach">2</property>
 
1487
                                        <property name="top_attach">2</property>
 
1488
                                        <property name="bottom_attach">3</property>
 
1489
                                        <property name="x_options">GTK_FILL</property>
 
1490
                                        <property name="y_options">GTK_FILL</property>
 
1491
                                      </packing>
 
1492
                                    </child>
 
1493
                                    <child>
 
1494
                                      <object class="GtkHBox" id="hbox19">
 
1495
                                        <property name="visible">True</property>
 
1496
                                        <child>
 
1497
                                          <object class="GtkColorButton" id="background_colorpicker">
 
1498
                                            <property name="visible">True</property>
 
1499
                                            <property name="can_focus">True</property>
 
1500
                                            <property name="receives_default">True</property>
 
1501
                                            <property name="title" translatable="yes">Choose Terminal Background Color</property>
 
1502
                                            <property name="color">#000000000000</property>
 
1503
                                            <signal name="color_set" handler="on_background_colorpicker_color_set"/>
 
1504
                                          </object>
 
1505
                                          <packing>
 
1506
                                            <property name="expand">False</property>
 
1507
                                            <property name="fill">False</property>
 
1508
                                            <property name="position">0</property>
 
1509
                                          </packing>
 
1510
                                        </child>
 
1511
                                        <child>
 
1512
                                          <placeholder/>
 
1513
                                        </child>
 
1514
                                      </object>
 
1515
                                      <packing>
 
1516
                                        <property name="left_attach">1</property>
 
1517
                                        <property name="right_attach">2</property>
 
1518
                                        <property name="top_attach">3</property>
 
1519
                                        <property name="bottom_attach">4</property>
 
1520
                                        <property name="x_options">GTK_FILL</property>
 
1521
                                        <property name="y_options">GTK_FILL</property>
 
1522
                                      </packing>
 
1523
                                    </child>
 
1524
                                    <child>
 
1525
                                      <object class="GtkComboBox" id="color_scheme_combobox">
 
1526
                                        <property name="visible">True</property>
 
1527
                                        <property name="model">ColourSchemeListStore</property>
 
1528
                                        <property name="active">2</property>
 
1529
                                        <signal name="changed" handler="on_color_scheme_combobox_changed"/>
 
1530
                                        <child>
 
1531
                                          <object class="GtkCellRendererText" id="cellrenderertext6"/>
 
1532
                                          <attributes>
 
1533
                                            <attribute name="text">0</attribute>
 
1534
                                          </attributes>
 
1535
                                        </child>
 
1536
                                      </object>
 
1537
                                      <packing>
 
1538
                                        <property name="left_attach">1</property>
 
1539
                                        <property name="right_attach">2</property>
 
1540
                                        <property name="top_attach">1</property>
 
1541
                                        <property name="bottom_attach">2</property>
 
1542
                                        <property name="y_options">GTK_FILL</property>
 
1543
                                      </packing>
 
1544
                                    </child>
 
1545
                                  </object>
 
1546
                                </child>
 
1547
                              </object>
 
1548
                              <packing>
 
1549
                                <property name="expand">False</property>
 
1550
                                <property name="position">1</property>
 
1551
                              </packing>
 
1552
                            </child>
 
1553
                          </object>
 
1554
                          <packing>
 
1555
                            <property name="expand">False</property>
 
1556
                            <property name="position">0</property>
 
1557
                          </packing>
 
1558
                        </child>
 
1559
                        <child>
 
1560
                          <object class="GtkVBox" id="vbox83">
 
1561
                            <property name="visible">True</property>
 
1562
                            <property name="spacing">6</property>
 
1563
                            <child>
 
1564
                              <object class="GtkLabel" id="label42">
 
1565
                                <property name="visible">True</property>
 
1566
                                <property name="xalign">0</property>
 
1567
                                <property name="label" translatable="yes">&lt;b&gt;Palette&lt;/b&gt;</property>
 
1568
                                <property name="use_markup">True</property>
 
1569
                              </object>
 
1570
                              <packing>
 
1571
                                <property name="expand">False</property>
 
1572
                                <property name="fill">False</property>
 
1573
                                <property name="position">0</property>
 
1574
                              </packing>
 
1575
                            </child>
 
1576
                            <child>
 
1577
                              <object class="GtkAlignment" id="alignment10106">
 
1578
                                <property name="visible">True</property>
 
1579
                                <property name="left_padding">12</property>
 
1580
                                <child>
 
1581
                                  <object class="GtkTable" id="table25">
 
1582
                                    <property name="visible">True</property>
 
1583
                                    <property name="n_rows">3</property>
 
1584
                                    <property name="n_columns">2</property>
 
1585
                                    <property name="column_spacing">12</property>
 
1586
                                    <property name="row_spacing">6</property>
 
1587
                                    <child>
 
1588
                                      <object class="GtkLabel" id="palette_optionmenu_label">
 
1589
                                        <property name="visible">True</property>
 
1590
                                        <property name="xalign">0</property>
 
1591
                                        <property name="label" translatable="yes">Built-in _schemes:</property>
 
1592
                                        <property name="use_underline">True</property>
 
1593
                                        <property name="justify">center</property>
 
1594
                                        <property name="mnemonic_widget">palette_combobox</property>
 
1595
                                      </object>
 
1596
                                      <packing>
 
1597
                                        <property name="top_attach">1</property>
 
1598
                                        <property name="bottom_attach">2</property>
 
1599
                                        <property name="x_options">GTK_FILL</property>
 
1600
                                        <property name="y_options"></property>
 
1601
                                      </packing>
 
1602
                                    </child>
 
1603
                                    <child>
 
1604
                                      <object class="GtkTable" id="palette_table">
 
1605
                                        <property name="visible">True</property>
 
1606
                                        <property name="n_rows">2</property>
 
1607
                                        <property name="n_columns">8</property>
 
1608
                                        <property name="column_spacing">6</property>
 
1609
                                        <property name="row_spacing">6</property>
 
1610
                                        <child>
 
1611
                                          <object class="GtkColorButton" id="palette_colorpicker_1">
 
1612
                                            <property name="visible">True</property>
 
1613
                                            <property name="can_focus">True</property>
 
1614
                                            <property name="receives_default">True</property>
 
1615
                                            <property name="color">#000000000000</property>
 
1616
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1617
                                          </object>
 
1618
                                          <packing>
 
1619
                                            <property name="x_options"></property>
 
1620
                                            <property name="y_options"></property>
 
1621
                                          </packing>
 
1622
                                        </child>
 
1623
                                        <child>
 
1624
                                          <object class="GtkColorButton" id="palette_colorpicker_2">
 
1625
                                            <property name="visible">True</property>
 
1626
                                            <property name="can_focus">True</property>
 
1627
                                            <property name="receives_default">True</property>
 
1628
                                            <property name="color">#000000000000</property>
 
1629
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1630
                                          </object>
 
1631
                                          <packing>
 
1632
                                            <property name="left_attach">1</property>
 
1633
                                            <property name="right_attach">2</property>
 
1634
                                            <property name="x_options"></property>
 
1635
                                            <property name="y_options"></property>
 
1636
                                          </packing>
 
1637
                                        </child>
 
1638
                                        <child>
 
1639
                                          <object class="GtkColorButton" id="palette_colorpicker_3">
 
1640
                                            <property name="visible">True</property>
 
1641
                                            <property name="can_focus">True</property>
 
1642
                                            <property name="receives_default">True</property>
 
1643
                                            <property name="color">#000000000000</property>
 
1644
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1645
                                          </object>
 
1646
                                          <packing>
 
1647
                                            <property name="left_attach">2</property>
 
1648
                                            <property name="right_attach">3</property>
 
1649
                                            <property name="x_options"></property>
 
1650
                                            <property name="y_options"></property>
 
1651
                                          </packing>
 
1652
                                        </child>
 
1653
                                        <child>
 
1654
                                          <object class="GtkColorButton" id="palette_colorpicker_4">
 
1655
                                            <property name="visible">True</property>
 
1656
                                            <property name="can_focus">True</property>
 
1657
                                            <property name="receives_default">True</property>
 
1658
                                            <property name="color">#000000000000</property>
 
1659
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1660
                                          </object>
 
1661
                                          <packing>
 
1662
                                            <property name="left_attach">3</property>
 
1663
                                            <property name="right_attach">4</property>
 
1664
                                            <property name="x_options"></property>
 
1665
                                            <property name="y_options"></property>
 
1666
                                          </packing>
 
1667
                                        </child>
 
1668
                                        <child>
 
1669
                                          <object class="GtkColorButton" id="palette_colorpicker_5">
 
1670
                                            <property name="visible">True</property>
 
1671
                                            <property name="can_focus">True</property>
 
1672
                                            <property name="receives_default">True</property>
 
1673
                                            <property name="color">#000000000000</property>
 
1674
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1675
                                          </object>
 
1676
                                          <packing>
 
1677
                                            <property name="left_attach">4</property>
 
1678
                                            <property name="right_attach">5</property>
 
1679
                                            <property name="x_options"></property>
 
1680
                                            <property name="y_options"></property>
 
1681
                                          </packing>
 
1682
                                        </child>
 
1683
                                        <child>
 
1684
                                          <object class="GtkColorButton" id="palette_colorpicker_6">
 
1685
                                            <property name="visible">True</property>
 
1686
                                            <property name="can_focus">True</property>
 
1687
                                            <property name="receives_default">True</property>
 
1688
                                            <property name="color">#000000000000</property>
 
1689
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1690
                                          </object>
 
1691
                                          <packing>
 
1692
                                            <property name="left_attach">5</property>
 
1693
                                            <property name="right_attach">6</property>
 
1694
                                            <property name="x_options"></property>
 
1695
                                            <property name="y_options"></property>
 
1696
                                          </packing>
 
1697
                                        </child>
 
1698
                                        <child>
 
1699
                                          <object class="GtkColorButton" id="palette_colorpicker_8">
 
1700
                                            <property name="visible">True</property>
 
1701
                                            <property name="can_focus">True</property>
 
1702
                                            <property name="receives_default">True</property>
 
1703
                                            <property name="color">#000000000000</property>
 
1704
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1705
                                          </object>
 
1706
                                          <packing>
 
1707
                                            <property name="left_attach">7</property>
 
1708
                                            <property name="right_attach">8</property>
 
1709
                                            <property name="x_options"></property>
 
1710
                                            <property name="y_options"></property>
 
1711
                                          </packing>
 
1712
                                        </child>
 
1713
                                        <child>
 
1714
                                          <object class="GtkColorButton" id="palette_colorpicker_9">
 
1715
                                            <property name="visible">True</property>
 
1716
                                            <property name="can_focus">True</property>
 
1717
                                            <property name="receives_default">True</property>
 
1718
                                            <property name="color">#000000000000</property>
 
1719
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1720
                                          </object>
 
1721
                                          <packing>
 
1722
                                            <property name="top_attach">1</property>
 
1723
                                            <property name="bottom_attach">2</property>
 
1724
                                            <property name="x_options"></property>
 
1725
                                            <property name="y_options"></property>
 
1726
                                          </packing>
 
1727
                                        </child>
 
1728
                                        <child>
 
1729
                                          <object class="GtkColorButton" id="palette_colorpicker_10">
 
1730
                                            <property name="visible">True</property>
 
1731
                                            <property name="can_focus">True</property>
 
1732
                                            <property name="receives_default">True</property>
 
1733
                                            <property name="color">#000000000000</property>
 
1734
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1735
                                          </object>
 
1736
                                          <packing>
 
1737
                                            <property name="left_attach">1</property>
 
1738
                                            <property name="right_attach">2</property>
 
1739
                                            <property name="top_attach">1</property>
 
1740
                                            <property name="bottom_attach">2</property>
 
1741
                                            <property name="x_options"></property>
 
1742
                                            <property name="y_options"></property>
 
1743
                                          </packing>
 
1744
                                        </child>
 
1745
                                        <child>
 
1746
                                          <object class="GtkColorButton" id="palette_colorpicker_12">
 
1747
                                            <property name="visible">True</property>
 
1748
                                            <property name="can_focus">True</property>
 
1749
                                            <property name="receives_default">True</property>
 
1750
                                            <property name="color">#000000000000</property>
 
1751
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1752
                                          </object>
 
1753
                                          <packing>
 
1754
                                            <property name="left_attach">3</property>
 
1755
                                            <property name="right_attach">4</property>
 
1756
                                            <property name="top_attach">1</property>
 
1757
                                            <property name="bottom_attach">2</property>
 
1758
                                            <property name="x_options"></property>
 
1759
                                            <property name="y_options"></property>
 
1760
                                          </packing>
 
1761
                                        </child>
 
1762
                                        <child>
 
1763
                                          <object class="GtkColorButton" id="palette_colorpicker_11">
 
1764
                                            <property name="visible">True</property>
 
1765
                                            <property name="can_focus">True</property>
 
1766
                                            <property name="receives_default">True</property>
 
1767
                                            <property name="color">#000000000000</property>
 
1768
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1769
                                          </object>
 
1770
                                          <packing>
 
1771
                                            <property name="left_attach">2</property>
 
1772
                                            <property name="right_attach">3</property>
 
1773
                                            <property name="top_attach">1</property>
 
1774
                                            <property name="bottom_attach">2</property>
 
1775
                                            <property name="x_options"></property>
 
1776
                                            <property name="y_options"></property>
 
1777
                                          </packing>
 
1778
                                        </child>
 
1779
                                        <child>
 
1780
                                          <object class="GtkColorButton" id="palette_colorpicker_13">
 
1781
                                            <property name="visible">True</property>
 
1782
                                            <property name="can_focus">True</property>
 
1783
                                            <property name="receives_default">True</property>
 
1784
                                            <property name="color">#000000000000</property>
 
1785
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1786
                                          </object>
 
1787
                                          <packing>
 
1788
                                            <property name="left_attach">4</property>
 
1789
                                            <property name="right_attach">5</property>
 
1790
                                            <property name="top_attach">1</property>
 
1791
                                            <property name="bottom_attach">2</property>
 
1792
                                            <property name="x_options"></property>
 
1793
                                            <property name="y_options"></property>
 
1794
                                          </packing>
 
1795
                                        </child>
 
1796
                                        <child>
 
1797
                                          <object class="GtkColorButton" id="palette_colorpicker_16">
 
1798
                                            <property name="visible">True</property>
 
1799
                                            <property name="can_focus">True</property>
 
1800
                                            <property name="receives_default">True</property>
 
1801
                                            <property name="color">#000000000000</property>
 
1802
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1803
                                          </object>
 
1804
                                          <packing>
 
1805
                                            <property name="left_attach">7</property>
 
1806
                                            <property name="right_attach">8</property>
 
1807
                                            <property name="top_attach">1</property>
 
1808
                                            <property name="bottom_attach">2</property>
 
1809
                                            <property name="x_options"></property>
 
1810
                                            <property name="y_options"></property>
 
1811
                                          </packing>
 
1812
                                        </child>
 
1813
                                        <child>
 
1814
                                          <object class="GtkColorButton" id="palette_colorpicker_14">
 
1815
                                            <property name="visible">True</property>
 
1816
                                            <property name="can_focus">True</property>
 
1817
                                            <property name="receives_default">True</property>
 
1818
                                            <property name="color">#000000000000</property>
 
1819
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1820
                                          </object>
 
1821
                                          <packing>
 
1822
                                            <property name="left_attach">5</property>
 
1823
                                            <property name="right_attach">6</property>
 
1824
                                            <property name="top_attach">1</property>
 
1825
                                            <property name="bottom_attach">2</property>
 
1826
                                            <property name="x_options">GTK_FILL</property>
 
1827
                                            <property name="y_options"></property>
 
1828
                                          </packing>
 
1829
                                        </child>
 
1830
                                        <child>
 
1831
                                          <object class="GtkColorButton" id="palette_colorpicker_7">
 
1832
                                            <property name="visible">True</property>
 
1833
                                            <property name="can_focus">True</property>
 
1834
                                            <property name="receives_default">True</property>
 
1835
                                            <property name="color">#000000000000</property>
 
1836
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1837
                                          </object>
 
1838
                                          <packing>
 
1839
                                            <property name="left_attach">6</property>
 
1840
                                            <property name="right_attach">7</property>
 
1841
                                            <property name="x_options"></property>
 
1842
                                            <property name="y_options"></property>
 
1843
                                          </packing>
 
1844
                                        </child>
 
1845
                                        <child>
 
1846
                                          <object class="GtkColorButton" id="palette_colorpicker_15">
 
1847
                                            <property name="visible">True</property>
 
1848
                                            <property name="can_focus">True</property>
 
1849
                                            <property name="receives_default">True</property>
 
1850
                                            <property name="color">#000000000000</property>
 
1851
                                            <signal name="color_set" handler="on_palette_colorpicker_color_set"/>
 
1852
                                          </object>
 
1853
                                          <packing>
 
1854
                                            <property name="left_attach">6</property>
 
1855
                                            <property name="right_attach">7</property>
 
1856
                                            <property name="top_attach">1</property>
 
1857
                                            <property name="bottom_attach">2</property>
 
1858
                                            <property name="x_options">GTK_FILL</property>
 
1859
                                            <property name="y_options"></property>
 
1860
                                          </packing>
 
1861
                                        </child>
 
1862
                                      </object>
 
1863
                                      <packing>
 
1864
                                        <property name="left_attach">1</property>
 
1865
                                        <property name="right_attach">2</property>
 
1866
                                        <property name="top_attach">2</property>
 
1867
                                        <property name="bottom_attach">3</property>
 
1868
                                        <property name="x_options">GTK_FILL</property>
 
1869
                                        <property name="y_options">GTK_FILL</property>
 
1870
                                      </packing>
 
1871
                                    </child>
 
1872
                                    <child>
 
1873
                                      <object class="GtkLabel" id="label44">
 
1874
                                        <property name="visible">True</property>
 
1875
                                        <property name="xalign">0</property>
 
1876
                                        <property name="label" translatable="yes">&lt;small&gt;&lt;i&gt;&lt;b&gt;Note:&lt;/b&gt; Terminal applications have these colors available to them.&lt;/i&gt;&lt;/small&gt;</property>
 
1877
                                        <property name="use_markup">True</property>
 
1878
                                        <property name="justify">center</property>
 
1879
                                      </object>
 
1880
                                      <packing>
 
1881
                                        <property name="right_attach">2</property>
 
1882
                                        <property name="x_options">GTK_FILL</property>
 
1883
                                        <property name="y_options"></property>
 
1884
                                      </packing>
 
1885
                                    </child>
 
1886
                                    <child>
 
1887
                                      <object class="GtkComboBox" id="palette_combobox">
 
1888
                                        <property name="visible">True</property>
 
1889
                                        <property name="model">PaletteListStore</property>
 
1890
                                        <property name="active">0</property>
 
1891
                                        <signal name="changed" handler="on_palette_combobox_changed"/>
 
1892
                                        <child>
 
1893
                                          <object class="GtkCellRendererText" id="cellrenderertext14"/>
 
1894
                                          <attributes>
 
1895
                                            <attribute name="text">0</attribute>
 
1896
                                          </attributes>
 
1897
                                        </child>
 
1898
                                      </object>
 
1899
                                      <packing>
 
1900
                                        <property name="left_attach">1</property>
 
1901
                                        <property name="right_attach">2</property>
 
1902
                                        <property name="top_attach">1</property>
 
1903
                                        <property name="bottom_attach">2</property>
 
1904
                                        <property name="y_options">GTK_FILL</property>
 
1905
                                      </packing>
 
1906
                                    </child>
 
1907
                                    <child>
 
1908
                                      <object class="GtkLabel" id="label43">
 
1909
                                        <property name="visible">True</property>
 
1910
                                        <property name="xalign">0</property>
 
1911
                                        <property name="yalign">0</property>
 
1912
                                        <property name="label" translatable="yes">Color p_alette:</property>
 
1913
                                        <property name="use_underline">True</property>
 
1914
                                        <property name="justify">center</property>
 
1915
                                        <property name="mnemonic_widget">palette_colorpicker_1</property>
 
1916
                                      </object>
 
1917
                                      <packing>
 
1918
                                        <property name="top_attach">2</property>
 
1919
                                        <property name="bottom_attach">3</property>
 
1920
                                        <property name="x_options">GTK_FILL</property>
 
1921
                                        <property name="y_options">GTK_FILL</property>
 
1922
                                      </packing>
 
1923
                                    </child>
 
1924
                                  </object>
 
1925
                                </child>
 
1926
                              </object>
 
1927
                              <packing>
 
1928
                                <property name="expand">False</property>
 
1929
                                <property name="position">1</property>
 
1930
                              </packing>
 
1931
                            </child>
 
1932
                          </object>
 
1933
                          <packing>
 
1934
                            <property name="expand">False</property>
 
1935
                            <property name="position">1</property>
 
1936
                          </packing>
 
1937
                        </child>
 
1938
                      </object>
 
1939
                      <packing>
 
1940
                        <property name="position">2</property>
 
1941
                      </packing>
 
1942
                    </child>
 
1943
                    <child type="tab">
 
1944
                      <object class="GtkLabel" id="label45">
 
1945
                        <property name="visible">True</property>
 
1946
                        <property name="label" translatable="yes">Colors</property>
 
1947
                        <property name="use_underline">True</property>
 
1948
                        <property name="justify">center</property>
 
1949
                      </object>
 
1950
                      <packing>
 
1951
                        <property name="position">2</property>
 
1952
                        <property name="tab_fill">False</property>
 
1953
                      </packing>
 
1954
                    </child>
 
1955
                    <child>
 
1956
                      <object class="GtkVBox" id="vbox86">
 
1957
                        <property name="visible">True</property>
 
1958
                        <property name="border_width">12</property>
 
1959
                        <property name="spacing">6</property>
 
1960
                        <child>
 
1961
                          <object class="GtkRadioButton" id="solid_radiobutton">
 
1962
                            <property name="label" translatable="yes">_Solid color</property>
 
1963
                            <property name="visible">True</property>
 
1964
                            <property name="can_focus">True</property>
 
1965
                            <property name="receives_default">False</property>
 
1966
                            <property name="use_underline">True</property>
 
1967
                            <property name="active">True</property>
 
1968
                            <property name="draw_indicator">True</property>
 
1969
                            <signal name="toggled" handler="on_background_type_toggled"/>
 
1970
                          </object>
 
1971
                          <packing>
 
1972
                            <property name="expand">False</property>
 
1973
                            <property name="fill">False</property>
 
1974
                            <property name="position">0</property>
 
1975
                          </packing>
 
1976
                        </child>
 
1977
                        <child>
 
1978
                          <object class="GtkVBox" id="vbox87">
 
1979
                            <property name="visible">True</property>
 
1980
                            <property name="spacing">6</property>
 
1981
                            <child>
 
1982
                              <object class="GtkRadioButton" id="image_radiobutton">
 
1983
                                <property name="label" translatable="yes">_Background image</property>
 
1984
                                <property name="visible">True</property>
 
1985
                                <property name="can_focus">True</property>
 
1986
                                <property name="receives_default">False</property>
 
1987
                                <property name="use_underline">True</property>
 
1988
                                <property name="draw_indicator">True</property>
 
1989
                                <property name="group">solid_radiobutton</property>
 
1990
                                <signal name="toggled" handler="on_background_type_toggled"/>
 
1991
                              </object>
 
1992
                              <packing>
 
1993
                                <property name="expand">False</property>
 
1994
                                <property name="fill">False</property>
 
1995
                                <property name="position">0</property>
 
1996
                              </packing>
 
1997
                            </child>
 
1998
                            <child>
 
1999
                              <object class="GtkAlignment" id="alignment10103">
 
2000
                                <property name="visible">True</property>
 
2001
                                <property name="left_padding">12</property>
 
2002
                                <child>
 
2003
                                  <object class="GtkVBox" id="vbox89">
 
2004
                                    <property name="visible">True</property>
 
2005
                                    <property name="spacing">6</property>
 
2006
                                    <child>
 
2007
                                      <object class="GtkHBox" id="hbox2">
 
2008
                                        <property name="visible">True</property>
 
2009
                                        <property name="spacing">12</property>
 
2010
                                        <child>
 
2011
                                          <object class="GtkLabel" id="background_image_filechooser_label">
 
2012
                                            <property name="visible">True</property>
 
2013
                                            <property name="xalign">0</property>
 
2014
                                            <property name="label" translatable="yes">Image _file:</property>
 
2015
                                            <property name="use_underline">True</property>
 
2016
                                            <property name="justify">center</property>
 
2017
                                            <property name="mnemonic_widget">background_image_filechooser</property>
 
2018
                                          </object>
 
2019
                                          <packing>
 
2020
                                            <property name="expand">False</property>
 
2021
                                            <property name="fill">False</property>
 
2022
                                            <property name="position">0</property>
 
2023
                                          </packing>
 
2024
                                        </child>
 
2025
                                        <child>
 
2026
                                          <object class="GtkFileChooserButton" id="background_image_filechooser">
 
2027
                                            <property name="visible">True</property>
 
2028
                                            <property name="can_focus">True</property>
 
2029
                                            <property name="create_folders">False</property>
 
2030
                                            <property name="title" translatable="yes">Select Background Image</property>
 
2031
                                            <signal name="file_set" handler="on_background_image_filechooser_file_set"/>
 
2032
                                          </object>
 
2033
                                          <packing>
 
2034
                                            <property name="position">1</property>
 
2035
                                          </packing>
 
2036
                                        </child>
 
2037
                                      </object>
 
2038
                                      <packing>
 
2039
                                        <property name="position">0</property>
 
2040
                                      </packing>
 
2041
                                    </child>
 
2042
                                    <child>
 
2043
                                      <object class="GtkCheckButton" id="scroll_background_checkbutton">
 
2044
                                        <property name="label" translatable="yes">Background image _scrolls</property>
 
2045
                                        <property name="visible">True</property>
 
2046
                                        <property name="can_focus">True</property>
 
2047
                                        <property name="receives_default">False</property>
 
2048
                                        <property name="use_underline">True</property>
 
2049
                                        <property name="draw_indicator">True</property>
 
2050
                                        <signal name="toggled" handler="on_scroll_background_checkbutton_toggled"/>
 
2051
                                      </object>
 
2052
                                      <packing>
 
2053
                                        <property name="expand">False</property>
 
2054
                                        <property name="fill">False</property>
 
2055
                                        <property name="position">1</property>
 
2056
                                      </packing>
 
2057
                                    </child>
 
2058
                                  </object>
 
2059
                                </child>
 
2060
                              </object>
 
2061
                              <packing>
 
2062
                                <property name="expand">False</property>
 
2063
                                <property name="position">1</property>
 
2064
                              </packing>
 
2065
                            </child>
 
2066
                          </object>
 
2067
                          <packing>
 
2068
                            <property name="expand">False</property>
 
2069
                            <property name="position">1</property>
 
2070
                          </packing>
 
2071
                        </child>
 
2072
                        <child>
 
2073
                          <object class="GtkRadioButton" id="transparent_radiobutton">
 
2074
                            <property name="label" translatable="yes">_Transparent background</property>
 
2075
                            <property name="visible">True</property>
 
2076
                            <property name="can_focus">True</property>
 
2077
                            <property name="receives_default">False</property>
 
2078
                            <property name="use_underline">True</property>
 
2079
                            <property name="draw_indicator">True</property>
 
2080
                            <property name="group">solid_radiobutton</property>
 
2081
                            <signal name="toggled" handler="on_background_type_toggled"/>
 
2082
                          </object>
 
2083
                          <packing>
 
2084
                            <property name="expand">False</property>
 
2085
                            <property name="fill">False</property>
 
2086
                            <property name="position">2</property>
 
2087
                          </packing>
 
2088
                        </child>
 
2089
                        <child>
 
2090
                          <object class="GtkVBox" id="darken_background_vbox">
 
2091
                            <property name="visible">True</property>
 
2092
                            <property name="spacing">6</property>
 
2093
                            <child>
 
2094
                              <object class="GtkLabel" id="darken_background_scale_label">
 
2095
                                <property name="visible">True</property>
 
2096
                                <property name="xalign">0</property>
 
2097
                                <property name="label" translatable="yes">S_hade transparent or image background:</property>
 
2098
                                <property name="use_underline">True</property>
 
2099
                                <property name="mnemonic_widget">darken_background_scale</property>
 
2100
                              </object>
 
2101
                              <packing>
 
2102
                                <property name="expand">False</property>
 
2103
                                <property name="fill">False</property>
 
2104
                                <property name="padding">1</property>
 
2105
                                <property name="position">0</property>
 
2106
                              </packing>
 
2107
                            </child>
 
2108
                            <child>
 
2109
                              <object class="GtkHBox" id="hbox6">
 
2110
                                <property name="visible">True</property>
 
2111
                                <child>
 
2112
                                  <object class="GtkLabel" id="label64">
 
2113
                                    <property name="visible">True</property>
 
2114
                                    <property name="xalign">0</property>
 
2115
                                    <property name="xpad">6</property>
 
2116
                                    <property name="label" translatable="yes">&lt;small&gt;&lt;i&gt;None&lt;/i&gt;&lt;/small&gt;</property>
 
2117
                                    <property name="use_markup">True</property>
 
2118
                                  </object>
 
2119
                                  <packing>
 
2120
                                    <property name="expand">False</property>
 
2121
                                    <property name="fill">False</property>
 
2122
                                    <property name="position">0</property>
 
2123
                                  </packing>
 
2124
                                </child>
 
2125
                                <child>
 
2126
                                  <object class="GtkHScale" id="darken_background_scale">
 
2127
                                    <property name="visible">True</property>
 
2128
                                    <property name="can_focus">True</property>
 
2129
                                    <property name="update_policy">delayed</property>
 
2130
                                    <property name="adjustment">background_darkness_scale</property>
 
2131
                                    <property name="value_pos">bottom</property>
 
2132
                                    <signal name="change_value" handler="on_darken_background_scale_change_value"/>
 
2133
                                  </object>
 
2134
                                  <packing>
 
2135
                                    <property name="position">1</property>
 
2136
                                  </packing>
 
2137
                                </child>
 
2138
                                <child>
 
2139
                                  <object class="GtkLabel" id="label63">
 
2140
                                    <property name="visible">True</property>
 
2141
                                    <property name="xalign">1</property>
 
2142
                                    <property name="xpad">6</property>
 
2143
                                    <property name="label" translatable="yes">&lt;small&gt;&lt;i&gt;Maximum&lt;/i&gt;&lt;/small&gt;</property>
 
2144
                                    <property name="use_markup">True</property>
 
2145
                                  </object>
 
2146
                                  <packing>
 
2147
                                    <property name="expand">False</property>
 
2148
                                    <property name="fill">False</property>
 
2149
                                    <property name="position">2</property>
 
2150
                                  </packing>
 
2151
                                </child>
 
2152
                              </object>
 
2153
                              <packing>
 
2154
                                <property name="expand">False</property>
 
2155
                                <property name="fill">False</property>
 
2156
                                <property name="padding">1</property>
 
2157
                                <property name="position">1</property>
 
2158
                              </packing>
 
2159
                            </child>
 
2160
                          </object>
 
2161
                          <packing>
 
2162
                            <property name="expand">False</property>
 
2163
                            <property name="position">3</property>
 
2164
                          </packing>
 
2165
                        </child>
 
2166
                      </object>
 
2167
                      <packing>
 
2168
                        <property name="position">3</property>
 
2169
                      </packing>
 
2170
                    </child>
 
2171
                    <child type="tab">
 
2172
                      <object class="GtkLabel" id="label479">
 
2173
                        <property name="visible">True</property>
 
2174
                        <property name="xalign">0</property>
 
2175
                        <property name="label" translatable="yes">Background</property>
 
2176
                        <property name="use_markup">True</property>
 
2177
                      </object>
 
2178
                      <packing>
 
2179
                        <property name="position">3</property>
 
2180
                        <property name="tab_fill">False</property>
 
2181
                      </packing>
 
2182
                    </child>
 
2183
                    <child>
 
2184
                      <object class="GtkTable" id="table27">
 
2185
                        <property name="visible">True</property>
 
2186
                        <property name="border_width">12</property>
 
2187
                        <property name="n_rows">5</property>
 
2188
                        <property name="n_columns">2</property>
 
2189
                        <property name="column_spacing">12</property>
 
2190
                        <property name="row_spacing">6</property>
 
2191
                        <child>
 
2192
                          <object class="GtkCheckButton" id="scroll_on_keystroke_checkbutton">
 
2193
                            <property name="label" translatable="yes">Scroll on _keystroke</property>
 
2194
                            <property name="visible">True</property>
 
2195
                            <property name="can_focus">True</property>
 
2196
                            <property name="receives_default">False</property>
 
2197
                            <property name="use_underline">True</property>
 
2198
                            <property name="draw_indicator">True</property>
 
2199
                            <signal name="toggled" handler="on_scroll_on_keystroke_checkbutton_toggled"/>
 
2200
                          </object>
 
2201
                          <packing>
 
2202
                            <property name="right_attach">2</property>
 
2203
                            <property name="top_attach">4</property>
 
2204
                            <property name="bottom_attach">5</property>
 
2205
                            <property name="y_options"></property>
 
2206
                          </packing>
 
2207
                        </child>
 
2208
                        <child>
 
2209
                          <object class="GtkCheckButton" id="scroll_on_output_checkbutton">
 
2210
                            <property name="label" translatable="yes">Scroll on _output</property>
 
2211
                            <property name="visible">True</property>
 
2212
                            <property name="can_focus">True</property>
 
2213
                            <property name="receives_default">False</property>
 
2214
                            <property name="use_underline">True</property>
 
2215
                            <property name="draw_indicator">True</property>
 
2216
                            <signal name="toggled" handler="on_scroll_on_output_checkbutton_toggled"/>
 
2217
                          </object>
 
2218
                          <packing>
 
2219
                            <property name="right_attach">2</property>
 
2220
                            <property name="top_attach">3</property>
 
2221
                            <property name="bottom_attach">4</property>
 
2222
                            <property name="y_options"></property>
 
2223
                          </packing>
 
2224
                        </child>
 
2225
                        <child>
 
2226
                          <object class="GtkHBox" id="hbox139">
 
2227
                            <property name="visible">True</property>
 
2228
                            <child>
 
2229
                              <object class="GtkComboBox" id="scrollbar_position_combobox">
 
2230
                                <property name="visible">True</property>
 
2231
                                <property name="model">ScrollbarPositionListStore</property>
 
2232
                                <property name="active">0</property>
 
2233
                                <signal name="changed" handler="on_scrollbar_position_combobox_changed"/>
 
2234
                                <child>
 
2235
                                  <object class="GtkCellRendererText" id="cellrenderertext7"/>
 
2236
                                  <attributes>
 
2237
                                    <attribute name="text">0</attribute>
 
2238
                                  </attributes>
 
2239
                                </child>
 
2240
                              </object>
 
2241
                              <packing>
 
2242
                                <property name="expand">False</property>
 
2243
                                <property name="position">0</property>
 
2244
                              </packing>
 
2245
                            </child>
 
2246
                          </object>
 
2247
                          <packing>
 
2248
                            <property name="left_attach">1</property>
 
2249
                            <property name="right_attach">2</property>
 
2250
                            <property name="y_options">GTK_FILL</property>
 
2251
                          </packing>
 
2252
                        </child>
 
2253
                        <child>
 
2254
                          <object class="GtkHBox" id="scrollback_box">
 
2255
                            <property name="visible">True</property>
 
2256
                            <property name="spacing">6</property>
 
2257
                            <child>
 
2258
                              <object class="GtkSpinButton" id="scrollback_lines_spinbutton">
 
2259
                                <property name="visible">True</property>
 
2260
                                <property name="can_focus">True</property>
 
2261
                                <property name="invisible_char">&#x2022;</property>
 
2262
                                <property name="adjustment">ScrollbackAdjustmend</property>
 
2263
                                <property name="climb_rate">1</property>
 
2264
                                <property name="numeric">True</property>
 
2265
                                <signal name="value_changed" handler="on_scrollback_lines_spinbutton_value_changed"/>
 
2266
                              </object>
 
2267
                              <packing>
 
2268
                                <property name="expand">False</property>
 
2269
                                <property name="position">0</property>
 
2270
                              </packing>
 
2271
                            </child>
 
2272
                            <child>
 
2273
                              <object class="GtkLabel" id="scrollback_lines_spinbutton_label">
 
2274
                                <property name="visible">True</property>
 
2275
                                <property name="xalign">0</property>
 
2276
                                <property name="label" translatable="yes">lines</property>
 
2277
                                <property name="use_markup">True</property>
 
2278
                                <property name="justify">center</property>
 
2279
                                <property name="mnemonic_widget">scrollback_lines_spinbutton</property>
 
2280
                              </object>
 
2281
                              <packing>
 
2282
                                <property name="expand">False</property>
 
2283
                                <property name="fill">False</property>
 
2284
                                <property name="position">1</property>
 
2285
                              </packing>
 
2286
                            </child>
 
2287
                          </object>
 
2288
                          <packing>
 
2289
                            <property name="left_attach">1</property>
 
2290
                            <property name="right_attach">2</property>
 
2291
                            <property name="top_attach">1</property>
 
2292
                            <property name="bottom_attach">2</property>
 
2293
                            <property name="x_options">GTK_FILL</property>
 
2294
                            <property name="y_options">GTK_FILL</property>
 
2295
                          </packing>
 
2296
                        </child>
 
2297
                        <child>
 
2298
                          <object class="GtkLabel" id="scrollbar_position_combobox_label">
 
2299
                            <property name="visible">True</property>
 
2300
                            <property name="xalign">0</property>
 
2301
                            <property name="label" translatable="yes">_Scrollbar is:</property>
 
2302
                            <property name="use_underline">True</property>
 
2303
                            <property name="justify">center</property>
 
2304
                            <property name="mnemonic_widget">scrollbar_position_combobox</property>
 
2305
                          </object>
 
2306
                          <packing>
 
2307
                            <property name="x_options">GTK_FILL</property>
 
2308
                            <property name="y_options">GTK_FILL</property>
 
2309
                          </packing>
 
2310
                        </child>
 
2311
                        <child>
 
2312
                          <object class="GtkLabel" id="scrollback_label">
 
2313
                            <property name="visible">True</property>
 
2314
                            <property name="xalign">0</property>
 
2315
                            <property name="label" translatable="yes">Scroll_back:</property>
 
2316
                            <property name="use_underline">True</property>
 
2317
                            <property name="justify">center</property>
 
2318
                            <property name="mnemonic_widget">scrollback_lines_spinbutton</property>
 
2319
                          </object>
 
2320
                          <packing>
 
2321
                            <property name="top_attach">1</property>
 
2322
                            <property name="bottom_attach">2</property>
 
2323
                            <property name="x_options">GTK_FILL</property>
 
2324
                            <property name="y_options">GTK_FILL</property>
 
2325
                          </packing>
 
2326
                        </child>
 
2327
                        <child>
 
2328
                          <object class="GtkCheckButton" id="scrollback_infinite">
 
2329
                            <property name="label" translatable="yes">Infinite Scrollback</property>
 
2330
                            <property name="visible">True</property>
 
2331
                            <property name="can_focus">True</property>
 
2332
                            <property name="receives_default">False</property>
 
2333
                            <property name="draw_indicator">True</property>
 
2334
                            <signal name="toggled" handler="on_scrollback_infinite_toggled"/>
 
2335
                          </object>
 
2336
                          <packing>
 
2337
                            <property name="left_attach">1</property>
 
2338
                            <property name="right_attach">2</property>
 
2339
                            <property name="top_attach">2</property>
 
2340
                            <property name="bottom_attach">3</property>
 
2341
                            <property name="x_options">GTK_FILL</property>
 
2342
                            <property name="y_options"></property>
 
2343
                          </packing>
 
2344
                        </child>
 
2345
                        <child>
 
2346
                          <placeholder/>
 
2347
                        </child>
 
2348
                      </object>
 
2349
                      <packing>
 
2350
                        <property name="position">4</property>
 
2351
                      </packing>
 
2352
                    </child>
 
2353
                    <child type="tab">
 
2354
                      <object class="GtkLabel" id="label60">
 
2355
                        <property name="visible">True</property>
 
2356
                        <property name="label" translatable="yes">Scrolling</property>
 
2357
                        <property name="use_underline">True</property>
 
2358
                      </object>
 
2359
                      <packing>
 
2360
                        <property name="position">4</property>
 
2361
                        <property name="tab_fill">False</property>
 
2362
                      </packing>
 
2363
                    </child>
 
2364
                    <child>
 
2365
                      <object class="GtkVBox" id="vbox4">
 
2366
                        <property name="visible">True</property>
 
2367
                        <property name="border_width">12</property>
 
2368
                        <property name="spacing">12</property>
 
2369
                        <child>
 
2370
                          <object class="GtkLabel" id="label51">
 
2371
                            <property name="visible">True</property>
 
2372
                            <property name="xalign">0</property>
 
2373
                            <property name="yalign">7.4505801528346183e-09</property>
 
2374
                            <property name="label" translatable="yes">&lt;small&gt;&lt;i&gt;&lt;b&gt;Note:&lt;/b&gt; These options may cause some applications to behave incorrectly.  They are only here to allow you to work around certain applications and operating systems that expect different terminal behavior.&lt;/i&gt;&lt;/small&gt;</property>
 
2375
                            <property name="use_markup">True</property>
 
2376
                            <property name="wrap">True</property>
 
2377
                          </object>
 
2378
                          <packing>
 
2379
                            <property name="expand">False</property>
 
2380
                            <property name="position">0</property>
 
2381
                          </packing>
 
2382
                        </child>
 
2383
                        <child>
 
2384
                          <object class="GtkTable" id="table30">
 
2385
                            <property name="visible">True</property>
 
2386
                            <property name="n_rows">2</property>
 
2387
                            <property name="n_columns">3</property>
 
2388
                            <property name="column_spacing">12</property>
 
2389
                            <property name="row_spacing">6</property>
 
2390
                            <child>
 
2391
                              <object class="GtkLabel" id="delete_binding_combobox_label">
 
2392
                                <property name="visible">True</property>
 
2393
                                <property name="xalign">0</property>
 
2394
                                <property name="label" translatable="yes">_Delete key generates:</property>
 
2395
                                <property name="use_underline">True</property>
 
2396
                                <property name="justify">center</property>
 
2397
                                <property name="mnemonic_widget">delete_binding_combobox</property>
 
2398
                              </object>
 
2399
                              <packing>
 
2400
                                <property name="top_attach">1</property>
 
2401
                                <property name="bottom_attach">2</property>
 
2402
                                <property name="x_options">GTK_FILL</property>
 
2403
                                <property name="y_options"></property>
 
2404
                              </packing>
 
2405
                            </child>
 
2406
                            <child>
 
2407
                              <object class="GtkLabel" id="backspace_binding_combobox_label">
 
2408
                                <property name="visible">True</property>
 
2409
                                <property name="xalign">0</property>
 
2410
                                <property name="label" translatable="yes">_Backspace key generates:</property>
 
2411
                                <property name="use_underline">True</property>
 
2412
                                <property name="justify">center</property>
 
2413
                                <property name="mnemonic_widget">backspace_binding_combobox</property>
 
2414
                              </object>
 
2415
                              <packing>
 
2416
                                <property name="x_options">GTK_FILL</property>
 
2417
                                <property name="y_options"></property>
 
2418
                              </packing>
 
2419
                            </child>
 
2420
                            <child>
 
2421
                              <object class="GtkComboBox" id="backspace_binding_combobox">
 
2422
                                <property name="visible">True</property>
 
2423
                                <property name="model">BackspaceKeyListStore</property>
 
2424
                                <property name="active">1</property>
 
2425
                                <signal name="changed" handler="on_backspace_binding_combobox_changed"/>
 
2426
                                <child>
 
2427
                                  <object class="GtkCellRendererText" id="cellrenderertext8"/>
 
2428
                                  <attributes>
 
2429
                                    <attribute name="text">0</attribute>
 
2430
                                  </attributes>
 
2431
                                </child>
 
2432
                              </object>
 
2433
                              <packing>
 
2434
                                <property name="left_attach">1</property>
 
2435
                                <property name="right_attach">3</property>
 
2436
                                <property name="x_options">GTK_FILL</property>
 
2437
                                <property name="y_options">GTK_FILL</property>
 
2438
                              </packing>
 
2439
                            </child>
 
2440
                            <child>
 
2441
                              <object class="GtkComboBox" id="delete_binding_combobox">
 
2442
                                <property name="visible">True</property>
 
2443
                                <property name="model">DeleteKeyListStore</property>
 
2444
                                <property name="active">2</property>
 
2445
                                <signal name="changed" handler="on_delete_binding_combobox_changed"/>
 
2446
                                <child>
 
2447
                                  <object class="GtkCellRendererText" id="cellrenderertext9"/>
 
2448
                                  <attributes>
 
2449
                                    <attribute name="text">0</attribute>
 
2450
                                  </attributes>
 
2451
                                </child>
 
2452
                              </object>
 
2453
                              <packing>
 
2454
                                <property name="left_attach">1</property>
 
2455
                                <property name="right_attach">3</property>
 
2456
                                <property name="top_attach">1</property>
 
2457
                                <property name="bottom_attach">2</property>
 
2458
                                <property name="x_options">GTK_FILL</property>
 
2459
                                <property name="y_options">GTK_FILL</property>
 
2460
                              </packing>
 
2461
                            </child>
 
2462
                          </object>
 
2463
                          <packing>
 
2464
                            <property name="expand">False</property>
 
2465
                            <property name="position">1</property>
 
2466
                          </packing>
 
2467
                        </child>
 
2468
                        <child>
 
2469
                          <object class="GtkHButtonBox" id="hbuttonbox1">
 
2470
                            <property name="visible">True</property>
 
2471
                            <property name="layout_style">start</property>
 
2472
                            <child>
 
2473
                              <object class="GtkButton" id="reset_compat_defaults_button">
 
2474
                                <property name="label" translatable="yes">_Reset Compatibility Options to Defaults</property>
 
2475
                                <property name="visible">True</property>
 
2476
                                <property name="can_focus">True</property>
 
2477
                                <property name="receives_default">True</property>
 
2478
                                <property name="use_underline">True</property>
 
2479
                                <signal name="clicked" handler="on_reset_compatibility_clicked"/>
 
2480
                              </object>
 
2481
                              <packing>
 
2482
                                <property name="expand">False</property>
 
2483
                                <property name="fill">False</property>
 
2484
                                <property name="position">0</property>
 
2485
                              </packing>
 
2486
                            </child>
 
2487
                          </object>
 
2488
                          <packing>
 
2489
                            <property name="expand">False</property>
 
2490
                            <property name="fill">False</property>
 
2491
                            <property name="position">2</property>
 
2492
                          </packing>
 
2493
                        </child>
 
2494
                      </object>
 
2495
                      <packing>
 
2496
                        <property name="position">5</property>
 
2497
                      </packing>
 
2498
                    </child>
 
2499
                    <child type="tab">
 
2500
                      <object class="GtkLabel" id="label54">
 
2501
                        <property name="visible">True</property>
 
2502
                        <property name="label" translatable="yes">Compatibility</property>
 
2503
                        <property name="use_underline">True</property>
 
2504
                        <property name="justify">center</property>
 
2505
                      </object>
 
2506
                      <packing>
 
2507
                        <property name="position">5</property>
 
2508
                        <property name="tab_fill">False</property>
 
2509
                      </packing>
 
2510
                    </child>
 
2511
                  </object>
 
2512
                  <packing>
 
2513
                    <property name="position">1</property>
 
2514
                  </packing>
 
2515
                </child>
 
2516
              </object>
 
2517
              <packing>
 
2518
                <property name="position">1</property>
 
2519
              </packing>
 
2520
            </child>
 
2521
            <child type="tab">
 
2522
              <object class="GtkLabel" id="label2">
 
2523
                <property name="visible">True</property>
 
2524
                <property name="label" translatable="yes">Profiles</property>
 
2525
              </object>
 
2526
              <packing>
 
2527
                <property name="position">1</property>
 
2528
                <property name="tab_fill">False</property>
 
2529
              </packing>
 
2530
            </child>
 
2531
            <child>
 
2532
              <object class="GtkHBox" id="layouthbox">
 
2533
                <property name="visible">True</property>
 
2534
                <child>
 
2535
                  <object class="GtkVBox" id="vbox2">
 
2536
                    <property name="visible">True</property>
 
2537
                    <child>
 
2538
                      <object class="GtkTreeView" id="layoutlist">
 
2539
                        <property name="visible">True</property>
 
2540
                        <property name="can_focus">True</property>
 
2541
                        <property name="model">LayoutListStore</property>
 
2542
                        <property name="hadjustment">adjustment5</property>
 
2543
                        <property name="vadjustment">adjustment6</property>
 
2544
                        <property name="search_column">0</property>
 
2545
                        <child>
 
2546
                          <object class="GtkTreeViewColumn" id="layoutcolumn">
 
2547
                            <property name="title">Layout</property>
 
2548
                            <property name="clickable">True</property>
 
2549
                            <child>
 
2550
                              <object class="GtkCellRendererText" id="cellrenderertext12">
 
2551
                                <signal name="edited" handler="on_layout_name_edited"/>
 
2552
                              </object>
 
2553
                              <attributes>
 
2554
                                <attribute name="editable">1</attribute>
 
2555
                                <attribute name="text">0</attribute>
 
2556
                              </attributes>
 
2557
                            </child>
 
2558
                          </object>
 
2559
                        </child>
 
2560
                      </object>
 
2561
                      <packing>
 
2562
                        <property name="position">0</property>
 
2563
                      </packing>
 
2564
                    </child>
 
2565
                    <child>
 
2566
                      <object class="GtkHBox" id="hbox5">
 
2567
                        <property name="visible">True</property>
 
2568
                        <child>
 
2569
                          <placeholder/>
 
2570
                        </child>
 
2571
                        <child>
 
2572
                          <object class="GtkButton" id="layoutaddbutton">
 
2573
                            <property name="label">gtk-add</property>
 
2574
                            <property name="visible">True</property>
 
2575
                            <property name="can_focus">True</property>
 
2576
                            <property name="receives_default">True</property>
 
2577
                            <property name="use_stock">True</property>
 
2578
                            <signal name="clicked" handler="on_layoutaddbutton_clicked"/>
 
2579
                          </object>
 
2580
                          <packing>
 
2581
                            <property name="expand">False</property>
 
2582
                            <property name="fill">False</property>
 
2583
                            <property name="position">1</property>
 
2584
                          </packing>
 
2585
                        </child>
 
2586
                        <child>
 
2587
                          <object class="GtkButton" id="layoutremovebutton">
 
2588
                            <property name="label">gtk-remove</property>
 
2589
                            <property name="visible">True</property>
 
2590
                            <property name="can_focus">True</property>
 
2591
                            <property name="receives_default">True</property>
 
2592
                            <property name="use_stock">True</property>
 
2593
                            <signal name="clicked" handler="on_layoutremovebutton_clicked"/>
 
2594
                          </object>
 
2595
                          <packing>
 
2596
                            <property name="expand">False</property>
 
2597
                            <property name="fill">False</property>
 
2598
                            <property name="position">2</property>
 
2599
                          </packing>
 
2600
                        </child>
 
2601
                      </object>
 
2602
                      <packing>
 
2603
                        <property name="expand">False</property>
 
2604
                        <property name="position">1</property>
 
2605
                      </packing>
 
2606
                    </child>
 
2607
                  </object>
 
2608
                  <packing>
 
2609
                    <property name="expand">False</property>
 
2610
                    <property name="position">0</property>
 
2611
                  </packing>
 
2612
                </child>
 
2613
                <child>
 
2614
                  <object class="GtkAlignment" id="canvasalignment">
 
2615
                    <property name="visible">True</property>
 
2616
                    <property name="top_padding">6</property>
 
2617
                    <property name="bottom_padding">6</property>
 
2618
                    <property name="left_padding">6</property>
 
2619
                    <property name="right_padding">6</property>
 
2620
                    <child>
 
2621
                      <object class="GtkScrolledWindow" id="scrolledwindow2">
 
2622
                        <property name="visible">True</property>
 
2623
                        <property name="can_focus">True</property>
 
2624
                        <property name="hscrollbar_policy">never</property>
 
2625
                        <property name="vscrollbar_policy">automatic</property>
 
2626
                        <child>
 
2627
                          <object class="GtkTreeView" id="LayoutTreeView">
 
2628
                            <property name="visible">True</property>
 
2629
                            <property name="can_focus">True</property>
 
2630
                            <property name="model">LayoutTreeStore</property>
 
2631
                            <property name="headers_clickable">False</property>
 
2632
                            <property name="search_column">0</property>
 
2633
                            <child>
 
2634
                              <object class="GtkTreeViewColumn" id="LayoutTreeViewColumnName">
 
2635
                                <property name="title">Type</property>
 
2636
                                <child>
 
2637
                                  <object class="GtkCellRendererText" id="CellTextType"/>
 
2638
                                  <attributes>
 
2639
                                    <attribute name="text">1</attribute>
 
2640
                                  </attributes>
 
2641
                                </child>
 
2642
                              </object>
 
2643
                            </child>
 
2644
                            <child>
 
2645
                              <object class="GtkTreeViewColumn" id="LayoutTreeViewColumnType">
 
2646
                                <property name="title">Name</property>
 
2647
                                <child>
 
2648
                                  <object class="GtkCellRendererText" id="CellTextName"/>
 
2649
                                  <attributes>
 
2650
                                    <attribute name="text">0</attribute>
 
2651
                                  </attributes>
 
2652
                                </child>
 
2653
                              </object>
 
2654
                            </child>
 
2655
                          </object>
 
2656
                        </child>
 
2657
                      </object>
 
2658
                    </child>
 
2659
                  </object>
 
2660
                  <packing>
 
2661
                    <property name="position">1</property>
 
2662
                  </packing>
 
2663
                </child>
 
2664
                <child>
 
2665
                  <object class="GtkVBox" id="vbox6">
 
2666
                    <property name="visible">True</property>
 
2667
                    <child>
 
2668
                      <object class="GtkAlignment" id="alignment3">
 
2669
                        <property name="visible">True</property>
 
2670
                        <property name="left_padding">6</property>
 
2671
                        <child>
 
2672
                          <object class="GtkTable" id="table1">
 
2673
                            <property name="visible">True</property>
 
2674
                            <property name="n_rows">2</property>
 
2675
                            <property name="n_columns">2</property>
 
2676
                            <property name="column_spacing">12</property>
 
2677
                            <property name="row_spacing">6</property>
 
2678
                            <child>
 
2679
                              <object class="GtkLabel" id="label12">
 
2680
                                <property name="visible">True</property>
 
2681
                                <property name="label" translatable="yes">Profile</property>
 
2682
                              </object>
 
2683
                              <packing>
 
2684
                                <property name="x_options"></property>
 
2685
                                <property name="y_options"></property>
 
2686
                              </packing>
 
2687
                            </child>
 
2688
                            <child>
 
2689
                              <object class="GtkLabel" id="label14">
 
2690
                                <property name="visible">True</property>
 
2691
                                <property name="label" translatable="yes">Custom command</property>
 
2692
                              </object>
 
2693
                              <packing>
 
2694
                                <property name="top_attach">1</property>
 
2695
                                <property name="bottom_attach">2</property>
 
2696
                                <property name="x_options"></property>
 
2697
                                <property name="y_options"></property>
 
2698
                              </packing>
 
2699
                            </child>
 
2700
                            <child>
 
2701
                              <object class="GtkEntry" id="layout_profile_command">
 
2702
                                <property name="visible">True</property>
 
2703
                                <property name="can_focus">True</property>
 
2704
                                <property name="invisible_char">&#x2022;</property>
 
2705
                                <signal name="activate" handler="on_layout_profile_command_activate"/>
 
2706
                              </object>
 
2707
                              <packing>
 
2708
                                <property name="left_attach">1</property>
 
2709
                                <property name="right_attach">2</property>
 
2710
                                <property name="top_attach">1</property>
 
2711
                                <property name="bottom_attach">2</property>
 
2712
                                <property name="x_options"></property>
 
2713
                                <property name="y_options"></property>
 
2714
                              </packing>
 
2715
                            </child>
 
2716
                            <child>
 
2717
                              <object class="GtkComboBox" id="layout_profile_chooser">
 
2718
                                <property name="visible">True</property>
 
2719
                                <property name="model">layoutprofilelist</property>
 
2720
                                <property name="active">0</property>
 
2721
                                <signal name="changed" handler="on_layout_profile_chooser_changed"/>
 
2722
                                <child>
 
2723
                                  <object class="GtkCellRendererText" id="cellrenderertext13"/>
 
2724
                                  <attributes>
 
2725
                                    <attribute name="text">0</attribute>
 
2726
                                  </attributes>
 
2727
                                </child>
 
2728
                              </object>
 
2729
                              <packing>
 
2730
                                <property name="left_attach">1</property>
 
2731
                                <property name="right_attach">2</property>
 
2732
                                <property name="x_options">GTK_FILL</property>
 
2733
                                <property name="y_options"></property>
 
2734
                              </packing>
 
2735
                            </child>
 
2736
                          </object>
 
2737
                        </child>
 
2738
                      </object>
 
2739
                      <packing>
 
2740
                        <property name="expand">False</property>
 
2741
                        <property name="fill">False</property>
 
2742
                        <property name="position">0</property>
 
2743
                      </packing>
 
2744
                    </child>
 
2745
                    <child>
 
2746
                      <placeholder/>
 
2747
                    </child>
 
2748
                  </object>
 
2749
                  <packing>
 
2750
                    <property name="expand">False</property>
 
2751
                    <property name="position">2</property>
 
2752
                  </packing>
 
2753
                </child>
 
2754
              </object>
 
2755
              <packing>
 
2756
                <property name="position">2</property>
 
2757
              </packing>
 
2758
            </child>
 
2759
            <child type="tab">
 
2760
              <object class="GtkLabel" id="label3">
 
2761
                <property name="visible">True</property>
 
2762
                <property name="label" translatable="yes">Layouts</property>
 
2763
              </object>
 
2764
              <packing>
 
2765
                <property name="position">2</property>
 
2766
                <property name="tab_fill">False</property>
 
2767
              </packing>
 
2768
            </child>
 
2769
            <child>
 
2770
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
2771
                <property name="visible">True</property>
 
2772
                <property name="can_focus">True</property>
 
2773
                <property name="vadjustment">adjustment4</property>
 
2774
                <property name="hscrollbar_policy">never</property>
 
2775
                <property name="vscrollbar_policy">automatic</property>
 
2776
                <child>
 
2777
                  <object class="GtkTreeView" id="keybindingtreeview">
 
2778
                    <property name="visible">True</property>
 
2779
                    <property name="can_focus">True</property>
 
2780
                    <property name="model">KeybindingsListStore</property>
 
2781
                    <property name="headers_clickable">False</property>
 
2782
                    <property name="search_column">0</property>
 
2783
                    <child>
 
2784
                      <object class="GtkTreeViewColumn" id="treeviewcolumn1">
 
2785
                        <property name="title">Name</property>
 
2786
                        <child>
 
2787
                          <object class="GtkCellRendererText" id="cellrenderertext10"/>
 
2788
                          <attributes>
 
2789
                            <attribute name="text">0</attribute>
 
2790
                          </attributes>
 
2791
                        </child>
 
2792
                      </object>
 
2793
                    </child>
 
2794
                    <child>
 
2795
                      <object class="GtkTreeViewColumn" id="treeviewcolumn2">
 
2796
                        <property name="title">Action</property>
 
2797
                        <child>
 
2798
                          <object class="GtkCellRendererText" id="cellrenderertext11"/>
 
2799
                          <attributes>
 
2800
                            <attribute name="text">1</attribute>
 
2801
                          </attributes>
 
2802
                        </child>
 
2803
                      </object>
 
2804
                    </child>
 
2805
                    <child>
 
2806
                      <object class="GtkTreeViewColumn" id="treeviewcolumn3">
 
2807
                        <property name="title">Keybinding</property>
 
2808
                        <child>
 
2809
                          <object class="GtkCellRendererAccel" id="cellrendereraccel1">
 
2810
                            <property name="editable">True</property>
 
2811
                            <signal name="accel_cleared" handler="on_cellrenderer_accel_cleared" object="KeybindingsListStore"/>
 
2812
                            <signal name="accel_edited" handler="on_cellrenderer_accel_edited" object="KeybindingsListStore"/>
 
2813
                          </object>
 
2814
                          <attributes>
 
2815
                            <attribute name="accel-key">2</attribute>
 
2816
                            <attribute name="accel-mods">3</attribute>
 
2817
                          </attributes>
 
2818
                        </child>
 
2819
                      </object>
 
2820
                    </child>
 
2821
                  </object>
 
2822
                </child>
 
2823
              </object>
 
2824
              <packing>
 
2825
                <property name="position">3</property>
 
2826
              </packing>
 
2827
            </child>
 
2828
            <child type="tab">
 
2829
              <object class="GtkLabel" id="label4">
 
2830
                <property name="visible">True</property>
 
2831
                <property name="label" translatable="yes">Keybindings</property>
 
2832
              </object>
 
2833
              <packing>
 
2834
                <property name="position">3</property>
 
2835
                <property name="tab_fill">False</property>
 
2836
              </packing>
 
2837
            </child>
 
2838
            <child>
 
2839
              <object class="GtkLabel" id="label13">
 
2840
                <property name="visible">True</property>
 
2841
                <property name="label" translatable="yes">Not yet implemented</property>
 
2842
              </object>
 
2843
              <packing>
 
2844
                <property name="position">4</property>
 
2845
              </packing>
 
2846
            </child>
 
2847
            <child type="tab">
 
2848
              <object class="GtkLabel" id="label5">
 
2849
                <property name="visible">True</property>
 
2850
                <property name="label" translatable="yes">Plugins</property>
 
2851
              </object>
 
2852
              <packing>
 
2853
                <property name="position">4</property>
 
2854
                <property name="tab_fill">False</property>
 
2855
              </packing>
 
2856
            </child>
 
2857
          </object>
 
2858
          <packing>
 
2859
            <property name="position">1</property>
 
2860
          </packing>
 
2861
        </child>
 
2862
        <child internal-child="action_area">
 
2863
          <object class="GtkHButtonBox" id="dialog_action_area1">
 
2864
            <property name="visible">True</property>
 
2865
            <property name="layout_style">end</property>
 
2866
            <child>
 
2867
              <object class="GtkButton" id="okbutton">
 
2868
                <property name="label">gtk-close</property>
 
2869
                <property name="visible">True</property>
 
2870
                <property name="can_focus">True</property>
 
2871
                <property name="receives_default">True</property>
 
2872
                <property name="use_stock">True</property>
 
2873
                <signal name="clicked" handler="on_closebutton_clicked"/>
 
2874
              </object>
 
2875
              <packing>
 
2876
                <property name="expand">False</property>
 
2877
                <property name="fill">False</property>
 
2878
                <property name="position">0</property>
 
2879
              </packing>
 
2880
            </child>
 
2881
          </object>
 
2882
          <packing>
 
2883
            <property name="expand">False</property>
 
2884
            <property name="pack_type">end</property>
 
2885
            <property name="position">0</property>
 
2886
          </packing>
 
2887
        </child>
 
2888
      </object>
 
2889
    </child>
 
2890
    <action-widgets>
 
2891
      <action-widget response="0">okbutton</action-widget>
 
2892
    </action-widgets>
 
2893
  </object>
 
2894
  <object class="GtkAdjustment" id="adjustment1">
 
2895
    <property name="value">-1</property>
 
2896
    <property name="lower">-1</property>
 
2897
    <property name="upper">5</property>
 
2898
    <property name="step_increment">1</property>
 
2899
    <property name="page_increment">2</property>
 
2900
  </object>
 
2901
  <object class="GtkAdjustment" id="adjustment2">
 
2902
    <property name="upper">100</property>
 
2903
    <property name="step_increment">1</property>
 
2904
    <property name="page_increment">10</property>
 
2905
    <property name="page_size">10</property>
 
2906
  </object>
 
2907
  <object class="GtkAdjustment" id="adjustment3">
 
2908
    <property name="upper">100</property>
 
2909
    <property name="step_increment">1</property>
 
2910
    <property name="page_increment">10</property>
 
2911
    <property name="page_size">10</property>
 
2912
  </object>
 
2913
  <object class="GtkAdjustment" id="background_darkness_scale">
 
2914
    <property name="upper">1</property>
 
2915
    <property name="step_increment">0.10000000000000001</property>
 
2916
    <property name="page_increment">0.20000000000000001</property>
 
2917
  </object>
 
2918
  <object class="GtkAdjustment" id="ScrollbackAdjustmend">
 
2919
    <property name="upper">10000000</property>
 
2920
    <property name="step_increment">1</property>
 
2921
    <property name="page_increment">10</property>
 
2922
  </object>
 
2923
  <object class="GtkAdjustment" id="adjustment4">
 
2924
    <property name="upper">100</property>
 
2925
    <property name="step_increment">1</property>
 
2926
    <property name="page_increment">10</property>
 
2927
    <property name="page_size">10</property>
 
2928
  </object>
 
2929
  <object class="GtkAdjustment" id="adjustment5">
 
2930
    <property name="upper">100</property>
 
2931
    <property name="step_increment">1</property>
 
2932
    <property name="page_increment">10</property>
 
2933
    <property name="page_size">10</property>
 
2934
  </object>
 
2935
  <object class="GtkAdjustment" id="adjustment6">
 
2936
    <property name="upper">100</property>
 
2937
    <property name="step_increment">1</property>
 
2938
    <property name="page_increment">10</property>
 
2939
    <property name="page_size">10</property>
 
2940
  </object>
 
2941
</interface>