display the clock rate of the codec as well
[empathy-mirror.git] / src / empathy-chatrooms-window.ui
blob83f3fd064fcad55ae33bf269d62e006a23d065e7
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">end</property>
66 <child>
67 <object class="GtkButton" id="button_remove">
68 <property name="label">gtk-remove</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="can_default">True</property>
72 <property name="receives_default">False</property>
73 <property name="use_stock">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">False</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkButton" id="button_close">
83 <property name="label">gtk-close</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="can_default">True</property>
87 <property name="receives_default">True</property>
88 <property name="use_stock">True</property>
89 </object>
90 <packing>
91 <property name="expand">False</property>
92 <property name="fill">False</property>
93 <property name="position">1</property>
94 </packing>
95 </child>
96 </object>
97 <packing>
98 <property name="expand">False</property>
99 <property name="fill">False</property>
100 <property name="position">1</property>
101 </packing>
102 </child>
103 </object>
104 </child>
105 </object>
106 </interface>