]> git.0d.be Git - empathy.git/blob - src/empathy-ft-manager.ui
Convert glade files to GtkBuilder format
[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     <property name="has_separator">False</property>
13     <child internal-child="vbox">
14       <object class="GtkVBox" id="dialog-vbox31">
15         <property name="visible">True</property>
16         <property name="spacing">2</property>
17         <child>
18           <object class="GtkScrolledWindow" id="scrolledwindow1134">
19             <property name="height_request">100</property>
20             <property name="visible">True</property>
21             <property name="can_focus">True</property>
22             <property name="border_width">5</property>
23             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
24             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
25             <property name="shadow_type">GTK_SHADOW_IN</property>
26             <child>
27               <object class="GtkTreeView" id="ft_list">
28                 <property name="visible">True</property>
29                 <property name="can_focus">True</property>
30               </object>
31             </child>
32           </object>
33           <packing>
34             <property name="position">1</property>
35           </packing>
36         </child>
37         <child internal-child="action_area">
38           <object class="GtkHButtonBox" id="dialog-action_area31">
39             <property name="visible">True</property>
40             <property name="layout_style">GTK_BUTTONBOX_END</property>
41             <child>
42               <object class="GtkButton" id="clear_button">
43                 <property name="visible">True</property>
44                 <property name="can_focus">True</property>
45                 <property name="receives_default">True</property>
46                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
47                 <property name="tooltip-text" translatable="yes">Remove completed, canceled and failed file transfers from the list</property>
48                 <property name="label">gtk-clear</property>
49                 <property name="use_stock">True</property>
50               </object>
51             </child>
52             <child>
53               <object class="GtkButton" id="open_button">
54                 <property name="visible">True</property>
55                 <property name="can_focus">True</property>
56                 <property name="can_default">True</property>
57                 <property name="label">gtk-open</property>
58                 <property name="use_stock">True</property>
59               </object>
60               <packing>
61                 <property name="position">1</property>
62               </packing>
63             </child>
64             <child>
65               <object class="GtkButton" id="abort_button">
66                 <property name="visible">True</property>
67                 <property name="can_focus">True</property>
68                 <property name="can_default">True</property>
69                 <property name="label">gtk-stop</property>
70                 <property name="use_stock">True</property>
71               </object>
72               <packing>
73                 <property name="position">2</property>
74               </packing>
75             </child>
76           </object>
77           <packing>
78             <property name="expand">False</property>
79             <property name="pack_type">GTK_PACK_END</property>
80           </packing>
81         </child>
82       </object>
83     </child>
84     <action-widgets>
85       <action-widget response="3">clear_button</action-widget>
86       <action-widget response="1">open_button</action-widget>
87       <action-widget response="2">abort_button</action-widget>
88     </action-widgets>
89   </object>
90 </interface>