~ubuntu-branches/ubuntu/karmic/me-tv/karmic

« back to all changes in this revision

Viewing changes to src/me-tv.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Lamothe
  • Date: 2007-12-19 23:30:16 UTC
  • Revision ID: james.westby@ubuntu.com-20071219233016-2ng2clfh00xtlevc
Tags: upstream-0.4.19
ImportĀ upstreamĀ versionĀ 0.4.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--*- mode: xml -*-->
 
4
<glade-interface>
 
5
  <requires lib="gnome"/>
 
6
  <widget class="GtkDialog" id="event_dialog">
 
7
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
8
    <property name="border_width">5</property>
 
9
    <property name="title" translatable="yes">Me TV - Event Details</property>
 
10
    <property name="resizable">False</property>
 
11
    <property name="modal">True</property>
 
12
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
13
    <property name="icon">me-tv.xpm</property>
 
14
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
15
    <property name="skip_taskbar_hint">True</property>
 
16
    <property name="transient_for">window_main</property>
 
17
    <property name="has_separator">False</property>
 
18
    <child internal-child="vbox">
 
19
      <widget class="GtkVBox" id="dialog_vbox">
 
20
        <property name="visible">True</property>
 
21
        <property name="spacing">2</property>
 
22
        <child>
 
23
          <widget class="GtkTable" id="table_event">
 
24
            <property name="visible">True</property>
 
25
            <property name="n_rows">4</property>
 
26
            <property name="n_columns">2</property>
 
27
            <property name="column_spacing">5</property>
 
28
            <property name="row_spacing">5</property>
 
29
            <child>
 
30
              <widget class="GtkLabel" id="label_event_duration">
 
31
                <property name="visible">True</property>
 
32
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
33
                <property name="xalign">0</property>
 
34
                <property name="label" translatable="yes">Unknown</property>
 
35
              </widget>
 
36
              <packing>
 
37
                <property name="left_attach">1</property>
 
38
                <property name="right_attach">2</property>
 
39
                <property name="top_attach">3</property>
 
40
                <property name="bottom_attach">4</property>
 
41
              </packing>
 
42
            </child>
 
43
            <child>
 
44
              <widget class="GtkLabel" id="label_event_start_time">
 
45
                <property name="visible">True</property>
 
46
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
47
                <property name="xalign">0</property>
 
48
                <property name="label" translatable="yes">Unknown</property>
 
49
              </widget>
 
50
              <packing>
 
51
                <property name="left_attach">1</property>
 
52
                <property name="right_attach">2</property>
 
53
                <property name="top_attach">2</property>
 
54
                <property name="bottom_attach">3</property>
 
55
              </packing>
 
56
            </child>
 
57
            <child>
 
58
              <widget class="GtkLabel" id="label_event_duration_label">
 
59
                <property name="visible">True</property>
 
60
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
61
                <property name="label" translatable="yes">Duration:</property>
 
62
              </widget>
 
63
              <packing>
 
64
                <property name="top_attach">3</property>
 
65
                <property name="bottom_attach">4</property>
 
66
              </packing>
 
67
            </child>
 
68
            <child>
 
69
              <widget class="GtkLabel" id="label_event_start_time_label">
 
70
                <property name="visible">True</property>
 
71
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
72
                <property name="label" translatable="yes">Start Time:</property>
 
73
              </widget>
 
74
              <packing>
 
75
                <property name="top_attach">2</property>
 
76
                <property name="bottom_attach">3</property>
 
77
              </packing>
 
78
            </child>
 
79
            <child>
 
80
              <widget class="GtkLabel" id="label_event_title">
 
81
                <property name="visible">True</property>
 
82
                <property name="xalign">0</property>
 
83
                <property name="yalign">0</property>
 
84
                <property name="label" translatable="yes">No title available</property>
 
85
              </widget>
 
86
              <packing>
 
87
                <property name="left_attach">1</property>
 
88
                <property name="right_attach">2</property>
 
89
              </packing>
 
90
            </child>
 
91
            <child>
 
92
              <widget class="GtkLabel" id="label_event_title_label">
 
93
                <property name="visible">True</property>
 
94
                <property name="xalign">0</property>
 
95
                <property name="yalign">0</property>
 
96
                <property name="label" translatable="yes">Title:</property>
 
97
              </widget>
 
98
              <packing>
 
99
                <property name="x_options"></property>
 
100
                <property name="y_options"></property>
 
101
              </packing>
 
102
            </child>
 
103
            <child>
 
104
              <widget class="GtkLabel" id="label_event_description_label">
 
105
                <property name="visible">True</property>
 
106
                <property name="xalign">0</property>
 
107
                <property name="yalign">0</property>
 
108
                <property name="label" translatable="yes">Description:</property>
 
109
              </widget>
 
110
              <packing>
 
111
                <property name="top_attach">1</property>
 
112
                <property name="bottom_attach">2</property>
 
113
                <property name="x_options"></property>
 
114
              </packing>
 
