~ubuntu-branches/ubuntu/oneiric/dasher/oneiric

« back to all changes in this revision

Viewing changes to Data/GUI/dasher.gameWIP.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-23 07:56:20 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100423075620-qpr1ousiruyxs1fb
Tags: 4.11-1
* New upstream release:
  + debian/control.in:
    - Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkAdjustment" id="adjustment1">
 
5
    <property name="upper">8</property>
 
6
    <property name="lower">0.1</property>
 
7
    <property name="page_increment">1</property>
 
8
    <property name="step_increment">0.1</property>
 
9
    <property name="page_size">0</property>
 
10
    <property name="value">1</property>
 
11
  </object>
 
12
  <object class="GtkUIManager" id="uimanager1">
 
13
    <child>
 
14
      <object class="GtkActionGroup" id="actiongroup1">
 
15
        <child>
 
16
          <object class="GtkAction" id="menuitem4">
 
17
            <property name="name">menuitem4</property>
 
18
            <property name="label" translatable="yes">_File</property>
 
19
          </object>
 
20
        </child>
 
21
        <child>
 
22
          <object class="GtkAction" id="menu_command_new">
 
23
            <property name="stock_id">gtk-new</property>
 
24
            <property name="name">menu_command_new</property>
 
25
          </object>
 
26
        </child>
 
27
        <child>
 
28
          <object class="GtkAction" id="menu_command_open">
 
29
            <property name="stock_id">gtk-open</property>
 
30
            <property name="name">menu_command_open</property>
 
31
          </object>
 
32
        </child>
 
33
        <child>
 
34
          <object class="GtkAction" id="menu_command_save">
 
35
            <property name="stock_id">gtk-save</property>
 
36
            <property name="name">menu_command_save</property>
 
37
          </object>
 
38
        </child>
 
39
        <child>
 
40
          <object class="GtkAction" id="menu_command_saveas">
 
41
            <property name="stock_id">gtk-save-as</property>
 
42
            <property name="name">menu_command_saveas</property>
 
43
          </object>
 
44
        </child>
 
45
        <child>
 
46
          <object class="GtkAction" id="menu_command_append">
 
47
            <property name="name">menu_command_append</property>
 
48
            <property name="label" translatable="yes">A_ppend to file…</property>
 
49
          </object>
 
50
        </child>
 
51
        <child>
 
52
          <object class="GtkAction" id="menu_command_import">
 
53
            <property name="name">menu_command_import</property>
 
54
            <property name="label" translatable="yes">_Import Training Text…</property>
 
55
          </object>
 
56
        </child>
 
57
        <child>
 
58
          <object class="GtkAction" id="menu_command_quit">
 
59
            <property name="stock_id">gtk-quit</property>
 
60
            <property name="name">menu_command_quit</property>
 
61
          </object>
 
62
        </child>
 
63
        <child>
 
64
          <object class="GtkAction" id="menuitem5">
 
65
            <property name="name">menuitem5</property>
 
66
            <property name="label" translatable="yes">_Edit</property>
 
67
          </object>
 
68
        </child>
 
69
        <child>
 
70
          <object class="GtkAction" id="menu_command_cut">
 
71
            <property name="stock_id">gtk-cut</property>
 
72
            <property name="name">menu_command_cut</property>
 
73
          </object>
 
74
        </child>
 
75
        <child>
 
76
          <object class="GtkAction" id="menu_command_copy">
 
77
            <property name="stock_id">gtk-copy</property>
 
78
            <property name="name">menu_command_copy</property>
 
79
          </object>
 
80
        </child>
 
81
        <child>
 
82
          <object class="GtkAction" id="menu_command_copyall">
 
83
            <property name="name">menu_command_copyall</property>
 
84
            <property name="label" translatable="yes">Copy _All</property>
 
85
          </object>
 
86
        </child>
 
87
        <child>
 
88
          <object class="GtkAction" id="menu_command_paste">
 
89
            <property name="stock_id">gtk-paste</property>
 
90
            <property name="name">menu_command_paste</property>
 
91
          </object>
 
92
        </child>
 
93
        <child>
 
94
          <object class="GtkAction" id="menu_command_preferences">
 
95
            <property name="stock_id">gtk-preferences</property>
 
96
            <property name="name">menu_command_preferences</property>
 
97
            <property name="label" translatable="yes">Pr_eferences…</property>
 
98
          </object>
 
99
          <accelerator key="S" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK"/>
 
100
        </child>
 
101
        <child>
 
102
          <object class="GtkAction" id="menuitem7">
 
103
            <property name="name">menuitem7</property>
 
104
            <property name="label" translatable="yes">_Help</property>
 
105
          </object>
 
106
        </child>
 
107
        <child>
 
108
          <object class="GtkAction" id="menu_command_help">
 
109
            <property name="stock_id">gtk-help</property>
 
110
            <property name="name">menu_command_help</property>
 
111
            <property name="label" translatable="yes">_Contents…</property>
 
112
          </object>
 
113
          <accelerator key="F1" modifiers="0"/>
 
114
        </child>
 
115
        <child>
 
116
          <object class="GtkAction" id="menu_command_about">
 
117
            <property name="stock_id">gtk-about</property>
 
118
            <property name="name">menu_command_about</property>
 
119
            <property name="label" translatable="yes">_About…</property>
 
120
          </object>
 
121
        </child>
 
122
        <child>
 
123
          <object class="GtkAction" id="fulldemo">
 
124
            <property name="name">fulldemo</property>
 
125
            <property name="label" translatable="yes">Full Demo</property>
 
126
          </object>
 
127
        </child>
 
128
      </object>
 
129
    </child>
 
