]> git.0d.be Git - empathy.git/blob - src/empathy-new-chatroom-dialog.ui
Merge commit 'bigon/configure-deprecated-flag'
[empathy.git] / src / empathy-new-chatroom-dialog.ui
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 Room</property>
8     <property name="role">join_new_chatroom</property>
9     <property name="default_width">350</property>
10     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <object class="GtkVBox" id="dialog-vbox4">
14         <property name="visible">True</property>
15         <child>
16           <object class="GtkVBox" id="vbox_widgets">
17             <property name="visible">True</property>
18             <property name="border_width">5</property>
19             <property name="spacing">5</property>
20             <child>
21               <object class="GtkTable" id="table_info">
22                 <property name="visible">True</property>
23                 <property name="n_rows">3</property>
24                 <property name="n_columns">3</property>
25                 <property name="column_spacing">5</property>
26                 <property name="row_spacing">5</property>
27                 <child>
28                   <placeholder/>
29                 </child>
30                 <child>
31                   <placeholder/>
32                 </child>
33                 <child>
34                   <object class="GtkEntry" id="entry_room">
35                     <property name="visible">True</property>
36                     <property name="can_focus">True</property>
37                     <property name="tooltip-text" translatable="yes">Enter the room name to join here or click on one or more rooms in the list.</property>
38                     <property name="activates_default">True</property>
39                     <property name="width_chars">25</property>
40                   </object>
41                   <packing>
42                     <property name="left_attach">1</property>
43                     <property name="right_attach">3</property>
44                     <property name="top_attach">2</property>
45                     <property name="bottom_attach">3</property>
46                     <property name="x_options">GTK_FILL</property>
47                   </packing>
48                 </child>
49                 <child>
50                   <object class="GtkLabel" id="label_room">
51                     <property name="visible">True</property>
52                     <property name="xalign">0</property>
53                     <property name="label" translatable="yes">_Room:</property>
54                     <property name="use_underline">True</property>
55                     <property name="mnemonic_widget">entry_room</property>
56                   </object>
57                   <packing>
58                     <property name="top_attach">2</property>
59                     <property name="bottom_attach">3</property>
60                     <property name="x_options">GTK_FILL</property>
61                   </packing>
62                 </child>
63                 <child>
64                   <object class="GtkEntry" id="entry_server">
65                     <property name="visible">True</property>
66                     <property name="can_focus">True</property>
67                     <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>
68                     <property name="width_chars">25</property>
69                   </object>
70                   <packing>
71                     <property name="left_attach">1</property>
72                     <property name="right_attach">3</property>
73                     <property name="top_attach">1</property>
74                     <property name="bottom_attach">2</property>
75                     <property name="x_options">GTK_FILL</property>
76                     <property name="y_options"/>
77                   </packing>
78                 </child>
79                 <child>
80                   <object class="GtkLabel" id="label_server">
81                     <property name="visible">True</property>
82                     <property name="xalign">0</property>
83                     <property name="label" translatable="yes">_Server:</property>
84                     <property name="use_underline">True</property>
85                     <property name="mnemonic_widget">entry_server</property>
86                   </object>
87                   <packing>
88                     <property name="top_attach">1</property>
89                     <property name="bottom_attach">2</property>
90                     <property name="x_options">GTK_FILL</property>
91                     <property name="y_options"/>
92                   </packing>
93                 </child>
94                 <child>
95                   <object class="GtkLabel" id="label_account">
96                     <property name="visible">True</property>
97                     <property name="xalign">0</property>
98                     <property name="label" translatable="yes">Account:</property>
99                   </object>
100                   <packing>
101                     <property name="x_options">GTK_FILL</property>
102                     <property name="y_options"/>
103                   </packing>
104                 </child>
105               </object>
106               <packing>
107                 <property name="expand">False</property>
108                 <property name="fill">False</property>
109               </packing>
110             </child>
111             <child>
112               <object class="GtkExpander" id="expander_browse">
113                 <property name="visible">True</property>
114                 <property name="can_focus">True</property>
115                 <child>
116                   <object class="GtkScrolledWindow" id="scrolledwindow2">
117                     <property name="width_request">350</property>
118                     <property name="height_request">150</property>
119                     <property name="visible">True</property>
120                     <property name="can_focus">True</property>
121                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
122                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
123                     <property name="shadow_type">GTK_SHADOW_IN</property>
124                     <child>
125                       <object class="GtkTreeView" id="treeview">
126                         <property name="visible">True</property>
127                         <property name="can_focus">True</property>
128                         <property name="search_column">0</property>
129                         <property name="show_expanders">False</property>
130                       </object>
131                     </child>
132                   </object>
133                 </child>
134                 <child type="label">
135                   <object class="GtkLabel" id="label1">
136                     <property name="visible">True</property>
137                     <property name="label" translatable="yes">Room List</property>
138                   </object>
139                 </child>
140               </object>
141               <packing>
142                 <property name="position">1</property>
143               </packing>
144             </child>
145           </object>
146           <packing>
147             <property name="position">1</property>
148           </packing>
149         </child>
150         <child internal-child="action_area">
151           <object class="GtkHButtonBox" id="dialog-action_area4">
152             <property name="visible">True</property>
153             <property name="layout_style">GTK_BUTTONBOX_END</property>
154             <child>
155               <object class="GtkButton" id="button_cancel">
156                 <property name="visible">True</property>
157                 <property name="can_focus">True</property>
158                 <property name="can_default">True</property>
159                 <property name="label">gtk-cancel</property>
160                 <property name="use_stock">True</property>
161               </object>
162             </child>
163             <child>
164               <object class="GtkButton" id="button_join">
165                 <property name="visible">True</property>
166                 <property name="sensitive">False</property>
167                 <property name="can_focus">True</property>
168                 <property name="can_default">True</property>
169                 <property name="has_default">True</property>
170                 <child>
171                   <object class="GtkAlignment" id="alignment4">
172                     <property name="visible">True</property>
173                     <property name="xscale">0</property>
174                     <property name="yscale">0</property>
175                     <child>
176                       <object class="GtkHBox" id="hbox29">
177                         <property name="visible">True</property>
178                         <property name="spacing">2</property>
179                         <child>
180                           <object class="GtkImage" id="image4">
181                             <property name="visible">True</property>
182                             <property name="stock">gtk-jump-to</property>
183                           </object>
184                           <packing>
185                             <property name="expand">False</property>
186                             <property name="fill">False</property>
187                           </packing>
188                         </child>
189                         <child>
190                           <object class="GtkLabel" id="label79">
191                             <property name="visible">True</property>
192                             <property name="label" translatable="yes">_Join</property>
193                             <property name="use_underline">True</property>
194                           </object>
195                           <packing>
196                             <property name="expand">False</property>
197                             <property name="fill">False</property>
198                             <property name="position">1</property>
199                           </packing>
200                         </child>
201                       </object>
202                     </child>
203                   </object>
204                 </child>
205               </object>
206               <packing>
207                 <property name="position">1</property>
208               </packing>
209             </child>
210           </object>
211           <packing>
212             <property name="expand">False</property>
213             <property name="pack_type">GTK_PACK_END</property>
214           </packing>
215         </child>
216       </object>
217     </child>
218     <action-widgets>
219       <action-widget response="-7">button_cancel</action-widget>
220       <action-widget response="-5">button_join</action-widget>
221     </action-widgets>
222   </object>
223 </interface>