115
            </child>
 
116
            <child>
 
117
              <widget class="GtkLabel" id="label_event_description">
 
118
                <property name="visible">True</property>
 
119
                <property name="xalign">0</property>
 
120
                <property name="yalign">0</property>
 
121
                <property name="label" translatable="yes">No description available.</property>
 
122
                <property name="wrap">True</property>
 
123
              </widget>
 
124
              <packing>
 
125
                <property name="left_attach">1</property>
 
126
                <property name="right_attach">2</property>
 
127
                <property name="top_attach">1</property>
 
128
                <property name="bottom_attach">2</property>
 
129
              </packing>
 
130
            </child>
 
131
          </widget>
 
132
          <packing>
 
133
            <property name="expand">False</property>
 
134
            <property name="fill">False</property>
 
135
            <property name="position">1</property>
 
136
          </packing>
 
137
        </child>
 
138
        <child internal-child="action_area">
 
139
          <widget class="GtkHButtonBox" id="dialog-action_area">
 
140
            <property name="visible">True</property>
 
141
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
142
            <child>
 
143
              <widget class="GtkButton" id="button_event_dialog_record">
 
144
                <property name="can_focus">True</property>
 
145
                <property name="label">gtk-media-record</property>
 
146
                <property name="use_stock">True</property>
 
147
                <property name="response_id">1</property>
 
148
              </widget>
 
149
            </child>
 
150
            <child>
 
151
              <widget class="GtkButton" id="button_event_dialog_close">
 
152
                <property name="visible">True</property>
 
153
                <property name="can_focus">True</property>
 
154
                <property name="label">gtk-close</property>
 
155
                <property name="use_stock">True</property>
 
156
                <property name="response_id">-1</property>
 
157
              </widget>
 
158
              <packing>
 
159
                <property name="position">1</property>
 
160
              </packing>
 
161
            </child>
 
162
          </widget>
 
163
          <packing>
 
164
            <property name="expand">False</property>
 
165
            <property name="pack_type">GTK_PACK_END</property>
 
166
          </packing>
 
167
        </child>
 
168
      </widget>
 
169
    </child>
 
170
  </widget>
 
171
  <widget class="GtkAboutDialog" id="about_dialog">
 
172
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
173
    <property name="border_width">5</property>
 
174
    <property name="title" translatable="yes">About Me TV</property>
 
175
    <property name="modal">True</property>
 
176
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
177
    <property name="destroy_with_parent">True</property>
 
178
    <property name="icon">me-tv.xpm</property>
 
179
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
180
    <property name="skip_taskbar_hint">True</property>
 
181
    <property name="transient_for">window_main</property>
 
182
    <property name="program_name">Me TV</property>
 
183
    <property name="version">0.0.1</property>
 
184
    <property name="copyright" translatable="yes">Copyright Ā© Michael Lamothe &lt;michael.lamothe@gmail.com&gt;</property>
 
185
    <property name="comments" translatable="yes">Me TV is a Digital Television (DVB) viewer for GNOME</property>
 
186
    <property name="website">https://launchpad.net/me-tv</property>
 
187
    <property name="website_label" translatable="yes">Me TV project website</property>
 
188
    <property name="license" translatable="yes">GNU General Public License:
 
189
 
 
190
This program is free software; you can redistribute it and/or modify it under
 
191
the terms of the GNU General Public License as published by the Free Software
 
192
Foundation; either version 2 of the License, or (at your option) any later
 
193
version.
 
194
 
 
195
This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
196
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
197
PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
198
 
 
199
On Debian systems, the complete text of the GNU General Public License can be
 
200
found in /usr/share/common-licenses/GPL file.</property>
 
201
    <property name="authors">Michael Lamothe</property>
 
202
    <property name="documenters">Michael Lamothe
 
203
Dale Hopkins</property>
 
204
    <property name="artists">Michael Lamothe</property>
 
205
    <property name="logo">me-tv.xpm</property>
 
206
    <child internal-child="vbox">
 
207
      <widget class="GtkVBox" id="dialog-vbox">
 
208
        <property name="visible">True</property>
 
209
        <property name="spacing">2</property>
 
210
        <child>
 
211
          <placeholder/>
 
212
        </child>
 
213
        <child internal-child="action_area">
 
214
          <widget class="GtkHButtonBox" id="dialog-action_area">
 
215
            <property name="visible">True</property>
 
216
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
217
          </widget>
 
218
          <packing>
 
219
            <property name="expand">False</property>
 
220
            <property name="pack_type">GTK_PACK_END</property>
 
221
          </packing>
 
222
        </child>
 
223
      </widget>
 
224
    </child>
 
225
  </widget>
 
226
  <widget class="GtkWindow" id="window_main">
 
227
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
228
    <property name="title" translatable="yes">Me TV</property>
 
229
    <property name="role">Me TV Main Window</property>
 
230
    <property name="icon">me-tv.xpm</property>
 
231
    <child>
 