130
    <ui>
 
131
      <menubar name="dasher_menu_bar">
 
132
        <menu action="menuitem4">
 
133
          <menuitem action="menu_command_new"/>
 
134
          <menuitem action="menu_command_open"/>
 
135
          <menuitem action="menu_command_save"/>
 
136
          <menuitem action="menu_command_saveas"/>
 
137
          <menuitem action="menu_command_append"/>
 
138
          <separator/>
 
139
          <menuitem action="menu_command_import"/>
 
140
          <menuitem action="menu_command_quit"/>
 
141
        </menu>
 
142
        <menu action="menuitem5">
 
143
          <menuitem action="menu_command_cut"/>
 
144
          <menuitem action="menu_command_copy"/>
 
145
          <menuitem action="menu_command_copyall"/>
 
146
          <menuitem action="menu_command_paste"/>
 
147
          <separator/>
 
148
          <menuitem action="menu_command_preferences"/>
 
149
        </menu>
 
150
        <menu action="menuitem7">
 
151
          <menuitem action="menu_command_help"/>
 
152
          <menuitem action="menu_command_about"/>
 
153
          <menuitem action="fulldemo"/>
 
154
        </menu>
 
155
      </menubar>
 
156
    </ui>
 
157
  </object>
 
158
  <object class="GtkWindow" id="window">
 
159
    <property name="can_focus">True</property>
 
160
    <property name="has_focus">True</property>
 
161
    <property name="events">GDK_BUTTON_RELEASE_MASK</property>
 
162
    <property name="title" translatable="yes">Dasher</property>
 
163
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
164
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
165
    <property name="modal">False</property>
 
166
    <property name="resizable">True</property>
 
167
    <property name="destroy_with_parent">False</property>
 
168
    <property name="decorated">True</property>
 
169
    <property name="skip_taskbar_hint">False</property>
 
170
    <property name="skip_pager_hint">False</property>
 
171
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
172
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
173
    <signal handler="dasher_main_cb_window_close" last_modification_time="Tue, 06 Feb 2007 14:25:42 GMT" name="delete_event"/>
 
174
    <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
175
    <child>
 
176
      <object class="GtkVBox" id="vbox1">
 
177
        <property name="visible">True</property>
 
178
        <property name="homogeneous">False</property>
 
179
        <property name="spacing">0</property>
 
180
        <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
181
        <child>
 
182
          <object class="GtkMenuBar" constructor="uimanager1" id="dasher_menu_bar">
 
183
            <property name="visible">True</property>
 
184
            <property name="tooltip-text" translatable="yes">Quit</property>
 
185
            <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
186
          </object>
 
187
          <packing>
 
188
            <property name="padding">0</property>
 
189
            <property name="expand">False</property>
 
190
            <property name="fill">False</property>
 
191
          </packing>
 
192
        </child>
 
193
        <child>
 
194
          <object class="GtkToolbar" id="toolbar">
 
195
            <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
 
196
            <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
 
197
            <property name="tooltips">True</property>
 
198
            <property name="show_arrow">True</property>
 
199
            <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
200
            <child>
 
201
              <object class="GtkToolButton" id="tb_command_new">
 
202
                <property name="visible">True</property>
 
203
                <property name="tooltip-text" translatable="yes">New file</property>
 
204
                <property name="stock_id">gtk-new</property>
 
205
                <property name="visible_horizontal">True</property>
 
206
                <property name="visible_vertical">True</property>
 
207
                <property name="is_important">False</property>
 
208
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
209
              </object>
 
210
              <packing>
 
211
                <property name="expand">False</property>
 
212
                <property name="homogeneous">True</property>
 
213
              </packing>
 
214
            </child>
 
215
            <child>
 
216
              <object class="GtkToolButton" id="tb_command_open">
 
217
                <property name="visible">True</property>
 
218
                <property name="tooltip-text" translatable="yes">Open file</property>
 
219
                <property name="stock_id">gtk-open</property>
 
220
                <property name="visible_horizontal">True</property>
 
221
                <property name="visible_vertical">True</property>
 
222
                <property name="is_important">False</property>
 
223
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
224
              </object>
 
225
              <packing>
 
226
                <property name="expand">False</property>
 
227
                <property name="homogeneous">True</property>
 
228
              </packing>
 
229
            </child>
 
230
            <child>
 
231
              <object class="GtkToolButton" id="tb_command_save">
 
232
                <property name="visible">True</property>
 
233
                <property name="tooltip-text" translatable="yes">Save file</property>
 
234
                <property name="stock_id">gtk-save</property>
 
235
                <property name="visible_horizontal">True</property>
 
236
                <property name="visible_vertical">True</property>
 
237
                <property name="is_important">False</property>
 
238
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
239
              </object>
 
240
              <packing>
 
241
                <property name="expand">False</property>
 
242
                <property name="homogeneous">True</property>
 
243
              </packing>
 
244
            </child>
 
245
            <child>
 
246
              <object class="GtkToolButton" id="tb_command_saveas">
 
247
                <property name="visible">True</property>
 
248
                <property name="tooltip-text" translatable="yes">Save file as</property>
 
249
                <property name="stock_id">gtk-save-as</property>
 
250
                <property name="visible_horizontal">True</property>
 
251
                <property name="visible_vertical">True</property>
 
252
                <property name="is_important">False</property>
 
253
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
254
              </object>
 
255
              <packing>
 
256
                <property name="expand">False</property>
 
257
                <property name="homogeneous">True</property>
 
258
              </packing>
 
259
            </child>
 
260
            <child>
 
261
              <object class="GtkSeparatorToolItem" id="separatortoolitem1">
 
