]> git.0d.be Git - empathy.git/blob - src/empathy-chatrooms-window.ui
Merge branch 'debug-window'
[empathy.git] / src / empathy-chatrooms-window.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkWindow" id="chatrooms_window">
5     <property name="visible">True</property>
6     <property name="border_width">12</property>
7     <property name="title" translatable="yes">Manage Favorite Rooms</property>
8     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9     <child>
10       <object class="GtkVBox" id="vbox12">
11         <property name="visible">True</property>
12         <property name="spacing">12</property>
13         <child>
14           <object class="GtkVBox" id="vbox18">
15             <property name="visible">True</property>
16             <property name="spacing">18</property>
17             <child>
18               <object class="GtkHBox" id="hbox_account">
19                 <property name="visible">True</property>
20                 <property name="spacing">12</property>
21                 <child>
22                   <object class="GtkLabel" id="label_account">
23                     <property name="visible">True</property>
24                     <property name="xalign">0</property>
25                     <property name="label" translatable="yes">Account:</property>
26                   </object>
27                   <packing>
28                     <property name="expand">False</property>
29                   </packing>
30                 </child>
31                 <child>
32                   <placeholder/>
33                 </child>
34               </object>
35               <packing>
36                 <property name="expand">False</property>
37               </packing>
38             </child>
39             <child>
40               <object class="GtkScrolledWindow" id="scrolledwindow1">
41                 <property name="height_request">150</property>
42                 <property name="visible">True</property>
43                 <property name="can_focus">True</property>
44                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
45                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
46                 <property name="shadow_type">GTK_SHADOW_IN</property>
47                 <child>
48                   <object class="GtkTreeView" id="treeview">
49                     <property name="visible">True</property>
50                     <property name="can_focus">True</property>
51                     <property name="has_focus">True</property>
52                   </object>
53                 </child>
54               </object>
55               <packing>
56                 <property name="position">1</property>
57               </packing>
58             </child>
59           </object>
60         </child>
61         <child>
62           <object class="GtkHButtonBox" id="hbuttonbox3">
63             <property name="visible">True</property>
64             <property name="spacing">6</property>
65             <property name="layout_style">GTK_BUTTONBOX_END</property>
66             <child>
67               <object class="GtkButton" id="button_remove">
68                 <property name="visible">True</property>
69                 <property name="can_focus">True</property>
70                 <property name="can_default">True</property>
71                 <property name="label">gtk-remove</property>
72                 <property name="use_stock">True</property>
73               </object>
74             </child>
75             <child>
76               <object class="GtkButton" id="button_edit">
77                 <property name="visible">True</property>
78                 <property name="sensitive">False</property>
79                 <property name="can_focus">True</property>
80                 <property name="can_default">True</property>
81                 <property name="label">gtk-edit</property>
82                 <property name="use_stock">True</property>
83               </object>
84               <packing>
85                 <property name="position">1</property>
86               </packing>
87             </child>
88             <child>
89               <object class="GtkButton" id="button_close">
90                 <property name="visible">True</property>
91                 <property name="can_focus">True</property>
92                 <property name="can_default">True</property>
93                 <property name="label">gtk-close</property>
94                 <property name="use_stock">True</property>
95               </object>
96               <packing>
97                 <property name="position">2</property>
98               </packing>
99             </child>
100           </object>
101           <packing>
102             <property name="expand">False</property>
103             <property name="fill">False</property>
104             <property name="position">1</property>
105           </packing>
106         </child>
107       </object>
108     </child>
109   </object>
110 </interface>