If picture does no exist, warn and exit
[cascardo/movie.git] / gzv.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Wed Aug 13 00:51:49 2008 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="main-window">
6     <property name="title" translatable="yes">Gzv</property>
7     <property name="default_width">640</property>
8     <property name="default_height">480</property>
9     <child>
10       <widget class="GtkVBox" id="vbox1">
11         <property name="visible">True</property>
12         <child>
13           <widget class="GtkMenuBar" id="menubar1">
14             <property name="visible">True</property>
15             <child>
16               <widget class="GtkMenuItem" id="menuitem1">
17                 <property name="visible">True</property>
18                 <property name="label" translatable="yes">_File</property>
19                 <property name="use_underline">True</property>
20                 <child>
21                   <widget class="GtkMenu" id="menu1">
22                     <property name="visible">True</property>
23                     <child>
24                       <widget class="GtkImageMenuItem" id="imagemenuitem1">
25                         <property name="visible">True</property>
26                         <property name="label" translatable="yes">gtk-new</property>
27                         <property name="use_underline">True</property>
28                         <property name="use_stock">True</property>
29                         <signal name="activate" handler="new_project"/>
30                       </widget>
31                     </child>
32                     <child>
33                       <widget class="GtkImageMenuItem" id="imagemenuitem2">
34                         <property name="visible">True</property>
35                         <property name="label" translatable="yes">gtk-open</property>
36                         <property name="use_underline">True</property>
37                         <property name="use_stock">True</property>
38                         <signal name="activate" handler="open_project"/>
39                       </widget>
40                     </child>
41                     <child>
42                       <widget class="GtkImageMenuItem" id="imagemenuitem3">
43                         <property name="visible">True</property>
44                         <property name="sensitive">False</property>
45                         <property name="label" translatable="yes">gtk-save</property>
46                         <property name="use_underline">True</property>
47                         <property name="use_stock">True</property>
48                         <signal name="activate" handler="save_project"/>
49                       </widget>
50                     </child>
51                     <child>
52                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
53                         <property name="visible">True</property>
54                       </widget>
55                     </child>
56                     <child>
57                       <widget class="GtkImageMenuItem" id="imagemenuitem5">
58                         <property name="visible">True</property>
59                         <property name="label" translatable="yes">gtk-quit</property>
60                         <property name="use_underline">True</property>
61                         <property name="use_stock">True</property>
62                         <signal name="activate" handler="gtk_main_quit"/>
63                       </widget>
64                     </child>
65                   </widget>
66                 </child>
67               </widget>
68             </child>
69             <child>
70               <widget class="GtkMenuItem" id="menuitem2">
71                 <property name="visible">True</property>
72                 <property name="label" translatable="yes">_Edit</property>
73                 <property name="use_underline">True</property>
74                 <child>
75                   <widget class="GtkMenu" id="menu2">
76                     <property name="visible">True</property>
77                     <child>
78                       <widget class="GtkImageMenuItem" id="imagemenuitem6">
79                         <property name="visible">True</property>
80                         <property name="label" translatable="yes">gtk-preferences</property>
81                         <property name="use_underline">True</property>
82                         <property name="use_stock">True</property>
83                       </widget>
84                     </child>
85                   </widget>
86                 </child>
87               </widget>
88             </child>
89             <child>
90               <widget class="GtkMenuItem" id="menuitem3">
91                 <property name="visible">True</property>
92                 <property name="label" translatable="yes">_View</property>
93                 <property name="use_underline">True</property>
94               </widget>
95             </child>
96             <child>
97               <widget class="GtkMenuItem" id="menuitem4">
98                 <property name="visible">True</property>
99                 <property name="label" translatable="yes">_Help</property>
100                 <property name="use_underline">True</property>
101                 <child>
102                   <widget class="GtkMenu" id="menu3">
103                     <property name="visible">True</property>
104                     <child>
105                       <widget class="GtkImageMenuItem" id="imagemenuitem10">
106                         <property name="visible">True</property>
107                         <property name="label" translatable="yes">gtk-about</property>
108                         <property name="use_underline">True</property>
109                         <property name="use_stock">True</property>
110                       </widget>
111                     </child>
112                   </widget>
113                 </child>
114               </widget>
115             </child>
116           </widget>
117           <packing>
118             <property name="expand">False</property>
119           </packing>
120         </child>
121         <child>
122           <widget class="GtkToolbar" id="toolbar1">
123             <property name="visible">True</property>
124             <child>
125               <widget class="GtkToolButton" id="toolbutton1">
126                 <property name="visible">True</property>
127                 <property name="stock_id">gtk-new</property>
128                 <signal name="clicked" handler="new_project"/>
129               </widget>
130               <packing>
131                 <property name="expand">False</property>
132               </packing>
133             </child>
134             <child>
135               <widget class="GtkToolButton" id="toolbutton2">
136                 <property name="visible">True</property>
137                 <property name="stock_id">gtk-open</property>
138                 <signal name="clicked" handler="open_project"/>
139               </widget>
140               <packing>
141                 <property name="expand">False</property>
142               </packing>
143             </child>
144             <child>
145               <widget class="GtkToolButton" id="toolbutton5">
146                 <property name="visible">True</property>
147                 <property name="sensitive">False</property>
148                 <property name="stock_id">gtk-save</property>
149                 <signal name="clicked" handler="save_project"/>
150               </widget>
151               <packing>
152                 <property name="expand">False</property>
153               </packing>
154             </child>
155             <child>
156               <widget class="GtkSeparatorToolItem" id="toolbutton3">
157                 <property name="visible">True</property>
158               </widget>
159               <packing>
160                 <property name="expand">False</property>
161                 <property name="homogeneous">False</property>
162               </packing>
163             </child>
164             <child>
165               <widget class="GtkToolButton" id="toolbutton4">
166                 <property name="visible">True</property>
167                 <property name="sensitive">False</property>
168                 <property name="stock_id">gtk-execute</property>
169               </widget>
170               <packing>
171                 <property name="expand">False</property>
172               </packing>
173             </child>
174           </widget>
175           <packing>
176             <property name="expand">False</property>
177             <property name="position">1</property>
178           </packing>
179         </child>
180         <child>
181           <widget class="GtkHPaned" id="hpaned1">
182             <property name="visible">True</property>
183             <property name="can_focus">True</property>
184             <child>
185               <widget class="GtkVBox" id="vbox2">
186                 <property name="visible">True</property>
187                 <child>
188                   <widget class="GtkHBox" id="hbox1">
189                     <property name="visible">True</property>
190                     <child>
191                       <widget class="GtkLabel" id="label1">
192                         <property name="visible">True</property>
193                         <property name="xalign">0</property>
194                         <property name="xpad">4</property>
195                         <property name="label" translatable="yes">Focus points</property>
196                       </widget>
197                     </child>
198                     <child>
199                       <widget class="GtkButton" id="button1">
200                         <property name="visible">True</property>
201                         <property name="can_focus">True</property>
202                         <property name="receives_default">True</property>
203                         <property name="relief">GTK_RELIEF_NONE</property>
204                         <property name="response_id">0</property>
205                         <child>
206                           <widget class="GtkImage" id="image1">
207                             <property name="width_request">18</property>
208                             <property name="visible">True</property>
209                             <property name="stock">gtk-close</property>
210                             <property name="icon_size">1</property>
211                           </widget>
212                         </child>
213                       </widget>
214                       <packing>
215                         <property name="expand">False</property>
216                         <property name="fill">False</property>
217                         <property name="position">1</property>
218                       </packing>
219                     </child>
220                   </widget>
221                   <packing>
222                     <property name="expand">False</property>
223                     <property name="fill">False</property>
224                   </packing>
225                 </child>
226                 <child>
227                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
228                     <property name="width_request">179</property>
229                     <property name="visible">True</property>
230                     <property name="sensitive">False</property>
231                     <property name="can_focus">True</property>
232                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
233                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
234                     <property name="shadow_type">GTK_SHADOW_IN</property>
235                     <child>
236                       <widget class="GtkTreeView" id="treeview">
237                         <property name="visible">True</property>
238                         <property name="can_focus">True</property>
239                         <property name="headers_visible">False</property>
240                         <property name="headers_clickable">True</property>
241                         <property name="rules_hint">True</property>
242                       </widget>
243                     </child>
244                   </widget>
245                   <packing>
246                     <property name="position">1</property>
247                   </packing>
248                 </child>
249                 <child>
250                   <widget class="GtkHBox" id="hbox2">
251                     <property name="visible">True</property>
252                     <property name="sensitive">False</property>
253                     <property name="spacing">4</property>
254                     <child>
255                       <widget class="GtkButton" id="button4">
256                         <property name="visible">True</property>
257                         <property name="can_focus">True</property>
258                         <property name="receives_default">True</property>
259                         <property name="tooltip" translatable="yes">Remove the selected focus point</property>
260                         <property name="response_id">0</property>
261                         <signal name="clicked" handler="remove_fp"/>
262                         <child>
263                           <widget class="GtkImage" id="image2">
264                             <property name="visible">True</property>
265                             <property name="stock">gtk-remove</property>
266                           </widget>
267                         </child>
268                       </widget>
269                     </child>
270                     <child>
271                       <widget class="GtkButton" id="button5">
272                         <property name="visible">True</property>
273                         <property name="can_focus">True</property>
274                         <property name="receives_default">True</property>
275                         <property name="tooltip" translatable="yes">Save list of focus points</property>
276                         <property name="response_id">0</property>
277                         <signal name="clicked" handler="save_fp_list"/>
278                         <child>
279                           <widget class="GtkImage" id="image3">
280                             <property name="visible">True</property>
281                             <property name="stock">gtk-save</property>
282                           </widget>
283                         </child>
284                       </widget>
285                       <packing>
286                         <property name="position">1</property>
287                       </packing>
288                     </child>
289                     <child>
290                       <widget class="GtkButton" id="button6">
291                         <property name="visible">True</property>
292                         <property name="can_focus">True</property>
293                         <property name="receives_default">True</property>
294                         <property name="tooltip" translatable="yes">Move the selected focus point up</property>
295                         <property name="response_id">0</property>
296                         <signal name="clicked" handler="move_fp_up"/>
297                         <child>
298                           <widget class="GtkImage" id="image4">
299                             <property name="visible">True</property>
300                             <property name="stock">gtk-go-up</property>
301                           </widget>
302                         </child>
303                       </widget>
304                       <packing>
305                         <property name="position">2</property>
306                       </packing>
307                     </child>
308                     <child>
309                       <widget class="GtkButton" id="button7">
310                         <property name="visible">True</property>
311                         <property name="can_focus">True</property>
312                         <property name="receives_default">True</property>
313                         <property name="tooltip" translatable="yes">Move the selected focus point down</property>
314                         <property name="response_id">0</property>
315                         <signal name="clicked" handler="move_fp_down"/>
316                         <child>
317                           <widget class="GtkImage" id="image5">
318                             <property name="visible">True</property>
319                             <property name="stock">gtk-go-down</property>
320                           </widget>
321                         </child>
322                       </widget>
323                       <packing>
324                         <property name="position">3</property>
325                       </packing>
326                     </child>
327                   </widget>
328                   <packing>
329                     <property name="expand">False</property>
330                     <property name="padding">4</property>
331                     <property name="position">2</property>
332                   </packing>
333                 </child>
334               </widget>
335               <packing>
336                 <property name="resize">False</property>
337                 <property name="shrink">True</property>
338               </packing>
339             </child>
340             <child>
341               <widget class="GtkScrolledWindow" id="scrolledwindow2">
342                 <property name="visible">True</property>
343                 <property name="can_focus">True</property>
344                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
345                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
346                 <child>
347                   <widget class="GtkViewport" id="viewport">
348                     <property name="visible">True</property>
349                     <property name="resize_mode">GTK_RESIZE_QUEUE</property>
350                     <child>
351                       <widget class="GtkEventBox" id="eventbox">
352                         <property name="visible">True</property>
353                         <child>
354                           <widget class="GtkImage" id="draw">
355                             <property name="visible">True</property>
356                           </widget>
357                         </child>
358                       </widget>
359                     </child>
360                   </widget>
361                 </child>
362               </widget>
363               <packing>
364                 <property name="resize">True</property>
365                 <property name="shrink">True</property>
366               </packing>
367             </child>
368           </widget>
369           <packing>
370             <property name="position">2</property>
371           </packing>
372         </child>
373         <child>
374           <widget class="GtkStatusbar" id="statusbar1">
375             <property name="visible">True</property>
376             <property name="spacing">2</property>
377           </widget>
378           <packing>
379             <property name="expand">False</property>
380             <property name="position">3</property>
381           </packing>
382         </child>
383       </widget>
384     </child>
385   </widget>
386   <widget class="GtkDialog" id="new-project">
387     <property name="border_width">4</property>
388     <property name="title" translatable="yes">Start a new project</property>
389     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
390     <property name="default_width">300</property>
391     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
392     <property name="has_separator">False</property>
393     <child internal-child="vbox">
394       <widget class="GtkVBox" id="dialog-vbox1">
395         <property name="visible">True</property>
396         <property name="spacing">2</property>
397         <child>
398           <widget class="GtkVBox" id="vbox3">
399             <property name="visible">True</property>
400             <property name="border_width">4</property>
401             <property name="spacing">10</property>
402             <child>
403               <widget class="GtkFrame" id="frame2">
404                 <property name="visible">True</property>
405                 <property name="label_xalign">0</property>
406                 <property name="shadow_type">GTK_SHADOW_NONE</property>
407                 <child>
408                   <widget class="GtkAlignment" id="alignment2">
409                     <property name="visible">True</property>
410                     <property name="left_padding">14</property>
411                     <child>
412                       <widget class="GtkVBox" id="vbox5">
413                         <property name="visible">True</property>
414                         <child>
415                           <widget class="GtkFileChooserButton" id="image">
416                             <property name="visible">True</property>
417                           </widget>
418                           <packing>
419                             <property name="expand">False</property>
420                           </packing>
421                         </child>
422                       </widget>
423                     </child>
424                   </widget>
425                 </child>
426                 <child>
427                   <widget class="GtkLabel" id="label7">
428                     <property name="visible">True</property>
429                     <property name="ypad">8</property>
430                     <property name="label" translatable="yes">&lt;b&gt;Image&lt;/b&gt;</property>
431                     <property name="use_markup">True</property>
432                   </widget>
433                   <packing>
434                     <property name="type">label_item</property>
435                   </packing>
436                 </child>
437               </widget>
438             </child>
439             <child>
440               <widget class="GtkFrame" id="frame1">
441                 <property name="visible">True</property>
442                 <property name="label_xalign">0</property>
443                 <property name="shadow_type">GTK_SHADOW_NONE</property>
444                 <child>
445                   <widget class="GtkAlignment" id="alignment1">
446                     <property name="visible">True</property>
447                     <property name="left_padding">14</property>
448                     <child>
449                       <widget class="GtkVBox" id="vbox4">
450                         <property name="visible">True</property>
451                         <property name="spacing">6</property>
452                         <child>
453                           <widget class="GtkHBox" id="hbox3">
454                             <property name="visible">True</property>
455                             <child>
456                               <widget class="GtkLabel" id="label3">
457                                 <property name="width_request">100</property>
458                                 <property name="visible">True</property>
459                                 <property name="xalign">0</property>
460                                 <property name="label" translatable="yes">Width:</property>
461                               </widget>
462                             </child>
463                             <child>
464                               <widget class="GtkEntry" id="width">
465                                 <property name="visible">True</property>
466                                 <property name="can_focus">True</property>
467                                 <property name="text" translatable="yes">640</property>
468                               </widget>
469                               <packing>
470                                 <property name="position">1</property>
471                               </packing>
472                             </child>
473                           </widget>
474                         </child>
475                         <child>
476                           <widget class="GtkHBox" id="hbox4">
477                             <property name="visible">True</property>
478                             <child>
479                               <widget class="GtkLabel" id="label4">
480                                 <property name="width_request">100</property>
481                                 <property name="visible">True</property>
482                                 <property name="xalign">0</property>
483                                 <property name="label" translatable="yes">Height:</property>
484                               </widget>
485                             </child>
486                             <child>
487                               <widget class="GtkEntry" id="height">
488                                 <property name="visible">True</property>
489                                 <property name="can_focus">True</property>
490                                 <property name="text" translatable="yes">480</property>
491                               </widget>
492                               <packing>
493                                 <property name="position">1</property>
494                               </packing>
495                             </child>
496                           </widget>
497                           <packing>
498                             <property name="position">1</property>
499                           </packing>
500                         </child>
501                       </widget>
502                     </child>
503                   </widget>
504                 </child>
505                 <child>
506                   <widget class="GtkLabel" id="label2">
507                     <property name="visible">True</property>
508                     <property name="ypad">8</property>
509                     <property name="label" translatable="yes">&lt;b&gt;Video Dimensions&lt;/b&gt;</property>
510                     <property name="use_markup">True</property>
511                   </widget>
512                   <packing>
513                     <property name="type">label_item</property>
514                   </packing>
515                 </child>
516               </widget>
517               <packing>
518                 <property name="position">1</property>
519               </packing>
520             </child>
521           </widget>
522           <packing>
523             <property name="position">1</property>
524           </packing>
525         </child>
526         <child internal-child="action_area">
527           <widget class="GtkHButtonBox" id="dialog-action_area1">
528             <property name="visible">True</property>
529             <property name="layout_style">GTK_BUTTONBOX_END</property>
530             <child>
531               <widget class="GtkButton" id="button2">
532                 <property name="visible">True</property>
533                 <property name="can_focus">True</property>
534                 <property name="receives_default">True</property>
535                 <property name="label" translatable="yes">gtk-cancel</property>
536                 <property name="use_stock">True</property>
537                 <property name="response_id">0</property>
538               </widget>
539             </child>
540             <child>
541               <widget class="GtkButton" id="button3">
542                 <property name="visible">True</property>
543                 <property name="can_focus">True</property>
544                 <property name="receives_default">True</property>
545                 <property name="label" translatable="yes">gtk-ok</property>
546                 <property name="use_stock">True</property>
547                 <property name="response_id">1</property>
548               </widget>
549               <packing>
550                 <property name="position">1</property>
551               </packing>
552             </child>
553           </widget>
554           <packing>
555             <property name="expand">False</property>
556             <property name="pack_type">GTK_PACK_END</property>
557           </packing>
558         </child>
559       </widget>
560     </child>
561   </widget>
562 </glade-interface>