232
      <widget class="GtkVBox" id="vbox_main">
 
233
        <property name="visible">True</property>
 
234
        <child>
 
235
          <widget class="GtkMenuBar" id="menubar">
 
236
            <property name="visible">True</property>
 
237
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
238
            <child>
 
239
              <widget class="GtkMenuItem" id="menuitem_file">
 
240
                <property name="visible">True</property>
 
241
                <property name="label" translatable="yes">_File</property>
 
242
                <property name="use_underline">True</property>
 
243
                <child>
 
244
                  <widget class="GtkMenu" id="menu_file">
 
245
                    <property name="visible">True</property>
 
246
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
247
                    <property name="take_focus">False</property>
 
248
                    <child>
 
249
                      <widget class="GtkImageMenuItem" id="imagemenuitem_file_quit">
 
250
                        <property name="visible">True</property>
 
251
                        <property name="tooltip" translatable="yes">Quit Me TV</property>
 
252
                        <property name="label" translatable="yes">gtk-quit</property>
 
253
                        <property name="use_underline">True</property>
 
254
                        <property name="use_stock">True</property>
 
255
                      </widget>
 
256
                    </child>
 
257
                  </widget>
 
258
                </child>
 
259
              </widget>
 
260
            </child>
 
261
            <child>
 
262
              <widget class="GtkMenuItem" id="menuitem_view">
 
263
                <property name="visible">True</property>
 
264
                <property name="label" translatable="yes">_View</property>
 
265
                <property name="use_underline">True</property>
 
266
                <child>
 
267
                  <widget class="GtkMenu" id="menu_view">
 
268
                    <property name="visible">True</property>
 
269
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
270
                    <child>
 
271
                      <widget class="GtkImageMenuItem" id="imagemenuitem_view_fullscreen">
 
272
                        <property name="visible">True</property>
 
273
                        <property name="tooltip" translatable="yes">Toggle fullscreen mode</property>
 
274
                        <property name="label" translatable="yes">gtk-fullscreen</property>
 
275
                        <property name="use_underline">True</property>
 
276
                        <property name="use_stock">True</property>
 
277
                      </widget>
 
278
                    </child>
 
279
                    <child>
 
280
                      <widget class="GtkImageMenuItem" id="imagemenuitem_view_preferences">
 
281
                        <property name="visible">True</property>
 
282
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
283
                        <property name="tooltip" translatable="yes">Show preferences dialog</property>
 
284
                        <property name="label" translatable="yes">gtk-preferences</property>
 
285
                        <property name="use_underline">True</property>
 
286
                        <property name="use_stock">True</property>
 
287
                      </widget>
 
288
                    </child>
 
289
                    <child>
 
290
                      <widget class="GtkImageMenuItem" id="imagemenuitem_view_video_controls">
 
291
                        <property name="visible">True</property>
 
292
                        <property name="tooltip" translatable="yes">Show/Hide the EPG</property>
 
293
                        <property name="label" translatable="yes">Show/Hide _Video Controls</property>
 
294
                        <property name="use_underline">True</property>
 
295
                        <child internal-child="image">
 
296
                          <widget class="GtkImage" id="menu-item-image1">
 
297
                            <property name="visible">True</property>
 
298
                            <property name="stock">gtk-dialog-info</property>
 
299
                          </widget>
 
300
                        </child>
 
301
                      </widget>
 
302
                    </child>
 
303
                  </widget>
 
304
                </child>
 
305
              </widget>
 
306
            </child>
 
307
            <child>
 
308
              <widget class="GtkMenuItem" id="menuitem_help">
 
309
                <property name="visible">True</property>
 
310
                <property name="label" translatable="yes">_Help</property>
 
311
                <property name="use_underline">True</property>
 
312
                <child>
 
313
                  <widget class="GtkMenu" id="menu_help">
 
314
                    <property name="visible">True</property>
 
315
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
316
                    <child>
 
317
                      <widget class="GtkImageMenuItem" id="imagemenuitem_help_contents">
 
318
                        <property name="visible">True</property>
 
319
                        <property name="tooltip" translatable="yes">A brief guide on using Me TV</property>
 
320
                        <property name="label" translatable="yes">Contents</property>
 
321
                        <property name="use_underline">True</property>
 
322
                        <child internal-child="image">
 
323
                          <widget class="GtkImage" id="menu-item-image2">
 
324
                            <property name="visible">True</property>
 
325
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
326
                            <property name="stock">gtk-help</property>
 
327
                          </widget>
 
328
                        </child>
 
329
                      </widget>
 
330
                    </child>
 
331
                    <child>
 
332
                      <widget class="GtkSeparatorMenuItem" id="menuitemseparator">
 
333
                        <property name="visible">True</property>
 
334
                      </widget>
 
335
                    </child>
 
336
                    <child>
 
337
                      <widget class="GtkImageMenuItem" id="imagemenuitem_help_about">
 
338
                        <property name="visible">True</property>
 
339
                        <property name="tooltip" translatable="yes">Show the About dialog</property>
 