262
                <property name="visible">True</property>
 
263
                <property name="draw">True</property>
 
264
                <property name="visible_horizontal">True</property>
 
265
                <property name="visible_vertical">True</property>
 
266
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
267
              </object>
 
268
              <packing>
 
269
                <property name="expand">False</property>
 
270
                <property name="homogeneous">False</property>
 
271
              </packing>
 
272
            </child>
 
273
            <child>
 
274
              <object class="GtkToolButton" id="tb_command_cut">
 
275
                <property name="visible">True</property>
 
276
                <property name="tooltip-text" translatable="yes">Cut</property>
 
277
                <property name="stock_id">gtk-cut</property>
 
278
                <property name="visible_horizontal">True</property>
 
279
                <property name="visible_vertical">True</property>
 
280
                <property name="is_important">False</property>
 
281
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
282
              </object>
 
283
              <packing>
 
284
                <property name="expand">False</property>
 
285
                <property name="homogeneous">True</property>
 
286
              </packing>
 
287
            </child>
 
288
            <child>
 
289
              <object class="GtkToolButton" id="tb_command_copy">
 
290
                <property name="visible">True</property>
 
291
                <property name="tooltip-text" translatable="yes">Copy</property>
 
292
                <property name="stock_id">gtk-copy</property>
 
293
                <property name="visible_horizontal">True</property>
 
294
                <property name="visible_vertical">True</property>
 
295
                <property name="is_important">False</property>
 
296
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
297
              </object>
 
298
              <packing>
 
299
                <property name="expand">False</property>
 
300
                <property name="homogeneous">True</property>
 
301
              </packing>
 
302
            </child>
 
303
            <child>
 
304
              <object class="GtkToolButton" id="tb_command_paste">
 
305
                <property name="visible">True</property>
 
306
                <property name="tooltip-text" translatable="yes">Paste</property>
 
307
                <property name="stock_id">gtk-paste</property>
 
308
                <property name="visible_horizontal">True</property>
 
309
                <property name="visible_vertical">True</property>
 
310
                <property name="is_important">False</property>
 
311
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
312
              </object>
 
313
              <packing>
 
314
                <property name="expand">False</property>
 
315
                <property name="homogeneous">True</property>
 
316
              </packing>
 
317
            </child>
 
318
            <child>
 
319
              <object class="GtkSeparatorToolItem" id="separatortoolitem2">
 
320
                <property name="visible">True</property>
 
321
                <property name="draw">True</property>
 
322
                <property name="visible_horizontal">True</property>
 
323
                <property name="visible_vertical">True</property>
 
324
              </object>
 
325
              <packing>
 
326
                <property name="expand">False</property>
 
327
                <property name="homogeneous">False</property>
 
328
              </packing>
 
329
            </child>
 
330
            <child>
 
331
              <object class="GtkToolButton" id="tb_command_preferences">
 
332
                <property name="visible">True</property>
 
333
                <property name="tooltip-text" translatable="yes">Preferences</property>
 
334
                <property name="stock_id">gtk-preferences</property>
 
335
                <property name="visible_horizontal">True</property>
 
336
                <property name="visible_vertical">True</property>
 
337
                <property name="is_important">False</property>
 
338
              </object>
 
339
              <packing>
 
340
                <property name="expand">False</property>
 
341
                <property name="homogeneous">True</property>
 
342
              </packing>
 
343
            </child>
 
344
            <child>
 
345
              <object class="GtkToolButton" id="tb_command_help">
 
346
                <property name="visible">True</property>
 
347
                <property name="tooltip-text" translatable="yes">Help</property>
 
348
                <property name="stock_id">gtk-help</property>
 
349
                <property name="visible_horizontal">True</property>
 
350
                <property name="visible_vertical">True</property>
 
351
                <property name="is_important">False</property>
 
352
              </object>
 
353
              <packing>
 
354
                <property name="expand">False</property>
 
355
                <property name="homogeneous">True</property>
 
356
              </packing>
 
357
            </child>
 
358
            <child>
 
359
              <object class="GtkToggleToolButton" id="tb_command_game">
 
360
                <property name="visible">True</property>
 
361
                <property name="tooltip-text" translatable="yes">Launch Dasher Game &amp; Demo mode!</property>
 
362
                <property name="label" translatable="yes"/>
 
363
                <property name="use_underline">True</property>
 
364
                <property name="stock_id">gtk-about</property>
 
365
                <property name="visible_horizontal">True</property>
 
366
                <property name="visible_vertical">True</property>
 
367
                <property name="is_important">False</property>
 
368
                <property name="active">False</property>
 
369
              </object>
 
370
              <packing>
 
371
                <property name="expand">False</property>
 
372
                <property name="homogeneous">True</property>
 
373
              </packing>
 
374
            </child>
 
375
            <child>
 
376
              <object class="GtkToolItem" id="toolitem1">
 
377
                <property name="visible">True</property>
 
378
                <property name="visible_horizontal">True</property>
 
379
                <property name="visible_vertical">True</property>
 
380
                <property name="is_important">False</property>
 
381
                <child>
 
382
                  <object class="GtkVSeparator" id="vseparator1">
 
383
                    <property name="visible">True</property>
 
384
                  </object>
 
385
                </child>
 
386
              </object>
 
387
              <packing>
 
388
                <property name="expand">False</property>
 
389
                <property name="homogeneous">False</property>
 
390
              </packing>
 
391
            </child>
 
392
            <child>
 
393
              <object class="GtkToolButton" id="tb_command_quit">
 
394
                <property name="visible">True</property>
 
395
                <property name="tooltip-text" translatable="yes">Quit</property>
 
