]> git.0d.be Git - empathy.git/blob - src/empathy-chatrooms-window.ui
Merge branch 'change-audio'
[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="GtkVBox" id="box_room_list">
41                 <property name="visible">True</property>
42                 <child>
43                   <object class="GtkScrolledWindow" id="sw_room_list">
44                     <property name="width_request">408</property>
45                     <property name="height_request">252</property>
46                     <property name="visible">True</property>
47                     <property name="can_focus">True</property>
48                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
49                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
50                     <property name="shadow_type">GTK_SHADOW_IN</property>
51                     <child>
52                       <object class="GtkTreeView" id="treeview">
53                         <property name="visible">True</property>
54                         <property name="can_focus">True</property>
55                         <property name="has_focus">True</property>
56                       </object>
57                     </child>
58                   </object>
59                   <packing>
60                     <property name="position">0</property>
61                   </packing>
62                 </child>
63                 <child>
64                   <object class="GtkToolbar" id="toolbar_remove">
65                     <property name="visible">True</property>
66                     <property name="can_focus">False</property>
67                     <property name="icon_size">1</property>
68                     <style>
69                       <class name="inline-toolbar"/>
70                     </style>
71                     <child>
72                       <object class="GtkToolButton" id="button_remove">
73                         <property name="tooltip-text" translatable="yes">Remove</property>
74                         <property name="visible">True</property>
75                         <property name="use_action_appearance">False</property>
76                         <property name="use_underline">True</property>
77                         <property name="stock_id">gtk-remove</property>
78                       </object>
79                       <packing>
80                         <property name="expand">False</property>
81                         <property name="homogeneous">True</property>
82                       </packing>
83                     </child>
84                   </object>
85                   <packing>
86                     <property name="expand">False</property>
87                     <property name="fill">True</property>
88                     <property name="position">1</property>
89                   </packing>
90                 </child>
91               </object>
92             </child>
93           </object>
94         </child>
95         <child>
96           <object class="GtkHButtonBox" id="hbuttonbox3">
97             <property name="visible">True</property>
98             <property name="spacing">6</property>
99             <property name="layout_style">end</property>
100             <child>
101               <object class="GtkButton" id="button_close">
102                 <property name="label">gtk-close</property>
103                 <property name="visible">True</property>
104                 <property name="can_focus">True</property>
105                 <property name="can_default">True</property>
106                 <property name="receives_default">True</property>
107                 <property name="use_stock">True</property>
108               </object>
109               <packing>
110                 <property name="expand">False</property>
111                 <property name="fill">False</property>
112                 <property name="position">1</property>
113               </packing>
114             </child>
115           </object>
116           <packing>
117             <property name="expand">False</property>
118             <property name="fill">False</property>
119             <property name="position">1</property>
120           </packing>
121         </child>
122       </object>
123     </child>
124   </object>
125 </interface>