]> git.0d.be Git - empathy.git/blob - src/empathy-roster-window.ui
rename MainWindow to RosterWindow
[empathy.git] / src / empathy-roster-window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <object class="GtkVBox" id="main_vbox">
5     <property name="visible">True</property>
6     <property name="can_focus">False</property>
7     <child>
8       <object class="GtkToolbar" id="presence_toolbar">
9         <property name="visible">True</property>
10         <property name="can_focus">False</property>
11         <property name="toolbar_style">both</property>
12         <style>
13           <class name="primary-toolbar"/>
14         </style>
15       </object>
16       <packing>
17         <property name="expand">False</property>
18         <property name="fill">False</property>
19         <property name="position">1</property>
20       </packing>
21     </child>
22     <child>
23       <object class="GtkVBox" id="balance_vbox">
24         <property name="can_focus">False</property>
25         <property name="spacing">3</property>
26         <child>
27           <placeholder/>
28         </child>
29       </object>
30       <packing>
31         <property name="expand">False</property>
32         <property name="fill">False</property>
33         <property name="position">2</property>
34       </packing>
35     </child>
36     <child>
37       <object class="GtkVBox" id="errors_vbox">
38         <property name="can_focus">False</property>
39         <child>
40           <placeholder/>
41         </child>
42       </object>
43       <packing>
44         <property name="expand">False</property>
45         <property name="fill">False</property>
46         <property name="position">3</property>
47       </packing>
48     </child>
49     <child>
50       <object class="GtkVBox" id="auth_vbox">
51         <property name="can_focus">False</property>
52         <child>
53           <placeholder/>
54         </child>
55       </object>
56       <packing>
57         <property name="expand">False</property>
58         <property name="fill">False</property>
59         <property name="position">4</property>
60       </packing>
61     </child>
62     <child>
63       <object class="GtkVBox" id="search_vbox">
64         <property name="visible">True</property>
65         <property name="can_focus">False</property>
66         <child>
67           <placeholder/>
68         </child>
69       </object>
70       <packing>
71         <property name="expand">False</property>
72         <property name="fill">False</property>
73         <property name="position">5</property>
74       </packing>
75     </child>
76     <child>
77       <object class="GtkNotebook" id="notebook">
78         <property name="visible">True</property>
79         <property name="can_focus">True</property>
80         <property name="show_tabs">False</property>
81         <property name="show_border">False</property>
82         <child>
83           <object class="GtkScrolledWindow" id="roster_scrolledwindow">
84             <property name="visible">True</property>
85             <property name="can_focus">True</property>
86             <property name="has_focus">True</property>
87             <property name="hscrollbar_policy">never</property>
88             <child>
89               <placeholder/>
90             </child>
91           </object>
92         </child>
93         <child>
94           <object class="GtkLabel" id="no_entry_label">
95             <property name="visible">True</property>
96             <property name="can_focus">False</property>
97             <property name="yalign">0.30000001192092896</property>
98           </object>
99           <packing>
100             <property name="position">1</property>
101           </packing>
102         </child>
103       </object>
104       <packing>
105         <property name="expand">True</property>
106         <property name="fill">True</property>
107         <property name="position">6</property>
108       </packing>
109     </child>
110   </object>
111 </interface>