396
                <property name="stock_id">gtk-quit</property>
 
397
                <property name="visible_horizontal">True</property>
 
398
                <property name="visible_vertical">True</property>
 
399
                <property name="is_important">False</property>
 
400
              </object>
 
401
              <packing>
 
402
                <property name="expand">False</property>
 
403
                <property name="homogeneous">True</property>
 
404
              </packing>
 
405
            </child>
 
406
          </object>
 
407
          <packing>
 
408
            <property name="padding">0</property>
 
409
            <property name="expand">False</property>
 
410
            <property name="fill">False</property>
 
411
          </packing>
 
412
        </child>
 
413
        <child>
 
414
          <object class="GtkVPaned" id="main_divider">
 
415
            <property name="visible">True</property>
 
416
            <property name="position">0</property>
 
417
            <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
418
            <child>
 
419
              <object class="GtkHBox" id="hbox13">
 
420
                <property name="width_request">0</property>
 
421
                <property name="height_request">65</property>
 
422
                <property name="visible">True</property>
 
423
                <property name="homogeneous">False</property>
 
424
                <property name="spacing">0</property>
 
425
                <child>
 
426
                  <object class="GtkVBox" id="vbox59">
 
427
                    <property name="height_request">65</property>
 
428
                    <property name="visible">True</property>
 
429
                    <property name="homogeneous">False</property>
 
430
                    <property name="spacing">0</property>
 
431
                    <child>
 
432
                      <object class="GtkLabel" id="game_info_label">
 
433
                        <property name="width_request">600</property>
 
434
                        <property name="label" translatable="yes"/>
 
435
                        <property name="use_underline">False</property>
 
436
                        <property name="use_markup">False</property>
 
437
                        <property name="justify">GTK_JUSTIFY_FILL</property>
 
438
                        <property name="wrap">False</property>
 
439
                        <property name="selectable">False</property>
 
440
                        <property name="xalign">0.5</property>
 
441
                        <property name="yalign">0</property>
 
442
                        <property name="xpad">2</property>
 
443
                        <property name="ypad">0</property>
 
444
                      </object>
 
445
                      <packing>
 
446
                        <property name="padding">0</property>
 
447
                        <property name="expand">False</property>
 
448
                        <property name="fill">False</property>
 
449
                      </packing>
 
450
                    </child>
 
451
                    <child>
 
452
                      <object class="Custom" id="DasherEditor">
 
453
                        <property name="height_request">48</property>
 
454
                        <property name="visible">True</property>
 
455
                        <property name="can_focus">True</property>
 
456
                        <property name="creation_function">create_dasher_editor</property>
 
457
                        <property name="int1">0</property>
 
458
                        <property name="int2">0</property>
 
459
                        <property name="last_modification_time">Mon, 19 Mar 2007 15:25:57 GMT</property>
 
460
                        <signal handler="dasher_main_cb_filename_changed" last_modification_time="Mon, 16 Apr 2007 10:58:09 GMT" name="filename_changed"/>
 
461
                        <signal handler="dasher_main_cb_buffer_changed" last_modification_time="Mon, 16 Apr 2007 10:58:17 GMT" name="buffer_changed"/>
 
462
                        <signal handler="dasher_main_cb_context_changed" last_modification_time="Mon, 16 Apr 2007 10:58:27 GMT" name="context_changed"/>
 
463
                      </object>
 
464
                      <packing>
 
465
                        <property name="padding">0</property>
 
466
                        <property name="expand">True</property>
 
467
                        <property name="fill">True</property>
 
468
                      </packing>
 
469
                    </child>
 
470
                  </object>
 
471
                  <packing>
 
472
                    <property name="padding">0</property>
 
473
                    <property name="expand">True</property>
 
474
                    <property name="fill">True</property>
 
475
                  </packing>
 
476
                </child>
 
477
                <child>
 
478
                  <object class="GtkTable" id="game_group">
 
479
                    <property name="border_width">2</property>
 
480
                    <property name="width_request">140</property>
 
481
                    <property name="n_rows">2</property>
 
482
                    <property name="n_columns">3</property>
 
483
                    <property name="homogeneous">False</property>
 
484
                    <property name="row_spacing">2</property>
 
485
                    <property name="column_spacing">2</property>
 
486
                    <child>
 
487
                      <object class="GtkLabel" id="label130">
 
488
                        <property name="visible">True</property>
 
489
                        <property name="label" translatable="yes">Level:</property>
 
490
                        <property name="use_underline">False</property>
 
491
                        <property name="use_markup">False</property>
 
492
                        <property name="justify">GTK_JUSTIFY_LEFT</property>
 
493
                        <property name="wrap">False</property>
 
494
                        <property name="selectable">False</property>
 
495
                        <property name="xalign">0</property>
 
496
                        <property name="yalign">0.5</property>
 
497
                        <property name="xpad">0</property>
 
498
                        <property name="ypad">0</property>
 
499
                      </object>
 
500
                      <packing>
 
501
                        <property name="left_attach">1</property>
 
502
                        <property name="right_attach">2</property>
 
503
                        <property name="top_attach">0</property>
 
504
                        <property name="bottom_attach">1</property>
 
505
                        <property name="x_options">fill</property>
 
506
                        <property name="y_options"/>
 
507
                      </packing>
 
508
                    </child>
 
509
                    <child>
 
510
                      <object class="GtkLabel" id="label131">
 
511
                        <property name="visible">True</property>
 
512
                        <property name="label" translatable="yes">Score:</property>
 
513
                        <property name="use_underline">False</property>
 
514
                        <property name="use_markup">False</property>
 
515
                        <property name="justify">GTK_JUSTIFY_LEFT</property>
 