340
                        <property name="label" translatable="yes">gtk-about</property>
 
341
                        <property name="use_underline">True</property>
 
342
                        <property name="use_stock">True</property>
 
343
                      </widget>
 
344
                    </child>
 
345
                  </widget>
 
346
                </child>
 
347
              </widget>
 
348
            </child>
 
349
          </widget>
 
350
          <packing>
 
351
            <property name="expand">False</property>
 
352
          </packing>
 
353
        </child>
 
354
        <child>
 
355
          <widget class="GtkHandleBox" id="handlebox_toolbar">
 
356
            <property name="visible">True</property>
 
357
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
358
            <property name="shadow_type">GTK_SHADOW_OUT</property>
 
359
            <child>
 
360
              <widget class="GtkToolbar" id="toolbar_main">
 
361
                <property name="visible">True</property>
 
362
                <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
 
363
                <child>
 
364
                  <widget class="GtkToggleToolButton" id="toolbutton_record">
 
365
                    <property name="visible">True</property>
 
366
                    <property name="stock_id">gtk-media-record</property>
 
367
                  </widget>
 
368
                  <packing>
 
369
                    <property name="expand">False</property>
 
370
                  </packing>
 
371
                </child>
 
372
                <child>
 
373
                  <widget class="GtkToggleToolButton" id="toolbutton_mute">
 
374
                    <property name="visible">True</property>
 
375
                    <property name="label">Mute</property>
 
376
                    <property name="use_underline">True</property>
 
377
                    <property name="stock_id">gnome-stock-volume</property>
 
378
                  </widget>
 
379
                  <packing>
 
380
                    <property name="expand">False</property>
 
381
                  </packing>
 
382
                </child>
 
383
                <child>
 
384
                  <widget class="GtkToggleToolButton" id="toolbutton_auto_surf">
 
385
                    <property name="visible">True</property>
 
386
                    <property name="label">Auto Surf</property>
 
387
                    <property name="use_underline">True</property>
 
388
                    <property name="stock_id">gtk-media-forward</property>
 
389
                  </widget>
 
390
                  <packing>
 
391
                    <property name="expand">False</property>
 
392
                  </packing>
 
393
                </child>
 
394
                <child>
 
395
                  <widget class="GtkToggleToolButton" id="toolbutton_broadcast">
 
396
                    <property name="visible">True</property>
 
397
                    <property name="label">Broadcast</property>
 
398
                    <property name="use_underline">True</property>
 
399
                    <property name="stock_id">gtk-network</property>
 
400
                  </widget>
 
401
                  <packing>
 
402
                    <property name="expand">False</property>
 
403
                  </packing>
 
404
                </child>
 
405
                <child>
 
406
                  <widget class="GtkToolButton" id="toolbutton_scheduled_recordings">
 
407
                    <property name="visible">True</property>
 
408
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
409
                    <property name="visible_horizontal">False</property>
 
410
                    <property name="visible_vertical">False</property>
 
411
                    <property name="label" translatable="yes">Schedule</property>
 
412
                    <property name="stock_id">gnome-stock-timer</property>
 
413
                  </widget>
 
414
                  <packing>
 
415
                    <property name="expand">False</property>
 
416
                  </packing>
 
417
                </child>
 
418
                <child>
 
419
                  <widget class="GtkToolButton" id="toolbutton_hide_controls">
 
420
                    <property name="visible">True</property>
 
421
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
422
                    <property name="label" translatable="yes">Hide Controls</property>
 
423
                    <property name="stock_id">gtk-zoom-in</property>
 
424
                  </widget>
 
425
                  <packing>
 
426
                    <property name="expand">False</property>
 
427
                  </packing>
 
428
                </child>
 
429
              </widget>
 
430
            </child>
 
431
          </widget>
 
432
          <packing>
 
433
            <property name="expand">False</property>
 
434
            <property name="position">1</property>
 
435
          </packing>
 
436
        </child>
 
437
        <child>
 
438
          <widget class="GtkVPaned" id="vpaned_main">
 
439
            <property name="visible">True</property>
 
440
            <property name="can_focus">True</property>
 
441
            <child>
 
442
              <widget class="GtkEventBox" id="eventbox_video">
 
443
                <property name="height_request">100</property>
 
444
                <property name="visible">True</property>
 
445
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
446
                <property name="above_child">True</property>
 
447
                <child>
 
448
                  <placeholder/>
 
449
                </child>
 
450
              </widget>
 
451
              <packing>
 
452
                <property name="resize">False</property>
 
453
                <property name="shrink">False</property>
 
454
              </packing>
 
455
            </child>
 
456
            <child>
 
457
              <widget class="GtkScrolledWindow" id="scrolledwindow_epg">
 
458
                <property name="visible">True</property>
 
459
                <property name="can_focus">True</property>
 
460
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
461
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
462
                <child>
 
463
                  <placeholder/>
 
464
                </child>
 
465
              </widget>
 
