destroy the window when exiting
[swfdec.git] / vivified / ui / vivi_command_line.xml
blob5a4b2fb5988fddadd091456804ad9fa68202d8d9
1 <interface>
2   <object class="ViviViviDocklet" id="command-line">
3     <property name="title">Command Line</property>
4     <signal name="application-set" handler="vivi_command_line_application_set" />
5     <signal name="application-unset" handler="vivi_command_line_application_unset" />
6     <child>
7       <object class="GtkVBox" id="box">
8         <child>
9           <object class="GtkScrolledWindow" id="scroll">
10             <property name="hscrollbar-policy">automatic</property>
11             <property name="vscrollbar-policy">automatic</property>
12             <child>
13               <object class="GtkTextView" id="text">
14                 <property name="editable">false</property>
15                 <property name="wrap-mode">word-char</property>
16               </object>
17             </child>
18           </object>
19           <packing>
20             <property name="pack-type">start</property>
21             <property name="expand">true</property>
22             <property name="fill">true</property>
23           </packing>
24         </child>
25         <child>
26           <object class="GtkEntry" id="entry">
27             <signal name="activate" handler="vivi_command_line_activate" />
28           </object>
29           <packing>
30             <property name="pack-type">end</property>
31             <property name="expand">false</property>
32             <property name="fill">true</property>
33           </packing>
34         </child>
35       </object>
36     </child>
37   </object>
38 </interface>