]> git.0d.be Git - empathy.git/blob - src/empathy-import-dialog.ui
Port EmpathyMainWindow to new API
[empathy.git] / src / empathy-import-dialog.ui
1 <?xml version="1.0"?>
2 <!--Generated with glade3 3.4.5 on Fri Oct 17 11:01:30 2008 -->
3 <interface>
4   <object class="GtkDialog" id="import_dialog">
5     <property name="border_width">5</property>
6     <property name="title" translatable="yes">Import Accounts</property>
7     <property name="modal">True</property>
8     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10     <property name="has_separator">False</property>
11     <child internal-child="vbox">
12       <object class="GtkVBox" id="dialog-vbox1">
13         <property name="visible">True</property>
14         <property name="spacing">2</property>
15         <child>
16           <object class="GtkScrolledWindow" id="scrolledwindow17">
17             <property name="visible">True</property>
18             <property name="can_focus">True</property>
19             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
20             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
21             <property name="shadow_type">GTK_SHADOW_IN</property>
22             <child>
23               <object class="GtkTreeView" id="treeview">
24                 <property name="height_request">200</property>
25                 <property name="visible">True</property>
26                 <property name="can_focus">True</property>
27                 <property name="enable_search">False</property>
28               </object>
29             </child>
30           </object>
31           <packing>
32             <property name="position">1</property>
33           </packing>
34         </child>
35         <child internal-child="action_area">
36           <object class="GtkHButtonBox" id="dialog-action_area1">
37             <property name="visible">True</property>
38             <property name="layout_style">GTK_BUTTONBOX_END</property>
39             <child>
40               <object class="GtkButton" id="button_cancel">
41                 <property name="visible">True</property>
42                 <property name="can_focus">True</property>
43                 <property name="receives_default">True</property>
44                 <property name="label">gtk-cancel</property>
45                 <property name="use_stock">True</property>
46               </object>
47             </child>
48             <child>
49               <object class="GtkButton" id="button_ok">
50                 <property name="visible">True</property>
51                 <property name="can_focus">True</property>
52                 <property name="receives_default">True</property>
53                 <property name="label">gtk-ok</property>
54                 <property name="use_stock">True</property>
55               </object>
56               <packing>
57                 <property name="position">1</property>
58               </packing>
59             </child>
60           </object>
61           <packing>
62             <property name="expand">False</property>
63             <property name="pack_type">GTK_PACK_END</property>
64           </packing>
65         </child>
66       </object>
67     </child>
68     <action-widgets>
69       <action-widget response="0">button_cancel</action-widget>
70       <action-widget response="-5">button_ok</action-widget>
71     </action-widgets>
72   </object>
73 </interface>