466
              <packing>
 
467
                <property name="resize">True</property>
 
468
                <property name="shrink">True</property>
 
469
              </packing>
 
470
            </child>
 
471
          </widget>
 
472
          <packing>
 
473
            <property name="position">2</property>
 
474
          </packing>
 
475
        </child>
 
476
        <child>
 
477
          <widget class="GtkStatusbar" id="statusbar">
 
478
            <property name="visible">True</property>
 
479
          </widget>
 
480
          <packing>
 
481
            <property name="expand">False</property>
 
482
            <property name="position">3</property>
 
483
          </packing>
 
484
        </child>
 
485
      </widget>
 
486
    </child>
 
487
  </widget>
 
488
  <widget class="GtkDialog" id="scheduled_recording_dialog">
 
489
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
490
    <property name="border_width">5</property>
 
491
    <property name="title" translatable="yes">Me TV - Schedule Recording</property>
 
492
    <property name="resizable">False</property>
 
493
    <property name="modal">True</property>
 
494
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
495
    <property name="icon">me-tv.xpm</property>
 
496
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
497
    <property name="skip_taskbar_hint">True</property>
 
498
    <property name="transient_for">window_main</property>
 
499
    <property name="has_separator">False</property>
 
500
    <child internal-child="vbox">
 
501
      <widget class="GtkVBox" id="dialog-vbox3">
 
502
        <property name="visible">True</property>
 
503
        <property name="spacing">2</property>
 
504
        <child>
 
505
          <widget class="GtkTable" id="table_scheduled_recordings">
 
506
            <property name="visible">True</property>
 
507
            <property name="n_rows">7</property>
 
508
            <property name="n_columns">2</property>
 
509
            <child>
 
510
              <widget class="GtkComboBox" id="combo_box_record_type">
 
511
                <property name="visible">True</property>
 
512
                <property name="items" translatable="yes">Don't record (delete)
 
513
Once off
 
514
Every day except weekends
 
515
Every day including weekends
 
516
Every week</property>
 
517
              </widget>
 
518
              <packing>
 
519
                <property name="left_attach">1</property>
 
520
                <property name="right_attach">2</property>
 
521
                <property name="top_attach">2</property>
 
522
                <property name="bottom_attach">3</property>
 
523
              </packing>
 
524
            </child>
 
525
            <child>
 
526
              <widget class="GtkLabel" id="label_start_day">
 
527
                <property name="visible">True</property>
 
528
                <property name="label" translatable="yes">Start Day:</property>
 
529
              </widget>
 
530
              <packing>
 
531
                <property name="top_attach">4</property>
 
532
                <property name="bottom_attach">5</property>
 
533
              </packing>
 
534
            </child>
 
535
            <child>
 
536
              <widget class="GnomeDateEdit" id="date_edit_start_date">
 
537
                <property name="visible">True</property>
 
538
                <property name="dateedit_flags"></property>
 
539
              </widget>
 
540
              <packing>
 
541
                <property name="left_attach">1</property>
 
542
                <property name="right_attach">2</property>
 
543
                <property name="top_attach">3</property>
 
544
                <property name="bottom_attach">4</property>
 
545
              </packing>
 
546
            </child>
 
547
            <child>
 
548
              <widget class="GtkComboBox" id="combo_box_start_day">
 
549
                <property name="visible">True</property>
 
550
                <property name="items" translatable="yes">Sunday
 
551
Monday
 
552
Tuesday
 
553
Wednesday
 
554
Thursday
 
555
Friday
 
556
Saturday</property>
 
557
              </widget>
 
558
              <packing>
 
559
                <property name="left_attach">1</property>
 
560
                <property name="right_attach">2</property>
 
561
                <property name="top_attach">4</property>
 
562
                <property name="bottom_attach">5</property>
 
563
              </packing>
 
564
            </child>
 
565
            <child>
 
566
              <widget class="GtkLabel" id="label_start_time">
 
567
                <property name="visible">True</property>
 
568
                <property name="label" translatable="yes">Start Time:</property>
 
569
              </widget>
 
570
              <packing>
 
571
                <property name="top_attach">5</property>
 
572
                <property name="bottom_attach">6</property>
 
573
              </packing>
 
574
            </child>
 
575
            <child>
 
576
              <widget class="GtkHBox" id="hbox_start_time">
 
577
                <property name="visible">True</property>
 
578
                <child>
 
579
                  <widget class="GtkSpinButton" id="spinbutton_start_time_hour">
 
580
                    <property name="visible">True</property>
 
581
                    <property name="can_focus">True</property>
 
582
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
583
                    <property name="adjustment">0 0 23 1 10 10</property>
 
584
                    <property name="climb_rate">1</property>
 
585
                    <property name="numeric">True</property>
 
586
                    <property name="wrap">True</property>
 
587
                  </widget>
 
588
                  <packing>
 
589
                    <property name="expand">False</property>
 
590
                  </packing>
 
591
                </child>
 
592
                <child>
 
