]> git.0d.be Git - empathy.git/blob - src/empathy-call-window.glade
Keypad is unsensitive if the call is not ACCEPTED
[empathy.git] / src / empathy-call-window.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.2 on Thu May  1 23:37:49 2008 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="window">
6     <child>
7       <widget class="GtkHBox" id="main_hbox">
8         <property name="visible">True</property>
9         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10         <property name="border_width">5</property>
11         <property name="spacing">5</property>
12         <child>
13           <widget class="GtkVBox" id="controls_vbox">
14             <property name="visible">True</property>
15             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
16             <property name="spacing">6</property>
17             <child>
18               <widget class="GtkCheckButton" id="video_button">
19                 <property name="visible">True</property>
20                 <property name="can_focus">True</property>
21                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
22                 <property name="label" translatable="yes">Send Video</property>
23                 <property name="response_id">0</property>
24                 <property name="draw_indicator">True</property>
25               </widget>
26               <packing>
27                 <property name="expand">False</property>
28                 <property name="fill">False</property>
29               </packing>
30             </child>
31             <child>
32               <widget class="GtkFrame" id="frame2">
33                 <property name="visible">True</property>
34                 <property name="label_xalign">0</property>
35                 <property name="shadow_type">GTK_SHADOW_NONE</property>
36                 <child>
37                   <widget class="GtkHBox" id="volume_hbox">
38                     <property name="visible">True</property>
39                     <child>
40                       <placeholder/>
41                     </child>
42                     <child>
43                       <placeholder/>
44                     </child>
45                   </widget>
46                 </child>
47                 <child>
48                   <widget class="GtkLabel" id="label1">
49                     <property name="visible">True</property>
50                     <property name="label" translatable="yes">&lt;b&gt;Volume&lt;/b&gt;</property>
51                     <property name="use_markup">True</property>
52                   </widget>
53                   <packing>
54                     <property name="type">label_item</property>
55                   </packing>
56                 </child>
57               </widget>
58               <packing>
59                 <property name="expand">False</property>
60                 <property name="fill">False</property>
61                 <property name="position">1</property>
62               </packing>
63             </child>
64             <child>
65               <widget class="GtkExpander" id="keypad_expander">
66                 <property name="visible">True</property>
67                 <property name="can_focus">True</property>
68                 <child>
69                   <widget class="GtkTable" id="keypad_table">
70                     <property name="visible">True</property>
71                     <property name="n_rows">4</property>
72                     <property name="n_columns">3</property>
73                     <property name="homogeneous">True</property>
74                     <child>
75                       <widget class="GtkButton" id="button_1">
76                         <property name="visible">True</property>
77                         <property name="can_focus">True</property>
78                         <property name="label" translatable="yes">1</property>
79                         <property name="use_underline">True</property>
80                         <property name="response_id">0</property>
81                       </widget>
82                       <packing>
83                         <property name="y_options"></property>
84                       </packing>
85                     </child>
86                     <child>
87                       <widget class="GtkButton" id="button_2">
88                         <property name="visible">True</property>
89                         <property name="can_focus">True</property>
90                         <property name="label" translatable="yes">2</property>
91                         <property name="use_underline">True</property>
92                         <property name="response_id">0</property>
93                       </widget>
94                       <packing>
95                         <property name="left_attach">1</property>
96                         <property name="right_attach">2</property>
97                         <property name="y_options"></property>
98                       </packing>
99                     </child>
100                     <child>
101                       <widget class="GtkButton" id="button_3">
102                         <property name="visible">True</property>
103                         <property name="can_focus">True</property>
104                         <property name="label" translatable="yes">3</property>
105                         <property name="use_underline">True</property>
106                         <property name="response_id">0</property>
107                       </widget>
108                       <packing>
109                         <property name="left_attach">2</property>
110                         <property name="right_attach">3</property>
111                         <property name="y_options"></property>
112                       </packing>
113                     </child>
114                     <child>
115                       <widget class="GtkButton" id="button_4">
116                         <property name="visible">True</property>
117                         <property name="can_focus">True</property>
118                         <property name="label" translatable="yes">4</property>
119                         <property name="use_underline">True</property>
120                         <property name="response_id">0</property>
121                       </widget>
122                       <packing>
123                         <property name="top_attach">1</property>
124                         <property name="bottom_attach">2</property>
125                         <property name="y_options"></property>
126                       </packing>
127                     </child>
128                     <child>
129                       <widget class="GtkButton" id="button_5">
130                         <property name="visible">True</property>
131                         <property name="can_focus">True</property>
132                         <property name="label" translatable="yes">5</property>
133                         <property name="use_underline">True</property>
134                         <property name="response_id">0</property>
135                       </widget>
136                       <packing>
137                         <property name="left_attach">1</property>
138                         <property name="right_attach">2</property>
139                         <property name="top_attach">1</property>
140                         <property name="bottom_attach">2</property>
141                         <property name="y_options"></property>
142                       </packing>
143                     </child>
144                     <child>
145                       <widget class="GtkButton" id="button_6">
146                         <property name="visible">True</property>
147                         <property name="can_focus">True</property>
148                         <property name="label" translatable="yes">6</property>
149                         <property name="use_underline">True</property>
150                         <property name="response_id">0</property>
151                       </widget>
152                       <packing>
153                         <property name="left_attach">2</property>
154                         <property name="right_attach">3</property>
155                         <property name="top_attach">1</property>
156                         <property name="bottom_attach">2</property>
157                         <property name="y_options"></property>
158                       </packing>
159                     </child>
160                     <child>
161                       <widget class="GtkButton" id="button_7">
162                         <property name="visible">True</property>
163                         <property name="can_focus">True</property>
164                         <property name="label" translatable="yes">7</property>
165                         <property name="use_underline">True</property>
166                         <property name="response_id">0</property>
167                       </widget>
168                       <packing>
169                         <property name="top_attach">2</property>
170                         <property name="bottom_attach">3</property>
171                         <property name="y_options"></property>
172                       </packing>
173                     </child>
174                     <child>
175                       <widget class="GtkButton" id="button_8">
176                         <property name="visible">True</property>
177                         <property name="can_focus">True</property>
178                         <property name="label" translatable="yes">8</property>
179                         <property name="use_underline">True</property>
180                         <property name="response_id">0</property>
181                       </widget>
182                       <packing>
183                         <property name="left_attach">1</property>
184                         <property name="right_attach">2</property>
185                         <property name="top_attach">2</property>
186                         <property name="bottom_attach">3</property>
187                         <property name="y_options"></property>
188                       </packing>
189                     </child>
190                     <child>
191                       <widget class="GtkButton" id="button_9">
192                         <property name="visible">True</property>
193                         <property name="can_focus">True</property>
194                         <property name="label" translatable="yes">9</property>
195                         <property name="use_underline">True</property>
196                         <property name="response_id">0</property>
197                       </widget>
198                       <packing>
199                         <property name="left_attach">2</property>
200                         <property name="right_attach">3</property>
201                         <property name="top_attach">2</property>
202                         <property name="bottom_attach">3</property>
203                         <property name="y_options"></property>
204                       </packing>
205                     </child>
206                     <child>
207                       <widget class="GtkButton" id="button_asterisk">
208                         <property name="visible">True</property>
209                         <property name="can_focus">True</property>
210                         <property name="label" translatable="yes">*</property>
211                         <property name="use_underline">True</property>
212                         <property name="response_id">0</property>
213                       </widget>
214                       <packing>
215                         <property name="top_attach">3</property>
216                         <property name="bottom_attach">4</property>
217                         <property name="y_options"></property>
218                       </packing>
219                     </child>
220                     <child>
221                       <widget class="GtkButton" id="button_0">
222                         <property name="visible">True</property>
223                         <property name="can_focus">True</property>
224                         <property name="label" translatable="yes">0</property>
225                         <property name="use_underline">True</property>
226                         <property name="response_id">0</property>
227                       </widget>
228                       <packing>
229                         <property name="left_attach">1</property>
230                         <property name="right_attach">2</property>
231                         <property name="top_attach">3</property>
232                         <property name="bottom_attach">4</property>
233                         <property name="y_options"></property>
234                       </packing>
235                     </child>
236                     <child>
237                       <widget class="GtkButton" id="button_hash">
238                         <property name="visible">True</property>
239                         <property name="can_focus">True</property>
240                         <property name="label" translatable="yes">#</property>
241                         <property name="use_underline">True</property>
242                         <property name="response_id">0</property>
243                       </widget>
244                       <packing>
245                         <property name="left_attach">2</property>
246                         <property name="right_attach">3</property>
247                         <property name="top_attach">3</property>
248                         <property name="bottom_attach">4</property>
249                         <property name="y_options"></property>
250                       </packing>
251                     </child>
252                   </widget>
253                 </child>
254                 <child>
255                   <widget class="GtkLabel" id="label4">
256                     <property name="visible">True</property>
257                     <property name="label" translatable="yes">&lt;b&gt;Keypad&lt;/b&gt;</property>
258                     <property name="use_markup">True</property>
259                   </widget>
260                   <packing>
261                     <property name="type">label_item</property>
262                   </packing>
263                 </child>
264               </widget>
265               <packing>
266                 <property name="expand">False</property>
267                 <property name="fill">False</property>
268                 <property name="position">2</property>
269               </packing>
270             </child>
271             <child>
272               <widget class="GtkLabel" id="status_label">
273                 <property name="visible">True</property>
274                 <property name="xalign">0</property>
275                 <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
276               </widget>
277               <packing>
278                 <property name="expand">False</property>
279                 <property name="fill">False</property>
280                 <property name="pack_type">GTK_PACK_END</property>
281                 <property name="position">4</property>
282               </packing>
283             </child>
284             <child>
285               <widget class="GtkButton" id="hang_up_button">
286                 <property name="visible">True</property>
287                 <property name="can_focus">True</property>
288                 <property name="receives_default">True</property>
289                 <property name="response_id">1</property>
290                 <child>
291                   <widget class="GtkHBox" id="hbox1">
292                     <property name="visible">True</property>
293                     <property name="spacing">6</property>
294                     <child>
295                       <widget class="GtkImage" id="image1">
296                         <property name="visible">True</property>
297                         <property name="stock">gtk-cancel</property>
298                       </widget>
299                       <packing>
300                         <property name="expand">False</property>
301                         <property name="fill">False</property>
302                       </packing>
303                     </child>
304                     <child>
305                       <widget class="GtkLabel" id="label2">
306                         <property name="visible">True</property>
307                         <property name="label" translatable="yes">Hang Up</property>
308                       </widget>
309                       <packing>
310                         <property name="expand">False</property>
311                         <property name="fill">False</property>
312                         <property name="position">1</property>
313                       </packing>
314                     </child>
315                   </widget>
316                 </child>
317               </widget>
318               <packing>
319                 <property name="expand">False</property>
320                 <property name="fill">False</property>
321                 <property name="pack_type">GTK_PACK_END</property>
322                 <property name="position">3</property>
323               </packing>
324             </child>
325           </widget>
326           <packing>
327             <property name="expand">False</property>
328             <property name="fill">False</property>
329           </packing>
330         </child>
331       </widget>
332     </child>
333   </widget>
334 </glade-interface>