~ubuntu-branches/ubuntu/raring/sunpinyin/raring

« back to all changes in this revision

Viewing changes to wrapper/xim/data/settings_ui.xml

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-03-30 15:31:55 UTC
  • mfrom: (1.1.3) (1.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120330153155-qgls77sogzgtg9zp
Tags: 2.0.3+git20120222-1
* Team upload: git snapshot 20120222.
   - fix breaks if LDFLAGS in environment contains
       multiple words (Closese #646001).
   - rm patches merged to upstream:
       append-os-environ-toenv.patch
       fix-ftbfs-on-sh.patch
       remove-10-candidate-words-limitation.patch
   - refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.

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="GtkDialog" id="settings_dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">XSunpinyin Preferences</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="window_position">center</property>
 
10
    <property name="icon_name">preferences-desktop</property>
 
11
    <property name="type_hint">dialog</property>
 
12
    <signal name="close" handler="gtk_main_quit"/>
 
13
    <signal name="response" handler="gtk_main_quit"/>
 
14
    <child internal-child="vbox">
 
15
      <object class="GtkVBox" id="dialog-vbox1">
 
16
        <property name="visible">True</property>
 
17
        <property name="spacing">2</property>
 
18
        <child>
 
19
          <object class="GtkNotebook" id="notebook1">
 
20
            <property name="visible">True</property>
 
21
            <property name="can_focus">True</property>
 
22
            <child>
 
23
              <object class="GtkTable" id="table1">
 
24
                <property name="visible">True</property>
 
25
                <property name="n_rows">8</property>
 
26
                <property name="n_columns">2</property>
 
27
                <property name="row_spacing">7</property>
 
28
                <child>
 
29
                  <object class="GtkLabel" id="label3">
 
30
                    <property name="visible">True</property>
 
31
                    <property name="xalign">1</property>
 
32
                    <property name="xpad">8</property>
 
33
                    <property name="label" translatable="yes">Trigger Key</property>
 
34
                  </object>
 
35
                  <packing>
 
36
                    <property name="x_options">GTK_FILL</property>
 
37
                    <property name="y_options">GTK_FILL</property>
 
38
                  </packing>
 
39
                </child>
 
40
                <child>
 
41
                  <object class="GtkLabel" id="label4">
 
42
                    <property name="visible">True</property>
 
43
                    <property name="xalign">1</property>
 
44
                    <property name="xpad">8</property>
 
45
                    <property name="label" translatable="yes">Switch to English</property>
 
46
                  </object>
 
47
                  <packing>
 
48
                    <property name="top_attach">1</property>
 
49
                    <property name="bottom_attach">2</property>
 
50
                    <property name="x_options">GTK_FILL</property>
 
51
                    <property name="y_options">GTK_FILL</property>
 
52
                  </packing>
 
53
                </child>
 
54
                <child>
 
55
                  <object class="GtkLabel" id="label9">
 
56
                    <property name="visible">True</property>
 
57
                    <property name="xalign">1</property>
 
58
                    <property name="xpad">8</property>
 
59
                    <property name="label" translatable="yes">Number of Candidates</property>
 
60
                  </object>
 
61
                  <packing>
 
62
                    <property name="top_attach">2</property>
 
63
                    <property name="bottom_attach">3</property>
 
64
                    <property name="y_options">GTK_FILL</property>
 
65
                  </packing>
 
66
                </child>
 
67
                <child>
 
68
                  <object class="GtkHBox" id="hbox1">
 
69
                    <property name="visible">True</property>
 
70
                    <child>
 
71
                      <object class="GtkCheckButton" id="trigger_ctrl_check">
 
72
                        <property name="label" translatable="yes">Control</property>
 
73
                        <property name="visible">True</property>
 
74
                        <property name="can_focus">True</property>
 
75
                        <property name="receives_default">False</property>
 
76
                        <property name="draw_indicator">True</property>
 
77
                        <signal name="toggled" handler="state_changed"/>
 
78
                      </object>
 
79
                      <packing>
 
80
                        <property name="position">0</property>
 
81
                      </packing>
 
82
                    </child>
 
83
                    <child>
 
84
                      <object class="GtkCheckButton" id="trigger_shift_check">
 
85
                        <property name="label" translatable="yes">Shift</property>
 
86
                        <property name="visible">True</property>
 
87
                        <property name="can_focus">True</property>
 
88
                        <property name="receives_default">False</property>
 
89
                        <property name="draw_indicator">True</property>
 
90
                        <signal name="toggled" handler="state_changed"/>
 
91
                      </object>
 
92
                      <packing>
 
93
                        <property name="position">1</property>
 
94
                      </packing>
 
95
                    </child>
 
96
                    <child>
 
97
                      <object class="GtkComboBox" id="trigger_combo">
 
98
                        <property name="visible">True</property>
 
99
                        <property name="model">keysym</property>
 
100
                        <signal name="changed" handler="state_changed"/>
 
101
                        <child>
 
102
                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
103
                          <attributes>
 
104
                            <attribute name="text">0</attribute>
 
105
                          </attributes>
 
106
                        </child>
 
107
                      </object>
 
108
                      <packing>
 
109
                        <property name="position">2</property>
 
110
                      </packing>
 
111
                    </child>
 
112
                  </object>
 
113
                  <packing>
 
114
                    <property name="left_attach">1</property>
 
115
                    <property name="right_attach">2</property>
 
116
                    <property name="y_options">GTK_FILL</property>
 
117
                  </packing>
 
118
                </child>
 
119
                <child>
 
120
                  <object class="GtkHBox" id="hbox2">
 
121
                    <property name="visible">True</property>
 
122
                    <child>
 
123
                      <object class="GtkCheckButton" id="english_ctrl_check">
 
124
                        <property name="label" translatable="yes">Control</property>
 
125
                        <property name="visible">True</property>
 
126
                        <property name="can_focus">True</property>
 
127
                        <property name="receives_default">False</property>
 
128
                        <property name="draw_indicator">True</property>
 
129
                        <signal name="toggled" handler="state_changed"/>
 
130
                      </object>
 
131
                      <packing>
 
132
                        <property name="position">0</property>
 
133
                      </packing>
 
134
                    </child>
 
135
                    <child>
 
136
                      <object class="GtkCheckButton" id="english_shift_check">
 
137
                        <property name="label" translatable="yes">Shift</property>
 
138
                        <property name="visible">True</property>
 
139
                        <property name="can_focus">True</property>
 
140
                        <property name="receives_default">False</property>
 
141
                        <property name="draw_indicator">True</property>
 
142
                        <signal name="toggled" handler="state_changed"/>
 
143
                      </object>
 
144
                      <packing>
 
145
                        <property name="position">1</property>
 
146
                      </packing>
 
147
                    </child>
 
148
                    <child>
 
149
                      <object class="GtkComboBox" id="english_combo">
 
150
                        <property name="visible">True</property>
 
151
                        <property name="model">keysym</property>
 
152
                        <signal name="changed" handler="state_changed"/>
 
153
                        <child>
 
154
                          <object class="GtkCellRendererText" id="cellrenderertext2"/>
 
155
                          <attributes>
 
156
                            <attribute name="text">0</attribute>
 
157
                          </attributes>
 
158
                        </child>
 
159
                      </object>
 
160
                      <packing>
 
161
                        <property name="position">2</property>
 
162
                      </packing>
 
163
                    </child>
 
164
                  </object>
 
165
                  <packing>
 
166
                    <property name="left_attach">1</property>
 
167
                    <property name="right_attach">2</property>
 
168
                    <property name="top_attach">1</property>
 
169
                    <property name="bottom_attach">2</property>
 
170
                    <property name="y_options">GTK_FILL</property>
 
171
                  </packing>
 
172
                </child>
 
173
                <child>
 
174
                  <object class="GtkHScale" id="hscale1">
 
175
                    <property name="visible">True</property>
 
176
                    <property name="can_focus">True</property>
 
177
                    <property name="update_policy">delayed</property>
 
178
                    <property name="adjustment">ncandidates</property>
 
179
                    <property name="digits">0</property>
 
180
                  </object>
 
181
                  <packing>
 
182
                    <property name="left_attach">1</property>
 
183
                    <property name="right_attach">2</property>
 
184
                    <property name="top_attach">2</property>
 
185
                    <property name="bottom_attach">3</property>
 
186
                    <property name="y_options"></property>
 
187
                  </packing>
 
188
                </child>
 
189
                <child>
 
190
                  <object class="GtkCheckButton" id="fuzzy_seg_check">
 
191
                    <property name="label" translatable="yes">Fuzzy Segmentation</property>
 
192
                    <property name="visible">True</property>
 
193
                    <property name="can_focus">True</property>
 
194
                    <property name="receives_default">False</property>
 
195
                    <property name="draw_indicator">True</property>
 
196
                    <signal name="toggled" handler="state_changed"/>
 
197
                  </object>
 
198
                  <packing>
 
199
                    <property name="left_attach">1</property>
 
200
                    <property name="right_attach">2</property>
 
201
                    <property name="top_attach">5</property>
 
202
                    <property name="bottom_attach">6</property>
 
203
                    <property name="y_options">GTK_FILL</property>
 
204
                  </packing>
 
205
                </child>
 
206
                <child>
 
207
                  <object class="GtkHBox" id="hbox3">
 
208
                    <property name="visible">True</property>
 
209
                    <child>
 
210
                      <object class="GtkCheckButton" id="minus_plus_check">
 
211
                        <property name="label" translatable="yes">- / =</property>
 
212
                        <property name="visible">True</property>
 
213
                        <property name="can_focus">True</property>
 
214
                        <property name="receives_default">False</property>
 
215
                        <property name="draw_indicator">True</property>
 
216
                        <signal name="toggled" handler="state_changed"/>
 
217
                      </object>
 
218
                      <packing>
 
219
                        <property name="position">0</property>
 
220
                      </packing>
 
221
                    </child>
 
222
                    <child>
 
223
                      <object class="GtkCheckButton" id="comma_period_check">
 
224
                        <property name="label" translatable="yes">, / .</property>
 
225
                        <property name="visible">True</property>
 
226
                        <property name="can_focus">True</property>
 
227
                        <property name="receives_default">False</property>
 
228
                        <property name="draw_indicator">True</property>
 
229
                        <signal name="toggled" handler="state_changed"/>
 
230
                      </object>
 
231
                      <packing>
 
232
                        <property name="position">1</property>
 
233
                      </packing>
 
234
                    </child>
 
235
                    <child>
 
236
                      <object class="GtkCheckButton" id="paren_check">
 
237
                        <property name="label" translatable="yes">[ / ]</property>
 
238
                        <property name="visible">True</property>
 
239
                        <property name="can_focus">True</property>
 
240
                        <property name="receives_default">False</property>
 
241
                        <property name="draw_indicator">True</property>
 
242
                        <signal name="toggled" handler="state_changed"/>
 
243
                      </object>
 
244
                      <packing>
 
245
                        <property name="position">2</property>
 
246
                      </packing>
 
247
                    </child>
 
248
                  </object>
 
249
                  <packing>
 
250
                    <property name="left_attach">1</property>
 
251
                    <property name="right_attach">2</property>
 
252
                    <property name="top_attach">4</property>
 
253
                    <property name="bottom_attach">5</property>
 
254
                    <property name="y_options"></property>
 
255
                  </packing>
 
256
                </child>
 
257
                <child>
 
258
                  <object class="GtkLabel" id="label10">
 
259
                    <property name="visible">True</property>
 
260
                    <property name="xalign">1</property>
 
261
                    <property name="xpad">8</property>
 
262
                    <property name="label" translatable="yes">Page Up/Page Down</property>
 
263
                  </object>
 
264
                  <packing>
 
265
                    <property name="top_attach">4</property>
 
266
                    <property name="bottom_attach">5</property>
 
267
                    <property name="y_options">GTK_FILL</property>
 
268
                  </packing>
 
269
                </child>
 
270
                <child>
 
271
                  <object class="GtkLabel" id="label11">
 
272
                    <property name="visible">True</property>
 
273
                    <property name="xalign">1</property>
 
274
                    <property name="xpad">8</property>
 
275
                    <property name="label" translatable="yes">Backspace Behavior</property>
 
276
                  </object>
 
277
                  <packing>
 
278
                    <property name="top_attach">3</property>
 
279
                    <property name="bottom_attach">4</property>
 
280
                  </packing>
 
281
                </child>
 
282
                <child>
 
283
                  <object class="GtkHBox" id="hbox4">
 
284
                    <property name="visible">True</property>
 
285
                    <child>
 
286
                      <object class="GtkRadioButton" id="cancel_on_backspace_check">
 
287
                        <property name="label" translatable="yes">Cancel Selection</property>
 
288
                        <property name="visible">True</property>
 
289
                        <property name="can_focus">True</property>
 
290
                        <property name="receives_default">False</property>
 
291
                        <property name="draw_indicator">True</property>
 
292
                        <signal name="toggled" handler="state_changed"/>
 
293
                      </object>
 
294
                      <packing>
 
295
                        <property name="position">0</property>
 
296
                      </packing>
 
297
                    </child>
 
298
                    <child>
 
299
                      <object class="GtkRadioButton" id="remove_on_backspace_check">
 
300
                        <property name="label" translatable="yes">Remove PinYin</property>
 
301
                        <property name="visible">True</property>
 
302
                        <property name="can_focus">True</property>
 
303
                        <property name="receives_default">False</property>
 
304
                        <property name="draw_indicator">True</property>
 
305
                        <property name="group">cancel_on_backspace_check</property>
 
306
                        <signal name="toggled" handler="state_changed"/>
 
307
                      </object>
 
308
                      <packing>
 
309
                        <property name="position">1</property>
 
310
                      </packing>
 
311
                    </child>
 
312
                  </object>
 
313
                  <packing>
 
314
                    <property name="left_attach">1</property>
 
315
                    <property name="right_attach">2</property>
 
316
                    <property name="top_attach">3</property>
 
317
                    <property name="bottom_attach">4</property>
 
318
                  </packing>
 
319
                </child>
 
320
                <child>
 
321
                  <object class="GtkCheckButton" id="smart_punct_check">
 
322
                    <property name="label" translatable="yes">Smart Punctuation</property>
 
323
                    <property name="visible">True</property>
 
324
                    <property name="can_focus">True</property>
 
325
                    <property name="receives_default">False</property>
 
326
                    <property name="draw_indicator">True</property>
 
327
                    <signal name="toggled" handler="state_changed"/>
 
328
                  </object>
 
329
                  <packing>
 
330
                    <property name="left_attach">1</property>
 
331
                    <property name="right_attach">2</property>
 
332
                    <property name="top_attach">7</property>
 
333
                    <property name="bottom_attach">8</property>
 
334
                  </packing>
 
335
                </child>
 
336
                <child>
 
337
                  <object class="GtkCheckButton" id="fuzzy_inner_seg_check">
 
338
                    <property name="label" translatable="yes">Fuzzy Segmentation on Inner Pinyin</property>
 
339
                    <property name="visible">True</property>
 
340
                    <property name="can_focus">True</property>
 
341
                    <property name="receives_default">False</property>
 
342
                    <property name="draw_indicator">True</property>
 
343
                    <signal name="toggled" handler="state_changed"/>
 
344
                  </object>
 
345
                  <packing>
 
346
                    <property name="left_attach">1</property>
 
347
                    <property name="right_attach">2</property>
 
348
                    <property name="top_attach">6</property>
 
349
                    <property name="bottom_attach">7</property>
 
350
                  </packing>
 
351
                </child>
 
352
                <child>
 
353
                  <placeholder/>
 
354
                </child>
 
355
                <child>
 
356
                  <placeholder/>
 
357
                </child>
 
358
                <child>
 
359
                  <placeholder/>
 
360
                </child>
 
361
              </object>
 
362
            </child>
 
363
            <child type="tab">
 
364
              <object class="GtkLabel" id="label5">
 
365
                <property name="visible">True</property>
 
366
                <property name="label" translatable="yes">Common</property>
 
367
              </object>
 
368
              <packing>
 
369
                <property name="tab_fill">False</property>
 
370
              </packing>
 
371
            </child>
 
372
            <child>
 
373
              <object class="GtkTable" id="table3">
 
374
                <property name="visible">True</property>
 
375
                <property name="n_rows">3</property>
 
376
                <property name="n_columns">2</property>
 
377
                <child>
 
378
                  <object class="GtkRadioButton" id="pinyin_check">
 
379
                    <property name="label" translatable="yes">PinYin</property>
 
380
                    <property name="visible">True</property>
 
381
                    <property name="can_focus">True</property>
 
382
                    <property name="receives_default">False</property>
 
383
                    <property name="draw_indicator">True</property>
 
384
                    <signal name="toggled" handler="state_changed"/>
 
385
                  </object>
 
386
                  <packing>
 
387
                    <property name="right_attach">2</property>
 
388
                    <property name="y_options">GTK_FILL</property>
 
389
                  </packing>
 
390
                </child>
 
391
                <child>
 
392
                  <object class="GtkRadioButton" id="shuangpin_check">
 
393
                    <property name="label" translatable="yes">ShuangPin</property>
 
394
                    <property name="visible">True</property>
 
395
                    <property name="can_focus">True</property>
 
396
                    <property name="receives_default">False</property>
 
397
                    <property name="draw_indicator">True</property>
 
398
                    <property name="group">pinyin_check</property>
 
399
                    <signal name="toggled" handler="state_changed"/>
 
400
                  </object>
 
401
                  <packing>
 
402
                    <property name="top_attach">1</property>
 
403
                    <property name="bottom_attach">2</property>
 
404
                    <property name="y_options">GTK_FILL</property>
 
405
                  </packing>
 
406
                </child>
 
407
                <child>
 
408
                  <object class="GtkLabel" id="label13">
 
409
                    <property name="visible">True</property>
 
410
                    <property name="yalign">0.40000000596046448</property>
 
411
                    <property name="ypad">9</property>
 
412
                    <property name="label" translatable="yes">Note: &lt;i&gt;Switching to PinYin or QuanPin 
 
413
requires restart or relogin to take effect,&lt;/i&gt;</property>
 
414
                    <property name="use_markup">True</property>
 
415
                    <property name="wrap">True</property>
 
416
                  </object>
 
417
                  <packing>
 
418
                    <property name="right_attach">2</property>
 
419
                    <property name="top_attach">2</property>
 
420
                    <property name="bottom_attach">3</property>
 
421
                    <property name="y_options"></property>
 
422
                  </packing>
 
423
                </child>
 
424
                <child>
 
425
                  <object class="GtkComboBox" id="shuangpin_combo">
 
426
                    <property name="visible">True</property>
 
427
                    <property name="model">shuangpin_scheme</property>
 
428
                    <property name="active">0</property>
 
429
                    <signal name="changed" handler="state_changed"/>
 
430
                    <child>
 
431
                      <object class="GtkCellRendererText" id="cellrenderertext3"/>
 
432
                      <attributes>
 
433
                        <attribute name="text">0</attribute>
 
434
                      </attributes>
 
435
                    </child>
 
436
                  </object>
 
437
                  <packing>
 
438
                    <property name="left_attach">1</property>
 
439
                    <property name="right_attach">2</property>
 
440
                    <property name="top_attach">1</property>
 
441
                    <property name="bottom_attach">2</property>
 
442
                    <property name="y_options">GTK_FILL</property>
 
443
                  </packing>
 
444
                </child>
 
445
              </object>
 
446
              <packing>
 
447
                <property name="position">1</property>
 
448
              </packing>
 
449
            </child>
 
450
            <child type="tab">
 
451
              <object class="GtkLabel" id="label1">
 
452
                <property name="visible">True</property>
 
453
                <property name="label" translatable="yes">PinYin Scheme</property>
 
454
              </object>
 
455
              <packing>
 
456
                <property name="position">1</property>
 
457
                <property name="tab_fill">False</property>
 
458
              </packing>
 
459
            </child>
 
460
            <child>
 
461
              <object class="GtkTable" id="table2">
 
462
                <property name="visible">True</property>
 
463
                <property name="n_rows">8</property>
 
464
                <property name="n_columns">2</property>
 
465
                <property name="row_spacing">7</property>
 
466
                <child>
 
467
                  <object class="GtkLabel" id="label12">
 
468
                    <property name="visible">True</property>
 
469
                    <property name="xalign">1</property>
 
470
                    <property name="xpad">8</property>
 
471
                    <property name="label" translatable="yes">Preedit Opacity</property>
 
472
                  </object>
 
473
                  <packing>
 
474
                    <property name="top_attach">7</property>
 
475
                    <property name="bottom_attach">8</property>
 
476
                    <property name="x_options">GTK_FILL</property>
 
477
                    <property name="y_options">GTK_FILL</property>
 
478
                  </packing>
 
479
                </child>
 
480
                <child>
 
481
                  <object class="GtkHScale" id="opacity_scale">
 
482
                    <property name="visible">True</property>
 
483
                    <property name="can_focus">True</property>
 
484
                    <property name="update_policy">delayed</property>
 
485
                    <property name="adjustment">opacity_value</property>
 
486
                    <property name="digits">2</property>
 
487
                  </object>
 
488
                  <packing>
 
489
                    <property name="left_attach">1</property>
 
490
                    <property name="right_attach">2</property>
 
491
                    <property name="top_attach">7</property>
 
492
                    <property name="bottom_attach">8</property>
 
493
                    <property name="y_options">GTK_FILL</property>
 
494
                  </packing>
 
495
                </child>
 
496
                <child>
 
497
                  <object class="GtkLabel" id="label8">
 
498
                    <property name="visible">True</property>
 
499
                    <property name="xalign">1</property>
 
500
                    <property name="xpad">8</property>
 
501
                    <property name="label" translatable="yes">Preedit Font Color</property>
 
502
                  </object>
 
503
                  <packing>
 
504
                    <property name="top_attach">6</property>
 
505
                    <property name="bottom_attach">7</property>
 
506
                    <property name="x_options">GTK_FILL</property>
 
507
                    <property name="y_options">GTK_FILL</property>
 
508
                  </packing>
 
509
                </child>
 
510
                <child>
 
511
                  <object class="GtkColorButton" id="font_color_btn">
 
512
                    <property name="visible">True</property>
 
513
                    <property name="can_focus">True</property>
 
514
                    <property name="receives_default">True</property>
 
515
                    <property name="color">#000000000000</property>
 
516
                    <signal name="color_set" handler="state_changed"/>
 
517
                  </object>
 
518
                  <packing>
 
519
                    <property name="left_attach">1</property>
 
520
                    <property name="right_attach">2</property>
 
521
                    <property name="top_attach">6</property>
 
522
                    <property name="bottom_attach">7</property>
 
523
                    <property name="y_options">GTK_FILL</property>
 
524
                  </packing>
 
525
                </child>
 
526
                <child>
 
527
                  <object class="GtkLabel" id="label7">
 
528
                    <property name="visible">True</property>
 
529
                    <property name="xalign">1</property>
 
530
                    <property name="xpad">8</property>
 
531
                    <property name="label" translatable="yes">Preedit Font</property>
 
532
                  </object>
 
533
                  <packing>
 
534
                    <property name="top_attach">5</property>
 
535
                    <property name="bottom_attach">6</property>
 
536
                    <property name="x_options">GTK_FILL</property>
 
537
                    <property name="y_options">GTK_FILL</property>
 
538
                  </packing>
 
539
                </child>
 
540
                <child>
 
541
                  <object class="GtkFontButton" id="font_btn">
 
542
                    <property name="visible">True</property>
 
543
                    <property name="can_focus">True</property>
 
544
                    <property name="receives_default">True</property>
 
545
                    <signal name="font_set" handler="state_changed"/>
 
546
                  </object>
 
547
                  <packing>
 
548
                    <property name="left_attach">1</property>
 
549
                    <property name="right_attach">2</property>
 
550
                    <property name="top_attach">5</property>
 
551
                    <property name="bottom_attach">6</property>
 
552
                    <property name="y_options">GTK_FILL</property>
 
553
                  </packing>
 
554
                </child>
 
555
                <child>
 
556
                  <object class="GtkLabel" id="label6">
 
557
                    <property name="visible">True</property>
 
558
                    <property name="xalign">1</property>
 
559
                    <property name="xpad">8</property>
 
560
                    <property name="label" translatable="yes">Preedit Background Color</property>
 
561
                  </object>
 
562
                  <packing>
 
563
                    <property name="top_attach">4</property>
 
564
                    <property name="bottom_attach">5</property>
 
565
                    <property name="x_options">GTK_FILL</property>
 
566
                    <property name="y_options">GTK_FILL</property>
 
567
                  </packing>
 
568
                </child>
 
569
                <child>
 
570
                  <object class="GtkColorButton" id="background_color_btn">
 
571
                    <property name="visible">True</property>
 
572
                    <property name="can_focus">True</property>
 
573
                    <property name="receives_default">True</property>
 
574
                    <property name="color">#000000000000</property>
 
575
                    <signal name="color_set" handler="state_changed"/>
 
576
                  </object>
 
577
                  <packing>
 
578
                    <property name="left_attach">1</property>
 
579
                    <property name="right_attach">2</property>
 
580
                    <property name="top_attach">4</property>
 
581
                    <property name="bottom_attach">5</property>
 
582
                    <property name="y_options">GTK_FILL</property>
 
583
                  </packing>
 
584
                </child>
 
585
                <child>
 
586
                  <object class="GtkLabel" id="label14">
 
587
                    <property name="visible">True</property>
 
588
                    <property name="xalign">0</property>
 
589
                    <property name="xpad">16</property>
 
590
                    <property name="label" translatable="yes">Classic Skin</property>
 
591
                    <attributes>
 
592
                      <attribute name="weight" value="bold"/>
 
593
                    </attributes>
 
594
                  </object>
 
595
                  <packing>
 
596
                    <property name="right_attach">2</property>
 
597
                    <property name="top_attach">3</property>
 
598
                    <property name="bottom_attach">4</property>
 
599
                    <property name="y_options"></property>
 
600
                  </packing>
 
601
                </child>
 
602
                <child>
 
603
                  <object class="GtkLabel" id="label15">
 
604
                    <property name="visible">True</property>
 
605
                    <property name="xalign">1</property>
 
606
                    <property name="xpad">8</property>
 
607
                    <property name="label" translatable="yes">Skin:</property>
 
608
                  </object>
 
609
                  <packing>
 
610
                    <property name="top_attach">2</property>
 
611
                    <property name="bottom_attach">3</property>
 
612
                    <property name="y_options"></property>
 
613
                  </packing>
 
614
                </child>
 
615
                <child>
 
616
                  <object class="GtkComboBox" id="skin_combo">
 
617
                    <property name="visible">True</property>
 
618
                    <property name="model">skin_list</property>
 
619
                    <signal name="changed" handler="state_changed"/>
 
620
                    <child>
 
621
                      <object class="GtkCellRendererText" id="cellrenderertext4"/>
 
622
                      <attributes>
 
623
                        <attribute name="text">0</attribute>
 
624
                      </attributes>
 
625
                    </child>
 
626
                  </object>
 
627
                  <packing>
 
628
                    <property name="left_attach">1</property>
 
629
                    <property name="right_attach">2</property>
 
630
                    <property name="top_attach">2</property>
 
631
                    <property name="bottom_attach">3</property>
 
632
                    <property name="y_options"></property>
 
633
                  </packing>
 
634
                </child>
 
635
                <child>
 
636
                  <object class="GtkLabel" id="label17">
 
637
                    <property name="visible">True</property>
 
638
                    <property name="xalign">1</property>
 
639
                    <property name="xpad">8</property>
 
640
                  </object>
 
641
                  <packing>
 
642
                    <property name="top_attach">1</property>
 
643
                    <property name="bottom_attach">2</property>
 
644
                    <property name="y_options"></property>
 
645
                  </packing>
 
646
                </child>
 
647
                <child>
 
648
                  <object class="GtkCheckButton" id="hide_icbar_check">
 
649
                    <property name="label" translatable="yes">Hide Context Bar</property>
 
650
                    <property name="visible">True</property>
 
651
                    <property name="can_focus">True</property>
 
652
                    <property name="receives_default">False</property>
 
653
                    <property name="draw_indicator">True</property>
 
654
                    <signal name="toggled" handler="state_changed"/>
 
655
                  </object>
 
656
                  <packing>
 
657
                    <property name="left_attach">1</property>
 
658
                    <property name="right_attach">2</property>
 
659
                    <property name="top_attach">1</property>
 
660
                    <property name="bottom_attach">2</property>
 
661
                    <property name="y_options">GTK_FILL</property>
 
662
                  </packing>
 
663
                </child>
 
664
                <child>
 
665
                  <object class="GtkLabel" id="label16">
 
666
                    <property name="visible">True</property>
 
667
                    <property name="xalign">0</property>
 
668
                    <property name="xpad">16</property>
 
669
                    <property name="label" translatable="yes">Common</property>
 
670
                    <attributes>
 
671
                      <attribute name="weight" value="bold"/>
 
672
                    </attributes>
 
673
                  </object>
 
674
                  <packing>
 
675
                    <property name="right_attach">2</property>
 
676
                    <property name="y_options"></property>
 
677
                  </packing>
 
678
                </child>
 
679
              </object>
 
680
              <packing>
 
681
                <property name="position">2</property>
 
682
              </packing>
 
683
            </child>
 
684
            <child type="tab">
 
685
              <object class="GtkLabel" id="label2">
 
686
                <property name="visible">True</property>
 
687
                <property name="label" translatable="yes">Look and Feel</property>
 
688
              </object>
 
689
              <packing>
 
690
                <property name="position">2</property>
 
691
                <property name="tab_fill">False</property>
 
692
              </packing>
 
693
            </child>
 
694
          </object>
 
695
          <packing>
 
696
            <property name="position">1</property>
 
697
          </packing>
 
698
        </child>
 
699
        <child internal-child="action_area">
 
700
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
701
            <property name="visible">True</property>
 
702
            <property name="layout_style">end</property>
 
703
            <child>
 
704
              <placeholder/>
 
705
            </child>
 
706
            <child>
 
707
              <object class="GtkButton" id="button2">
 
708
                <property name="label">gtk-close</property>
 
709
                <property name="visible">True</property>
 
710
                <property name="can_focus">True</property>
 
711
                <property name="receives_default">True</property>
 
712
                <property name="use_stock">True</property>
 
713
              </object>
 
714
              <packing>
 
715
                <property name="expand">False</property>
 
716
                <property name="fill">False</property>
 
717
                <property name="position">1</property>
 
718
              </packing>
 
719
            </child>
 
720
          </object>
 
721
          <packing>
 
722
            <property name="expand">False</property>
 
723
            <property name="pack_type">end</property>
 
724
            <property name="position">0</property>
 
725
          </packing>
 
726
        </child>
 
727
      </object>
 
728
    </child>
 
729
    <action-widgets>
 
730
      <action-widget response="0">button2</action-widget>
 
731
    </action-widgets>
 
732
  </object>
 
733
  <object class="GtkAdjustment" id="opacity_value">
 
734
    <property name="value">0.01</property>
 
735
    <property name="lower">0.01</property>
 
736
    <property name="upper">1.01</property>
 
737
    <property name="step_increment">0.10000000000000001</property>
 
738
    <property name="page_increment">0.01</property>
 
739
    <property name="page_size">0.01</property>
 
740
    <signal name="value_changed" handler="state_changed"/>
 
741
  </object>
 
742
  <object class="GtkListStore" id="keysym">
 
743
    <columns>
 
744
      <!-- column-name text -->
 
745
      <column type="gchararray"/>
 
746
    </columns>
 
747
    <data>
 
748
      <row>
 
749
        <col id="0" translatable="yes">Space</col>
 
750
      </row>
 
751
      <row>
 
752
        <col id="0" translatable="yes">Control_L</col>
 
753
      </row>
 
754
      <row>
 
755
        <col id="0" translatable="yes">Control_R</col>
 
756
      </row>
 
757
      <row>
 
758
        <col id="0" translatable="yes">Shift_L</col>
 
759
      </row>
 
760
      <row>
 
761
        <col id="0" translatable="yes">Shift_R</col>
 
762
      </row>
 
763
    </data>
 
764
  </object>
 
765
  <object class="GtkAdjustment" id="ncandidates">
 
766
    <property name="value">10</property>
 
767
    <property name="lower">3</property>
 
768
    <property name="upper">11</property>
 
769
    <property name="step_increment">1</property>
 
770
    <property name="page_increment">1</property>
 
771
    <property name="page_size">1</property>
 
772
    <signal name="value_changed" handler="state_changed"/>
 
773
  </object>
 
774
  <object class="GtkListStore" id="shuangpin_scheme">
 
775
    <columns>
 
776
      <!-- column-name text -->
 
777
      <column type="gchararray"/>
 
778
    </columns>
 
779
    <data>
 
780
      <row>
 
781
        <col id="0" translatable="yes">MS2003</col>
 
782
      </row>
 
783
      <row>
 
784
        <col id="0" translatable="yes">ABC</col>
 
785
      </row>
 
786
      <row>
 
787
        <col id="0" translatable="yes">ZiRanMa</col>
 
788
      </row>
 
789
      <row>
 
790
        <col id="0" translatable="yes">PinYin++</col>
 
791
      </row>
 
792
      <row>
 
793
        <col id="0" translatable="yes">ZiGuang</col>
 
794
      </row>
 
795
      <row>
 
796
        <col id="0" translatable="yes">XiaoHe</col>
 
797
      </row>
 
798
    </data>
 
799
  </object>
 
800
  <object class="GtkListStore" id="skin_list">
 
801
    <columns>
 
802
      <!-- column-name text -->
 
803
      <column type="gchararray"/>
 
804
    </columns>
 
805
  </object>
 
806
</interface>