593
                  <widget class="GtkLabel" id="label_colon">
 
594
                    <property name="visible">True</property>
 
595
                    <property name="label" translatable="yes">:</property>
 
596
                  </widget>
 
597
                  <packing>
 
598
                    <property name="expand">False</property>
 
599
                    <property name="position">1</property>
 
600
                  </packing>
 
601
                </child>
 
602
                <child>
 
603
                  <widget class="GtkSpinButton" id="spinbutton_start_time_minute">
 
604
                    <property name="visible">True</property>
 
605
                    <property name="can_focus">True</property>
 
606
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
607
                    <property name="adjustment">0 0 59 1 10 10</property>
 
608
                    <property name="climb_rate">1</property>
 
609
                    <property name="numeric">True</property>
 
610
                    <property name="wrap">True</property>
 
611
                  </widget>
 
612
                  <packing>
 
613
                    <property name="expand">False</property>
 
614
                    <property name="position">2</property>
 
615
                  </packing>
 
616
                </child>
 
617
              </widget>
 
618
              <packing>
 
619
                <property name="left_attach">1</property>
 
620
                <property name="right_attach">2</property>
 
621
                <property name="top_attach">5</property>
 
622
                <property name="bottom_attach">6</property>
 
623
              </packing>
 
624
            </child>
 
625
            <child>
 
626
              <widget class="GtkHBox" id="hbox_duration">
 
627
                <property name="visible">True</property>
 
628
                <child>
 
629
                  <widget class="GtkSpinButton" id="spinbutton_duration">
 
630
                    <property name="visible">True</property>
 
631
                    <property name="can_focus">True</property>
 
632
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
633
                    <property name="adjustment">0 0 1000 1 10 10</property>
 
634
                    <property name="climb_rate">1</property>
 
635
                  </widget>
 
636
                  <packing>
 
637
                    <property name="expand">False</property>
 
638
                  </packing>
 
639
                </child>
 
640
                <child>
 
641
                  <widget class="GtkLabel" id="label_duration_text">
 
642
                    <property name="visible">True</property>
 
643
                    <property name="label" translatable="yes">minutes</property>
 
644
                  </widget>
 
645
                  <packing>
 
646
                    <property name="expand">False</property>
 
647
                    <property name="position">1</property>
 
648
                  </packing>
 
649
                </child>
 
650
              </widget>
 
651
              <packing>
 
652
                <property name="left_attach">1</property>
 
653
                <property name="right_attach">2</property>
 
654
                <property name="top_attach">6</property>
 
655
                <property name="bottom_attach">7</property>
 
656
              </packing>
 
657
            </child>
 
658
            <child>
 
659
              <widget class="GtkComboBox" id="combo_box_channel">
 
660
                <property name="visible">True</property>
 
661
                <property name="items" translatable="yes"></property>
 
662
              </widget>
 
663
              <packing>
 
664
                <property name="left_attach">1</property>
 
665
                <property name="right_attach">2</property>
 
666
                <property name="top_attach">1</property>
 
667
                <property name="bottom_attach">2</property>
 
668
              </packing>
 
669
            </child>
 
670
            <child>
 
671
              <widget class="GtkEntry" id="entry_description">
 
672
                <property name="visible">True</property>
 
673
                <property name="can_focus">True</property>
 
674
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
675
              </widget>
 
676
              <packing>
 
677
                <property name="left_attach">1</property>
 
678
                <property name="right_attach">2</property>
 
679
              </packing>
 
680
            </child>
 
681
            <child>
 
682
              <widget class="GtkLabel" id="label_duration">
 
683
                <property name="visible">True</property>
 
684
                <property name="label" translatable="yes">Duration:</property>
 
685
              </widget>
 
686
              <packing>
 
687
                <property name="top_attach">6</property>
 
688
                <property name="bottom_attach">7</property>
 
689
              </packing>
 
690
            </child>
 
691
            <child>
 
692
              <widget class="GtkLabel" id="label_recording_type">
 
693
                <property name="visible">True</property>
 
694
                <property name="label" translatable="yes">Recording Type:</property>
 
695
              </widget>
 
696
              <packing>
 
697
                <property name="top_attach">2</property>
 
698
                <property name="bottom_attach">3</property>
 
699
              </packing>
 
700
            </child>
 
701
            <child>
 
702
              <widget class="GtkLabel" id="label_channel">
 
703
                <property name="visible">True</property>
 
704
                <property name="label" translatable="yes">Channel:</property>
 
705
              </widget>
 
706
              <packing>
 
707
                <property name="top_attach">1</property>
 
708
                <property name="bottom_attach">2</property>
 
709
              </packing>
 
710
            </child>
 
711
            <child>
 
712
              <widget class="GtkLabel" id="label_description">
 
713
                <property name="visible">True</property>
 
714
                <property name="label" translatable="yes">Description:</property>
 
715
              </widget>
 
716
            </child>
 
717
            <child>
 
718
              <widget class="GtkLabel" id="label_start_date">
 
