Update python binding
[empathy.git] / src / empathy-new-chatroom-dialog.ui
blob04927be2c16f919f908094d8fbf0b78fb817d476
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="new_chatroom_dialog">
5 <property name="visible">True</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Join New</property>
8 <property name="role">join_new_chatroom</property>
9 <property name="resizable">False</property>
10 <property name="default_width">350</property>
11 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12 <property name="has_separator">False</property>
13 <child internal-child="vbox">
14 <object class="GtkVBox" id="dialog-vbox4">
15 <property name="visible">True</property>
16 <property name="spacing">6</property>
17 <child>
18 <object class="GtkVBox" id="vbox_widgets">
19 <property name="visible">True</property>
20 <property name="border_width">5</property>
21 <property name="spacing">18</property>
22 <child>
23 <object class="GtkTable" id="table_info">
24 <property name="visible">True</property>
25 <property name="n_rows">3</property>
26 <property name="n_columns">3</property>
27 <property name="column_spacing">6</property>
28 <property name="row_spacing">6</property>
29 <child>
30 <placeholder/>
31 </child>
32 <child>
33 <placeholder/>
34 </child>
35 <child>
36 <object class="GtkEntry" id="entry_room">
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="tooltip-text" translatable="yes">Enter the room name to join here or click on one or more rooms in the list.</property>
40 <property name="activates_default">True</property>
41 <property name="width_chars">32</property>
42 </object>
43 <packing>
44 <property name="left_attach">1</property>
45 <property name="right_attach">3</property>
46 <property name="top_attach">2</property>
47 <property name="bottom_attach">3</property>
48 <property name="y_options"/>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkToggleButton" id="togglebutton_refresh">
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="label" translatable="yes">Re_fresh</property>
56 <property name="use_underline">True</property>
57 </object>
58 <packing>
59 <property name="left_attach">2</property>
60 <property name="right_attach">3</property>
61 <property name="top_attach">1</property>
62 <property name="bottom_attach">2</property>
63 <property name="x_options">GTK_FILL</property>
64 <property name="y_options"/>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkEntry" id="entry_server">
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="tooltip-text" translatable="yes">Enter the server which hosts the room, or leave it empty if the room is on the current account's server</property>
72 <property name="width_chars">25</property>
73 </object>
74 <packing>
75 <property name="left_attach">1</property>
76 <property name="right_attach">2</property>
77 <property name="top_attach">1</property>
78 <property name="bottom_attach">2</property>
79 <property name="y_options"/>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkLabel" id="label_room">
84 <property name="visible">True</property>
85 <property name="xalign">0</property>
86 <property name="label" translatable="yes">_Room:</property>
87 <property name="use_underline">True</property>
88 <property name="mnemonic_widget">entry_room</property>
89 </object>
90 <packing>
91 <property name="top_attach">2</property>
92 <property name="bottom_attach">3</property>
93 <property name="x_options">GTK_FILL</property>
94 <property name="y_options"/>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkLabel" id="label_server">
99 <property name="visible">True</property>
100 <property name="xalign">0</property>
101 <property name="label" translatable="yes">_Server:</property>
102 <property name="use_underline">True</property>
103 <property name="mnemonic_widget">entry_server</property>
104 </object>
105 <packing>
106 <property name="top_attach">1</property>
107 <property name="bottom_attach">2</property>
108 <property name="x_options">GTK_FILL</property>
109 <property name="y_options"/>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="label_account">
114 <property name="visible">True</property>
115 <property name="xalign">0</property>
116 <property name="label" translatable="yes">Account:</property>
117 </object>
118 <packing>
119 <property name="x_options">GTK_FILL</property>
120 <property name="y_options"/>
121 </packing>
122 </child>
123 </object>
124 </child>
125 <child>
126 <object class="GtkVBox" id="vbox_browse">
127 <property name="visible">True</property>
128 <property name="spacing">6</property>
129 <child>
130 <object class="GtkHBox" id="hbox_status">
131 <property name="visible">True</property>
132 <property name="spacing">6</property>
133 <child>
134 <object class="GtkHBox" id="hbox35">
135 <property name="visible">True</property>
136 <property name="spacing">3</property>
137 <child>
138 <object class="GtkImage" id="image_status">
139 <property name="visible">True</property>
140 <property name="icon_size">2</property>
141 <property name="icon_name">gtk-find</property>
142 </object>
143 <packing>
144 <property name="expand">False</property>
145 <property name="fill">False</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkLabel" id="label_status">
150 <property name="visible">True</property>
151 <property name="xalign">0</property>
152 <property name="label" translatable="yes">Browse:</property>
153 <property name="wrap">True</property>
154 </object>
155 <packing>
156 <property name="position">1</property>
157 </packing>
158 </child>
159 </object>
160 </child>
161 <child>
162 <placeholder/>
163 </child>
164 </object>
165 </child>
166 <child>
167 <object class="GtkScrolledWindow" id="scrolledwindow2">
168 <property name="height_request">150</property>
169 <property name="visible">True</property>
170 <property name="can_focus">True</property>
171 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
172 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
173 <property name="shadow_type">GTK_SHADOW_IN</property>
174 <child>
175 <object class="GtkTreeView" id="treeview">
176 <property name="visible">True</property>
177 <property name="can_focus">True</property>
178 <property name="tooltip-text" translatable="yes">This list represents all chat rooms hosted on the server you have entered.</property>
179 <property name="headers_visible">False</property>
180 </object>
181 </child>
182 </object>
183 <packing>
184 <property name="position">1</property>
185 </packing>
186 </child>
187 </object>
188 <packing>
189 <property name="position">1</property>
190 </packing>
191 </child>
192 </object>
193 <packing>
194 <property name="expand">False</property>
195 <property name="fill">False</property>
196 <property name="position">1</property>
197 </packing>
198 </child>
199 <child internal-child="action_area">
200 <object class="GtkHButtonBox" id="dialog-action_area4">
201 <property name="visible">True</property>
202 <property name="layout_style">GTK_BUTTONBOX_END</property>
203 <child>
204 <object class="GtkButton" id="button_cancel">
205 <property name="visible">True</property>
206 <property name="can_focus">True</property>
207 <property name="can_default">True</property>
208 <property name="label">gtk-close</property>
209 <property name="use_stock">True</property>
210 </object>
211 </child>
212 <child>
213 <object class="GtkButton" id="button_join">
214 <property name="visible">True</property>
215 <property name="sensitive">False</property>
216 <property name="can_focus">True</property>
217 <property name="can_default">True</property>
218 <property name="has_default">True</property>
219 <child>
220 <object class="GtkAlignment" id="alignment4">
221 <property name="visible">True</property>
222 <property name="xscale">0</property>
223 <property name="yscale">0</property>
224 <child>
225 <object class="GtkHBox" id="hbox29">
226 <property name="visible">True</property>
227 <property name="spacing">2</property>
228 <child>
229 <object class="GtkImage" id="image4">
230 <property name="visible">True</property>
231 <property name="stock">gtk-execute</property>
232 </object>
233 <packing>
234 <property name="expand">False</property>
235 <property name="fill">False</property>
236 </packing>
237 </child>
238 <child>
239 <object class="GtkLabel" id="label79">
240 <property name="visible">True</property>
241 <property name="label" translatable="yes">Join</property>
242 <property name="use_underline">True</property>
243 </object>
244 <packing>
245 <property name="expand">False</property>
246 <property name="fill">False</property>
247 <property name="position">1</property>
248 </packing>
249 </child>
250 </object>
251 </child>
252 </object>
253 </child>
254 </object>
255 <packing>
256 <property name="position">1</property>
257 </packing>
258 </child>
259 </object>
260 <packing>
261 <property name="expand">False</property>
262 <property name="pack_type">GTK_PACK_END</property>
263 </packing>
264 </child>
265 </object>
266 </child>
267 <action-widgets>
268 <action-widget response="0">togglebutton_refresh</action-widget>
269 <action-widget response="-7">button_cancel</action-widget>
270 <action-widget response="-5">button_join</action-widget>
271 </action-widgets>
272 </object>
273 </interface>