516
                        <property name="wrap">False</property>
 
517
                        <property name="selectable">False</property>
 
518
                        <property name="xalign">0</property>
 
519
                        <property name="yalign">0.5</property>
 
520
                        <property name="xpad">0</property>
 
521
                        <property name="ypad">0</property>
 
522
                      </object>
 
523
                      <packing>
 
524
                        <property name="left_attach">1</property>
 
525
                        <property name="right_attach">2</property>
 
526
                        <property name="top_attach">1</property>
 
527
                        <property name="bottom_attach">2</property>
 
528
                        <property name="x_options">fill</property>
 
529
                        <property name="y_options"/>
 
530
                      </packing>
 
531
                    </child>
 
532
                    <child>
 
533
                      <object class="GtkToggleButton" id="demo_toggle">
 
534
                        <property name="visible">True</property>
 
535
                        <property name="can_focus">True</property>
 
536
                        <property name="label" translatable="yes">Demo!</property>
 
537
                        <property name="use_underline">True</property>
 
538
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
539
                        <property name="focus_on_click">True</property>
 
540
                        <property name="active">False</property>
 
541
                        <property name="inconsistent">False</property>
 
542
                      </object>
 
543
                      <packing>
 
544
                        <property name="left_attach">0</property>
 
545
                        <property name="right_attach">1</property>
 
546
                        <property name="top_attach">1</property>
 
547
                        <property name="bottom_attach">2</property>
 
548
                        <property name="x_options">fill</property>
 
549
                        <property name="y_options"/>
 
550
                      </packing>
 
551
                    </child>
 
552
                    <child>
 
553
                      <object class="GtkEntry" id="level_box">
 
554
                        <property name="width_request">32</property>
 
555
                        <property name="visible">True</property>
 
556
                        <property name="can_focus">True</property>
 
557
                        <property name="editable">False</property>
 
558
                        <property name="visibility">True</property>
 
559
                        <property name="max_length">0</property>
 
560
                        <property name="text" translatable="yes"/>
 
561
                        <property name="has_frame">True</property>
 
562
                        <property name="invisible_char">*</property>
 
563
                        <property name="activates_default">False</property>
 
564
                      </object>
 
565
                      <packing>
 
566
                        <property name="left_attach">2</property>
 
567
                        <property name="right_attach">3</property>
 
568
                        <property name="top_attach">0</property>
 
569
                        <property name="bottom_attach">1</property>
 
570
                        <property name="x_padding">2</property>
 
571
                        <property name="y_padding">2</property>
 
572
                        <property name="y_options"/>
 
573
                      </packing>
 
574
                    </child>
 
575
                    <child>
 
576
                      <object class="GtkEntry" id="score_box">
 
577
                        <property name="width_request">32</property>
 
578
                        <property name="visible">True</property>
 
579
                        <property name="can_focus">True</property>
 
580
                        <property name="editable">True</property>
 
581
                        <property name="visibility">True</property>
 
582
                        <property name="max_length">0</property>
 
583
                        <property name="text" translatable="yes"/>
 
584
                        <property name="has_frame">True</property>
 
585
                        <property name="invisible_char">*</property>
 
586
                        <property name="activates_default">False</property>
 
587
                      </object>
 
588
                      <packing>
 
589
                        <property name="left_attach">2</property>
 
590
                        <property name="right_attach">3</property>
 
591
                        <property name="top_attach">1</property>
 
592
                        <property name="bottom_attach">2</property>
 
593
                        <property name="x_padding">2</property>
 
594
                        <property name="y_padding">2</property>
 
595
                        <property name="y_options"/>
 
596
                      </packing>
 
597
                    </child>
 
598
                    <child>
 
599
                      <object class="GtkButton" id="game_new_sentence">
 
600
                        <property name="visible">True</property>
 
601
                        <property name="tooltip-text" translatable="yes">New sentence</property>
 
602
                        <property name="can_focus">True</property>
 
603
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
604
                        <property name="focus_on_click">True</property>
 
605
                        <child>
 
606
                          <object class="GtkImage" id="image25">
 
607
                            <property name="visible">True</property>
 
608
                            <property name="stock">gtk-refresh</property>
 
609
                            <property name="icon_size">4</property>
 
610
                            <property name="xalign">0.5</property>
 
611
                            <property name="yalign">0.5</property>
 
612
                            <property name="xpad">0</property>
 
613
                            <property name="ypad">0</property>
 
614
                          </object>
 
615
                        </child>
 
616
                      </object>
 
617
                      <packing>
 
618
                        <property name="left_attach">0</property>
 
619
                        <property name="right_attach">1</property>
 
620
                        <property name="top_attach">0</property>
 
621
                        <property name="bottom_attach">1</property>
 
622
                        <property name="x_options">fill</property>
 
623
                        <property name="y_options"/>
 
624
                      </packing>
 
625
                    </child>
 
626
                  </object>
 
627
                  <packing>
 
628
                    <property name="padding">4</property>
 
629
                    <property name="expand">False</property>
 
630
                    <property name="fill">True</property>
 
631
                  </packing>
 
632
                </child>
 
633
              </object>
 
634
              <packing>
 
635
                <property name="shrink">False</property>
 
636
                <property name="resize">False</property>
 
637
              </packing>
 
638
            </child>
 
639
            <child>
 
640
              <object class="Custom" id="DasherControl">
 
641
                <property name="width_request">200</property>
 
642
                <property name="height_request">200</property>
 
643
                <property name="visible">True</property>
 
644
                <property name="creation_function">create_dasher_control</property>
 
645
                <property name="int1">0</property>
 
646
                <property name="int2">0</property>
 
