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