]> git.0d.be Git - empathy.git/blob - src/empathy-map-view.ui
Merge branch 'sasl'
[empathy.git] / src / empathy-map-view.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkVBox" id="main_vbox">
6     <property name="visible">True</property>
7     <child>
8       <object class="GtkToolbar" id="toolbar">
9         <property name="visible">True</property>
10         <child>
11           <object class="GtkToolButton" id="zoom_in">
12             <property name="visible">True</property>
13             <property name="stock_id">gtk-zoom-in</property>
14           </object>
15           <packing>
16             <property name="expand">False</property>
17             <property name="homogeneous">True</property>
18           </packing>
19         </child>
20         <child>
21           <object class="GtkToolButton" id="zoom_out">
22             <property name="visible">True</property>
23             <property name="stock_id">gtk-zoom-out</property>
24           </object>
25           <packing>
26             <property name="expand">False</property>
27             <property name="homogeneous">True</property>
28           </packing>
29         </child>
30         <child>
31           <object class="GtkToolButton" id="zoom_fit">
32             <property name="visible">True</property>
33             <property name="stock_id">gtk-zoom-fit</property>
34           </object>
35           <packing>
36             <property name="expand">False</property>
37             <property name="homogeneous">True</property>
38           </packing>
39         </child>
40         <child>
41           <object class="GtkToolItem" id="toolbutton1">
42             <property name="visible">True</property>
43             <child>
44               <object class="GtkAlignment" id="alignment1">
45                 <property name="visible">True</property>
46                 <child>
47                   <placeholder/>
48                 </child>
49               </object>
50             </child>
51           </object>
52           <packing>
53             <property name="expand">True</property>
54           </packing>
55         </child>
56         <child>
57           <object class="GtkToolItem" id="throbber">
58             <property name="visible">True</property>
59             <child>
60               <placeholder/>
61             </child>
62           </object>
63           <packing>
64             <property name="expand">False</property>
65           </packing>
66         </child>
67       </object>
68       <packing>
69         <property name="expand">False</property>
70         <property name="fill">False</property>
71         <property name="position">0</property>
72       </packing>
73     </child>
74     <child>
75       <object class="GtkFrame" id="map_scrolledwindow">
76         <property name="visible">True</property>
77         <property name="resize_mode">queue</property>
78         <property name="label_xalign">0</property>
79         <property name="shadow_type">in</property>
80         <child>
81           <placeholder/>
82         </child>
83       </object>
84       <packing>
85         <property name="position">1</property>
86       </packing>
87     </child>
88   </object>
89 </interface>