647
                <property name="last_modification_time">Sun, 05 Mar 2006 19:33:03 GMT</property>
 
648
                <signal handler="parameter_notification" last_modification_time="Sun, 05 Mar 2006 19:45:23 GMT" name="dasher_changed"/>
 
649
                <signal handler="handle_start_event" last_modification_time="Sun, 05 Mar 2006 19:45:35 GMT" name="dasher_start"/>
 
650
                <signal handler="handle_stop_event" last_modification_time="Sun, 05 Mar 2006 19:45:43 GMT" name="dasher_stop"/>
 
651
                <signal handler="handle_control_event" last_modification_time="Sun, 05 Mar 2006 19:45:53 GMT" name="dasher_control"/>
 
652
                <signal handler="gtk2_edit_output_callback" last_modification_time="Sun, 05 Mar 2006 19:46:13 GMT" name="dasher_edit_insert"/>
 
653
                <signal handler="gtk2_edit_delete_callback" last_modification_time="Sun, 05 Mar 2006 19:46:32 GMT" name="dasher_edit_delete"/>
 
654
                <signal handler="handle_context_request" last_modification_time="Sun, 05 Mar 2006 19:46:54 GMT" name="dasher_context_request"/>
 
655
                <signal handler="handle_request_settings" last_modification_time="Sun, 05 Mar 2006 19:47:12 GMT" name="dasher_request_settings"/>
 
656
                <signal handler="focus_in_event" last_modification_time="Sun, 05 Mar 2006 19:47:28 GMT" name="focus_in_event"/>
 
657
                <signal handler="on_lock_info" last_modification_time="Wed, 22 Mar 2006 10:38:44 GMT" name="dasher_lock_info"/>
 
658
                <signal handler="on_message" last_modification_time="Wed, 22 Mar 2006 14:24:04 GMT" name="dasher_message"/>
 
659
                <signal handler="convert_cb" last_modification_time="Tue, 30 May 2006 14:21:15 GMT" name="dasher_edit_convert"/>
 
660
                <signal handler="protect_cb" last_modification_time="Tue, 30 May 2006 14:21:26 GMT" name="dasher_edit_protect"/>
 
661
                <signal handler="on_command" last_modification_time="Thu, 14 Sep 2006 12:13:36 GMT" name="dasher_command"/>
 
662
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
663
              </object>
 
664
              <packing>
 
665
                <property name="shrink">True</property>
 
666
                <property name="resize">True</property>
 
667
              </packing>
 
668
            </child>
 
669
          </object>
 
670
          <packing>
 
671
            <property name="padding">0</property>
 
672
            <property name="expand">True</property>
 
673
            <property name="fill">True</property>
 
674
          </packing>
 
675
        </child>
 
676
        <child>
 
677
          <object class="GtkHBox" id="hbox8">
 
678
            <property name="border_width">2</property>
 
679
            <property name="visible">True</property>
 
680
            <property name="homogeneous">False</property>
 
681
            <property name="spacing">2</property>
 
682
            <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
683
            <child>
 
684
              <object class="GtkLabel" id="label109">
 
685
                <property name="visible">True</property>
 
686
                <property name="label" translatable="yes">Speed:</property>
 
687
                <property name="use_underline">False</property>
 
688
                <property name="use_markup">False</property>
 
689
                <property name="justify">GTK_JUSTIFY_LEFT</property>
 
690
                <property name="wrap">False</property>
 
691
                <property name="selectable">False</property>
 
692
                <property name="xalign">0.5</property>
 
693
                <property name="yalign">0.5</property>
 
694
                <property name="xpad">2</property>
 
695
                <property name="ypad">0</property>
 
696
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
697
              </object>
 
698
              <packing>
 
699
                <property name="padding">0</property>
 
700
                <property name="expand">False</property>
 
701
                <property name="fill">False</property>
 
702
              </packing>
 
703
            </child>
 
704
            <child>
 
705
              <object class="GtkSpinButton" id="spinbutton1">
 
706
                <property name="width_request">64</property>
 
707
                <property name="visible">True</property>
 
708
                <property name="can_focus">True</property>
 
709
                <property name="climb_rate">0.10000000149</property>
 
710
                <property name="digits">1</property>
 
711
                <property name="numeric">True</property>
 
712
                <property name="update_policy">GTK_UPDATE_IF_VALID</property>
 
713
                <property name="snap_to_ticks">False</property>
 
714
                <property name="wrap">False</property>
 
715
                <property name="adjustment">adjustment1</property>
 
716
                <signal handler="speed_changed" name="value-changed"/>
 
717
                <signal handler="test_focus_handler" name="focus-in-event"/>
 
718
              </object>
 
719
              <packing>
 
720
                <property name="padding">0</property>
 
721
                <property name="expand">False</property>
 
722
                <property name="fill">False</property>
 
723
              </packing>
 
724
            </child>
 
725
            <child>
 
726
              <object class="GtkLabel" id="label110">
 
727
                <property name="visible">True</property>
 
728
                <property name="label" translatable="yes">Alphabet:</property>
 
729
                <property name="use_underline">False</property>
 
730
                <property name="use_markup">False</property>
 
731
                <property name="justify">GTK_JUSTIFY_LEFT</property>
 
732
                <property name="wrap">False</property>
 
733
                <property name="selectable">False</property>
 
734
                <property name="xalign">0.5</property>
 
735
                <property name="yalign">0.5</property>
 
736
                <property name="xpad">2</property>
 
737
                <property name="ypad">0</property>
 
738
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
739
              </object>
 
740
              <packing>
 
741
                <property name="padding">0</property>
 
742
                <property name="expand">False</property>
 
