adding another widget to have the sensitivite
[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:43:44 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                         <child>
297                           <widget class="GtkImage" id="image4">
298                             <property name="visible">True</property>
299                             <property name="stock">gtk-go-up</property>
300                           </widget>
301                         </child>
302                       </widget>
303                       <packing>
304                         <property name="position">2</property>
305                       </packing>
306                     </child>
307                     <child>
308                       <widget class="GtkButton" id="button7">
309                         <property name="visible">True</property>
310                         <property name="can_focus">True</property>
311                         <property name="receives_default">True</property>
312                         <property name="tooltip" translatable="yes">Move the selected focus point down</property>
313                         <property name="response_id">0</property>
314                         <child>
315                           <widget class="GtkImage" id="image5">
316                             <property name="visible">True</property>
317                             <property name="stock">gtk-go-down</property>
318                           </widget>
319                         </child>
320                       </widget>
321                       <packing>
322                         <property name="position">3</property>
323                       </packing>
324                     </child>
325                   </widget>
326                   <packing>
327                     <property name="expand">False</property>
328                     <property name="padding">4</property>
329                     <property name="position">2</property>
330                   </packing>
331                 </child>
332               </widget>
333               <packing>
334                 <property name="resize">False</property>
335                 <property name="shrink">True</property>
336               </packing>
337             </child>
338             <child>
339               <widget class="GtkScrolledWindow" id="scrolledwindow2">
340                 <property name="visible">True</property>
341                 <property name="can_focus">True</property>
342                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
343                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
344                 <child>
345                   <widget class="GtkViewport" id="viewport">
346                     <property name="visible">True</property>
347                     <property name="resize_mode">GTK_RESIZE_QUEUE</property>
348                     <child>
349                       <widget class="GtkEventBox" id="eventbox">
350                         <property name="visible">True</property>
351                         <child>
352                           <widget class="GtkImage" id="draw">
353                             <property name="visible">True</property>
354                           </widget>
355                         </child>
356                       </widget>
357                     </child>
358                   </widget>
359                 </child>
360               </widget>
361               <packing>
362                 <property name="resize">True</property>
363                 <property name="shrink">True</property>
364               </packing>
365             </child>
366           </widget>
367           <packing>
368             <property name="position">2</property>
369           </packing>
370         </child>
371         <child>
372           <widget class="GtkStatusbar" id="statusbar1">
373             <property name="visible">True</property>
374             <property name="spacing">2</property>
375           </widget>
376           <packing>
377             <property name="expand">False</property>
378             <property name="position">3</property>
379           </packing>
380         </child>
381       </widget>
382     </child>
383   </widget>
384   <widget class="GtkDialog" id="new-project">
385     <property name="border_width">4</property>
386     <property name="title" translatable="yes">Start a new project</property>
387     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
388     <property name="default_width">300</property>
389     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
390     <property name="has_separator">False</property>
391     <child internal-child="vbox">
392       <widget class="GtkVBox" id="dialog-vbox1">
393         <property name="visible">True</property>
394         <property name="spacing">2</property>
395         <child>
396           <widget class="GtkVBox" id="vbox3">
397             <property name="visible">True</property>
398             <property name="border_width">4</property>
399             <property name="spacing">10</property>
400             <child>
401               <widget class="GtkFrame" id="frame2">
402                 <property name="visible">True</property>
403                 <property name="label_xalign">0</property>
404                 <property name="shadow_type">GTK_SHADOW_NONE</property>
405                 <child>
406                   <widget class="GtkAlignment" id="alignment2">
407                     <property name="visible">True</property>
408                     <property name="left_padding">14</property>
409                     <child>
410                       <widget class="GtkVBox" id="vbox5">
411                         <property name="visible">True</property>
412                         <child>
413                           <widget class="GtkFileChooserButton" id="image">
414                             <property name="visible">True</property>
415                           </widget>
416                           <packing>
417                             <property name="expand">False</property>
418                           </packing>
419                         </child>
420                       </widget>
421                     </child>
422                   </widget>
423                 </child>
424                 <child>
425                   <widget class="GtkLabel" id="label7">
426                     <property name="visible">True</property>
427                     <property name="ypad">8</property>
428                     <property name="label" translatable="yes">&lt;b&gt;Image&lt;/b&gt;</property>
429                     <property name="use_markup">True</property>
430                   </widget>
431                   <packing>
432                     <property name="type">label_item</property>
433                   </packing>
434                 </child>
435               </widget>
436             </child>
437             <child>
438               <widget class="GtkFrame" id="frame1">
439                 <property name="visible">True</property>
440                 <property name="label_xalign">0</property>
441                 <property name="shadow_type">GTK_SHADOW_NONE</property>
442                 <child>
443                   <widget class="GtkAlignment" id="alignment1">
444                     <property name="visible">True</property>
445                     <property name="left_padding">14</property>
446                     <child>
447                       <widget class="GtkVBox" id="vbox4">
448                         <property name="visible">True</property>
449                         <property name="spacing">6</property>
450                         <child>
451                           <widget class="GtkHBox" id="hbox3">
452                             <property name="visible">True</property>
453                             <child>
454                               <widget class="GtkLabel" id="label3">
455                                 <property name="width_request">100</property>
456                                 <property name="visible">True</property>
457                                 <property name="xalign">0</property>
458                                 <property name="label" translatable="yes">Width:</property>
459                               </widget>
460                             </child>
461                             <child>
462                               <widget class="GtkEntry" id="width">
463                                 <property name="visible">True</property>
464                                 <property name="can_focus">True</property>
465                                 <property name="text" translatable="yes">640</property>
466                               </widget>
467                               <packing>
468                                 <property name="position">1</property>
469                               </packing>
470                             </child>
471                           </widget>
472                         </child>
473                         <child>
474                           <widget class="GtkHBox" id="hbox4">
475                             <property name="visible">True</property>
476                             <child>
477                               <widget class="GtkLabel" id="label4">
478                                 <property name="width_request">100</property>
479                                 <property name="visible">True</property>
480                                 <property name="xalign">0</property>
481                                 <property name="label" translatable="yes">Height:</property>
482                               </widget>
483                             </child>
484                             <child>
485                               <widget class="GtkEntry" id="height">
486                                 <property name="visible">True</property>
487                                 <property name="can_focus">True</property>
488                                 <property name="text" translatable="yes">480</property>
489                               </widget>
490                               <packing>
491                                 <property name="position">1</property>
492                               </packing>
493                             </child>
494                           </widget>
495                           <packing>
496                             <property name="position">1</property>
497                           </packing>
498                         </child>
499                       </widget>
500                     </child>
501                   </widget>
502                 </child>
503                 <child>
504                   <widget class="GtkLabel" id="label2">
505                     <property name="visible">True</property>
506                     <property name="ypad">8</property>
507                     <property name="label" translatable="yes">&lt;b&gt;Video Dimensions&lt;/b&gt;</property>
508                     <property name="use_markup">True</property>
509                   </widget>
510                   <packing>
511                     <property name="type">label_item</property>
512                   </packing>
513                 </child>
514               </widget>
515               <packing>
516                 <property name="position">1</property>
517               </packing>
518             </child>
519           </widget>
520           <packing>
521             <property name="position">1</property>
522           </packing>
523         </child>
524         <child internal-child="action_area">
525           <widget class="GtkHButtonBox" id="dialog-action_area1">
526             <property name="visible">True</property>
527             <property name="layout_style">GTK_BUTTONBOX_END</property>
528             <child>
529               <widget class="GtkButton" id="button2">
530                 <property name="visible">True</property>
531                 <property name="can_focus">True</property>
532                 <property name="receives_default">True</property>
533                 <property name="label" translatable="yes">gtk-cancel</property>
534                 <property name="use_stock">True</property>
535                 <property name="response_id">0</property>
536               </widget>
537             </child>
538             <child>
539               <widget class="GtkButton" id="button3">
540                 <property name="visible">True</property>
541                 <property name="can_focus">True</property>
542                 <property name="receives_default">True</property>
543                 <property name="label" translatable="yes">gtk-ok</property>
544                 <property name="use_stock">True</property>
545                 <property name="response_id">1</property>
546               </widget>
547               <packing>
548                 <property name="position">1</property>
549               </packing>
550             </child>
551           </widget>
552           <packing>
553             <property name="expand">False</property>
554             <property name="pack_type">GTK_PACK_END</property>
555           </packing>
556         </child>
557       </widget>
558     </child>
559   </widget>
560 </glade-interface>