719
                <property name="visible">True</property>
 
720
                <property name="label" translatable="yes">Start Date:</property>
 
721
              </widget>
 
722
              <packing>
 
723
                <property name="top_attach">3</property>
 
724
                <property name="bottom_attach">4</property>
 
725
              </packing>
 
726
            </child>
 
727
          </widget>
 
728
          <packing>
 
729
            <property name="position">1</property>
 
730
          </packing>
 
731
        </child>
 
732
        <child internal-child="action_area">
 
733
          <widget class="GtkHButtonBox" id="dialog-action_area3">
 
734
            <property name="visible">True</property>
 
735
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
736
            <child>
 
737
              <widget class="GtkButton" id="button_scheduled_recording_ok">
 
738
                <property name="visible">True</property>
 
739
                <property name="can_focus">True</property>
 
740
                <property name="label">gtk-ok</property>
 
741
                <property name="use_stock">True</property>
 
742
                <property name="response_id">1</property>
 
743
              </widget>
 
744
            </child>
 
745
            <child>
 
746
              <widget class="GtkButton" id="button_scheduled_recording_cancel">
 
747
                <property name="visible">True</property>
 
748
                <property name="can_focus">True</property>
 
749
                <property name="label">gtk-cancel</property>
 
750
                <property name="use_stock">True</property>
 
751
                <property name="response_id">0</property>
 
752
              </widget>
 
753
              <packing>
 
754
                <property name="position">1</property>
 
755
              </packing>
 
756
            </child>
 
757
          </widget>
 
758
          <packing>
 
759
            <property name="expand">False</property>
 
760
            <property name="pack_type">GTK_PACK_END</property>
 
761
          </packing>
 
762
        </child>
 
763
      </widget>
 
764
    </child>
 
765
  </widget>
 
766
  <widget class="GtkDialog" id="preferences_dialog">
 
767
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
768
    <property name="border_width">5</property>
 
769
    <property name="title" translatable="yes">Me TV Preferences</property>
 
770
    <property name="resizable">False</property>
 
771
    <property name="modal">True</property>
 
772
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
773
    <property name="icon">me-tv.xpm</property>
 
774
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
775
    <property name="skip_taskbar_hint">True</property>
 
776
    <property name="transient_for">window_main</property>
 
777
    <property name="has_separator">False</property>
 
778
    <child internal-child="vbox">
 
779
      <widget class="GtkVBox" id="dialog-vbox4">
 
780
        <property name="visible">True</property>
 
781
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
782
        <property name="spacing">2</property>
 
783
        <child>
 
784
          <widget class="GtkTable" id="table_preferences">
 
785
            <property name="visible">True</property>
 
786
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
787
            <property name="n_rows">1</property>
 
788
            <property name="n_columns">2</property>
 
789
            <child>
 
790
              <widget class="GtkFileChooserButton" id="filechooserbutton_recording_directory">
 
791
                <property name="visible">True</property>
 
792
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
793
                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
 
794
                <property name="title" translatable="yes">Select A Recording Directory</property>
 
795
              </widget>
 
796
              <packing>
 
797
                <property name="left_attach">1</property>
 
798
                <property name="right_attach">2</property>
 
799
              </packing>
 
800
            </child>
 
801
            <child>
 
802
              <widget class="GtkLabel" id="label_recording_directory">
 
803
                <property name="visible">True</property>
 
804
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
805
                <property name="label" translatable="yes">Recording Directory:</property>
 
806
              </widget>
 
807
            </child>
 
808
          </widget>
 
809
          <packing>
 
810
            <property name="position">1</property>
 
811
          </packing>
 
812
        </child>
 
813
        <child internal-child="action_area">
 
814
          <widget class="GtkHButtonBox" id="dialog-action_area4">
 
815
            <property name="visible">True</property>
 
816
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
817
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
818
            <child>
 
819
              <widget class="GtkButton" id="button_preferences_ok">
 
820
                <property name="visible">True</property>
 
821
                <property name="can_focus">True</property>
 
822
                <property name="receives_default">True</property>
 
823
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
824
                <property name="label" translatable="yes">gtk-ok</property>
 
825
                <property name="use_stock">True</property>
 
826
                <property name="response_id">1</property>
 
827
              </widget>
 
828
            </child>
 
829
            <child>
 
830
              <widget class="GtkButton" id="button_preferences_cancel">
 
831
                <property name="visible">True</property>
 
832
                <property name="can_focus">True</property>
 
833
                <property name="receives_default">True</property>
 
834
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
835
                <property name="label" translatable="yes">gtk-cancel</property>
 
836
                <property name="use_stock">True</property>
 
837
                <property name="response_id">0</property>
 
838
              </widget>
 
839
              <packing>
 
840
                <property name="position">1</property>
 
841
              </packing>
 
842
            </child>
 
843
          </widget>
 
844
          <packing>
 
845
            <property name="expand">False</property>
 
846
            <property name="pack_type">GTK_PACK_END</property>
 