743
                <property name="fill">False</property>
 
744
              </packing>
 
745
            </child>
 
746
            <child>
 
747
              <object class="GtkComboBox" id="combobox1">
 
748
                <property name="width_request">32</property>
 
749
                <property name="visible">True</property>
 
750
                <property name="can_focus">True</property>
 
751
                <signal handler="alphabet_combo_changed" last_modification_time="Tue, 27 Jun 2006 07:42:21 GMT" name="changed"/>
 
752
                <signal handler="test_focus_handler" last_modification_time="Fri, 02 Feb 2007 14:30:40 GMT" name="focus-in-event"/>
 
753
              </object>
 
754
              <packing>
 
755
                <property name="padding">0</property>
 
756
                <property name="expand">True</property>
 
757
                <property name="fill">True</property>
 
758
              </packing>
 
759
            </child>
 
760
          </object>
 
761
          <packing>
 
762
            <property name="padding">0</property>
 
763
            <property name="expand">False</property>
 
764
            <property name="fill">True</property>
 
765
          </packing>
 
766
        </child>
 
767
      </object>
 
768
    </child>
 
769
  </object>
 
770
  <object class="GtkFileSelection" id="open_fileselector">
 
771
    <property name="border_width">10</property>
 
772
    <property name="title" translatable="yes">Select File</property>
 
773
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
774
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
775
    <property name="modal">False</property>
 
776
    <property name="resizable">True</property>
 
777
    <property name="destroy_with_parent">True</property>
 
778
    <property name="decorated">True</property>
 
779
    <property name="skip_taskbar_hint">False</property>
 
780
    <property name="skip_pager_hint">False</property>
 
781
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
782
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
783
    <property name="show_fileops">True</property>
 
784
    <signal handler="gtk_widget_hide_on_delete" last_modification_time="Tue, 23 Sep 2003 13:19:39 GMT" name="delete_event"/>
 
785
    <child internal-child="cancel_button">
 
786
      <object class="GtkButton" id="cancel_button1">
 
787
        <property name="visible">True</property>
 
788
        <property name="can_default">True</property>
 
789
        <property name="can_focus">True</property>
 
790
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
791
        <property name="focus_on_click">True</property>
 
792
      </object>
 
793
    </child>
 
794
    <child internal-child="ok_button">
 
795
      <object class="GtkButton" id="ok_button1">
 
796
        <property name="visible">True</property>
 
797
        <property name="can_default">True</property>
 
798
        <property name="can_focus">True</property>
 
799
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
800
        <property name="focus_on_click">True</property>
 
801
      </object>
 
802
    </child>
 
803
  </object>
 
804
  <object class="GtkFileSelection" id="save_fileselector">
 
805
    <property name="border_width">10</property>
 
806
    <property name="title" translatable="yes">Select File</property>
 
807
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
808
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
809
    <property name="modal">False</property>
 
810
    <property name="resizable">True</property>
 
811
    <property name="destroy_with_parent">True</property>
 
812
    <property name="decorated">True</property>
 
813
    <property name="skip_taskbar_hint">False</property>
 
814
    <property name="skip_pager_hint">False</property>
 
815
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
816
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
817
    <property name="show_fileops">True</property>
 
818
    <signal handler="gtk_widget_hide_on_delete" last_modification_time="Tue, 23 Sep 2003 13:19:39 GMT" name="delete_event"/>
 
819
    <child internal-child="cancel_button">
 
820
      <object class="GtkButton" id="button14">
 
821
        <property name="visible">True</property>
 
822
        <property name="can_default">True</property>
 
823
        <property name="can_focus">True</property>
 
824
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
825
        <property name="focus_on_click">True</property>
 
826
      </object>
 
827
    </child>
 
828
    <child internal-child="ok_button">
 
829
      <object class="GtkButton" id="button15">
 
830
        <property name="visible">True</property>
 
831
        <property name="can_default">True</property>
 
832
        <property name="can_focus">True</property>
 
833
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
834
        <property name="focus_on_click">True</property>
 
835
      </object>
 
836
    </child>
 
837
  </object>
 
838
  <object class="GtkFileSelection" id="append_fileselector">
 
839
    <property name="border_width">10</property>
 
840
    <property name="title" translatable="yes">Select File</property>
 
841
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
842
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
843
    <property name="modal">False</property>
 
844
    <property name="resizable">True</property>
 
845
    <property name="destroy_with_parent">True</property>
 
846
    <property name="decorated">True</property>
 
847
    <property name="skip_taskbar_hint">False</property>
 
848
    <property name="skip_pager_hint">False</property>
 
849
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
850
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
851
    <property name="show_fileops">True</property>
 
852
    <signal handler="gtk_widget_hide_on_delete" last_modification_time="Tue, 23 Sep 2003 13:19:39 GMT" name="delete_event"/>
 
853
    <child internal-child="cancel_button">
 
854
      <object class="GtkButton" id="button16">
 
855
        <property name="visible">True</property>
 
856
        <property name="can_default">True</property>
 
857
        <property name="can_focus">True</property>
 
858
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
859
        <property name="focus_on_click">True</property>
 
860
      </object>
 
861
    </child>
 
862
    <child internal-child="ok_button">
 
863
      <object class="GtkButton" id="button17">
 
864
        <property name="visible">True</property>
 
865
        <property name="can_default">True</property>
 
866
        <property name="can_focus">True</property>
 
867
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
868
        <property name="focus_on_click">True</property>
 
869
      </object>
 
870
    </child>
 
871
  </object>
 
872
  <object class="GtkFileSelection" id="import_fileselector">
 
873
    <property name="border_width">10</property>
 
