]> git.0d.be Git - empathy.git/blob - src/empathy-ft-manager.ui
Make the Empathy core program act as a unique app.
[empathy.git] / src / empathy-ft-manager.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkDialog" id="ft_manager_dialog">
5     <property name="width_request">620</property>
6     <property name="height_request">250</property>
7     <property name="border_width">5</property>
8     <property name="title" translatable="yes">File Transfers</property>
9     <property name="role">empathy-ft-manager</property>
10     <property name="icon_name">document-send</property>
11     <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
12     <child internal-child="vbox">
13       <object class="GtkVBox" id="dialog-vbox31">
14         <property name="visible">True</property>
15         <property name="spacing">2</property>
16         <child>
17           <object class="GtkScrolledWindow" id="scrolledwindow1134">
18             <property name="height_request">100</property>
19             <property name="visible">True</property>
20             <property name="can_focus">True</property>
21             <property name="border_width">5</property>
22             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
23             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
24             <property name="shadow_type">GTK_SHADOW_IN</property>
25             <child>
26               <object class="GtkTreeView" id="ft_list">
27                 <property name="visible">True</property>
28                 <property name="can_focus">True</property>
29               </object>
30             </child>
31           </object>
32           <packing>
33             <property name="position">1</property>
34           </packing>
35         </child>
36         <child internal-child="action_area">
37           <object class="GtkHButtonBox" id="dialog-action_area31">
38             <property name="visible">True</property>
39             <property name="layout_style">GTK_BUTTONBOX_END</property>
40             <child>
41               <object class="GtkButton" id="clear_button">
42                 <property name="visible">True</property>
43                 <property name="can_focus">True</property>
44                 <property name="receives_default">True</property>
45                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
46                 <property name="tooltip-text" translatable="yes">Remove completed, canceled and failed file transfers from the list</property>
47                 <property name="label">gtk-clear</property>
48                 <property name="use_stock">True</property>
49               </object>
50             </child>
51             <child>
52               <object class="GtkButton" id="open_button">
53                 <property name="visible">True</property>
54                 <property name="can_focus">True</property>
55                 <property name="can_default">True</property>
56                 <property name="label">gtk-open</property>
57                 <property name="use_stock">True</property>
58               </object>
59               <packing>
60                 <property name="position">1</property>
61               </packing>
62             </child>
63             <child>
64               <object class="GtkButton" id="abort_button">
65                 <property name="visible">True</property>
66                 <property name="can_focus">True</property>
67                 <property name="can_default">True</property>
68                 <property name="label">gtk-stop</property>
69                 <property name="use_stock">True</property>
70               </object>
71               <packing>
72                 <property name="position">2</property>
73               </packing>
74             </child>
75           </object>
76           <packing>
77             <property name="expand">False</property>
78             <property name="pack_type">GTK_PACK_END</property>
79           </packing>
80         </child>
81       </object>
82     </child>
83     <action-widgets>
84       <action-widget response="3">clear_button</action-widget>
85       <action-widget response="1">open_button</action-widget>
86       <action-widget response="2">abort_button</action-widget>
87     </action-widgets>
88   </object>
89 </interface>