847
          </packing>
 
848
        </child>
 
849
      </widget>
 
850
    </child>
 
851
  </widget>
 
852
  <widget class="GtkMenu" id="application_popup_menu">
 
853
    <property name="visible">True</property>
 
854
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
855
    <child>
 
856
      <widget class="GtkImageMenuItem" id="application_menu_item_me_tv">
 
857
        <property name="visible">True</property>
 
858
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
859
        <property name="label" translatable="yes">Me TV</property>
 
860
        <property name="use_underline">True</property>
 
861
        <child internal-child="image">
 
862
          <widget class="GtkImage" id="menu-item-image3">
 
863
            <property name="visible">True</property>
 
864
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
865
            <property name="icon_name">me-tv</property>
 
866
          </widget>
 
867
        </child>
 
868
      </widget>
 
869
    </child>
 
870
    <child>
 
871
      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
 
872
        <property name="visible">True</property>
 
873
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
874
      </widget>
 
875
    </child>
 
876
    <child>
 
877
      <widget class="GtkImageMenuItem" id="application_menu_item_help">
 
878
        <property name="visible">True</property>
 
879
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
880
        <property name="label" translatable="yes">gtk-help</property>
 
881
        <property name="use_underline">True</property>
 
882
        <property name="use_stock">True</property>
 
883
      </widget>
 
884
    </child>
 
885
    <child>
 
886
      <widget class="GtkImageMenuItem" id="application_menu_item_about">
 
887
        <property name="visible">True</property>
 
888
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
889
        <property name="label" translatable="yes">gtk-about</property>
 
890
        <property name="use_underline">True</property>
 
891
        <property name="use_stock">True</property>
 
892
      </widget>
 
893
    </child>
 
894
    <child>
 
895
      <widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
 
896
        <property name="visible">True</property>
 
897
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
898
      </widget>
 
899
    </child>
 
900
    <child>
 
901
      <widget class="GtkImageMenuItem" id="application_menu_item_quit">
 
902
        <property name="visible">True</property>
 
903
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
904
        <property name="label" translatable="yes">gtk-quit</property>
 
905
        <property name="use_underline">True</property>
 
906
        <property name="use_stock">True</property>
 
907
      </widget>
 
908
    </child>
 
909
  </widget>
 
910
  <widget class="GtkDialog" id="scheduled_recordings_dialog">
 
911
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
912
    <property name="border_width">5</property>
 
913
    <property name="title" translatable="yes">Me TV - Scheduled Recordings</property>
 
914
    <property name="modal">True</property>
 
915
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
916
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
917
    <property name="transient_for">window_main</property>
 
918
    <property name="has_separator">False</property>
 
919
    <child internal-child="vbox">
 
920
      <widget class="GtkVBox" id="dialog-vbox5">
 
921
        <property name="visible">True</property>
 
922
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
923
        <property name="spacing">2</property>
 
924
        <child>
 
925
          <widget class="GtkTreeView" id="treeview_scheduled_recordings">
 
926
            <property name="width_request">500</property>
 
927
            <property name="height_request">100</property>
 
928
            <property name="visible">True</property>
 
929
            <property name="can_focus">True</property>
 
930
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
931
            <property name="headers_clickable">True</property>
 
932
            <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_BOTH</property>
 
933
          </widget>
 
934
          <packing>
 
935
            <property name="position">1</property>
 
936
          </packing>
 
937
        </child>
 
938
        <child internal-child="action_area">
 
939
          <widget class="GtkHButtonBox" id="dialog-action_area5">
 
940
            <property name="visible">True</property>
 
941
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
942
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
943
            <child>
 
944
              <widget class="GtkButton" id="button_scheduled_recordings_add">
 
945
                <property name="visible">True</property>
 
946
                <property name="can_focus">True</property>
 
947
                <property name="receives_default">True</property>
 
948
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
949
                <property name="label" translatable="yes">gtk-add</property>
 
950
                <property name="use_stock">True</property>
 
951
                <property name="response_id">1</property>
 
952
              </widget>
 
953
            </child>
 
954
            <child>
 
955
              <widget class="GtkButton" id="button_scheduled_recordings_close">
 
956
                <property name="visible">True</property>
 
957
                <property name="can_focus">True</property>
 
958
                <property name="receives_default">True</property>
 
959
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
960
                <property name="label" translatable="yes">gtk-close</property>
 
961
                <property name="use_stock">True</property>
 
962
                <property name="response_id">0</property>
 
963
              </widget>
 
964
              <packing>
 
965
                <property name="position">1</property>
 
966
              </packing>
 
967
            </child>
 
968
          </widget>
 
969
          <packing>
 
970
            <property name="expand">False</property>
 
971
            <property name="pack_type">GTK_PACK_END</property>
 
972
            <property name="position">1</property>
 
973
          </packing>
 
974
        </child>
 
975
      </widget>
 
976
    </child>
 
977
  </widget>
 
978
</glade-interface>