874
    <property name="title" translatable="yes">Select File</property>
 
875
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
876
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
877
    <property name="modal">False</property>
 
878
    <property name="resizable">True</property>
 
879
    <property name="destroy_with_parent">True</property>
 
880
    <property name="decorated">True</property>
 
881
    <property name="skip_taskbar_hint">False</property>
 
882
    <property name="skip_pager_hint">False</property>
 
883
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
884
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
885
    <property name="show_fileops">True</property>
 
886
    <signal handler="gtk_widget_hide_on_delete" last_modification_time="Tue, 23 Sep 2003 13:19:39 GMT" name="delete_event"/>
 
887
    <child internal-child="cancel_button">
 
888
      <object class="GtkButton" id="button18">
 
889
        <property name="visible">True</property>
 
890
        <property name="can_default">True</property>
 
891
        <property name="can_focus">True</property>
 
892
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
893
        <property name="focus_on_click">True</property>
 
894
      </object>
 
895
    </child>
 
896
    <child internal-child="ok_button">
 
897
      <object class="GtkButton" id="button19">
 
898
        <property name="visible">True</property>
 
899
        <property name="can_default">True</property>
 
900
        <property name="can_focus">True</property>
 
901
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
902
        <property name="focus_on_click">True</property>
 
903
      </object>
 
904
    </child>
 
905
  </object>
 
906
  <object class="GtkFileSelection" id="save_and_quit_fileselector">
 
907
    <property name="border_width">10</property>
 
908
    <property name="title" translatable="yes">Select File</property>
 
909
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
910
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
911
    <property name="modal">False</property>
 
912
    <property name="resizable">True</property>
 
913
    <property name="destroy_with_parent">True</property>
 
914
    <property name="decorated">True</property>
 
915
    <property name="skip_taskbar_hint">False</property>
 
916
    <property name="skip_pager_hint">False</property>
 
917
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
918
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
919
    <property name="show_fileops">True</property>
 
920
    <signal handler="gtk_widget_hide_on_delete" last_modification_time="Tue, 23 Sep 2003 13:19:39 GMT" name="delete_event"/>
 
921
    <child internal-child="cancel_button">
 
922
      <object class="GtkButton" id="button20">
 
923
        <property name="visible">True</property>
 
924
        <property name="can_default">True</property>
 
925
        <property name="can_focus">True</property>
 
926
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
927
        <property name="focus_on_click">True</property>
 
928
      </object>
 
929
    </child>
 
930
    <child internal-child="ok_button">
 
931
      <object class="GtkButton" id="button21">
 
932
        <property name="visible">True</property>
 
933
        <property name="can_default">True</property>
 
934
        <property name="can_focus">True</property>
 
935
        <property name="relief">GTK_RELIEF_NORMAL</property>
 
936
        <property name="focus_on_click">True</property>
 
937
      </object>
 
938
    </child>
 
939
  </object>
 
940
  <object class="GtkWindow" id="lock_window">
 
941
    <property name="visible">True</property>
 
942
    <property name="title" translatable="yes">Please Wait…</property>
 
943
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
944
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
945
    <property name="modal">False</property>
 
946
    <property name="resizable">True</property>
 
947
    <property name="destroy_with_parent">False</property>
 
948
    <property name="decorated">True</property>
 
949
    <property name="skip_taskbar_hint">False</property>
 
950
    <property name="skip_pager_hint">False</property>
 
951
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
952
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
953
    <child>
 
954
      <object class="GtkVBox" id="vbox43">
 
955
        <property name="visible">True</property>
 
956
        <property name="homogeneous">False</property>
 
957
        <property name="spacing">0</property>
 
958
        <child>
 
959
          <object class="GtkLabel" id="lock_message">
 
960
            <property name="visible">True</property>
 
961
            <property name="label"/>
 
962
            <property name="use_underline">False</property>
 
963
            <property name="use_markup">False</property>
 
964
            <property name="justify">GTK_JUSTIFY_LEFT</property>
 
965
            <property name="wrap">False</property>
 
966
            <property name="selectable">False</property>
 
967
            <property name="xalign">0.5</property>
 
968
            <property name="yalign">0.5</property>
 
969
            <property name="xpad">0</property>
 
970
            <property name="ypad">0</property>
 
971
          </object>
 
972
          <packing>
 
973
            <property name="padding">8</property>
 
974
            <property name="expand">False</property>
 
975
            <property name="fill">False</property>
 
976
          </packing>
 
977
        </child>
 
978
        <child>
 
979
          <object class="GtkAlignment" id="alignment38">
 
980
            <property name="border_width">8</property>
 
981
            <property name="visible">True</property>
 
982
            <property name="xalign">0.5</property>
 
983
            <property name="yalign">0.5</property>
 
984
            <property name="xscale">1</property>
 
985
            <property name="yscale">1</property>
 
986
            <property name="top_padding">0</property>
 
987
            <property name="bottom_padding">0</property>
 
988
            <property name="left_padding">0</property>
 
989
            <property name="right_padding">0</property>
 
990
            <child>
 
991
              <object class="GtkProgressBar" id="lock_progress">
 
992
                <property name="visible">True</property>
 
993
                <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
 
994
                <property name="fraction">0</property>
 
995
                <property name="pulse_step">0.10000000149</property>
 
996
              </object>
 
997
            </child>
 
998
          </object>
 
999
          <packing>
 
1000
            <property name="padding">0</property>
 
1001
            <property name="expand">False</property>
 
1002
            <property name="fill">False</property>
 
1003
          </packing>
 
1004
        </child>
 
1005
      </object>
 
1006
    </child>
 
1007
  </object>
 
1008
</interface>