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