]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-new-message-dialog.ui
empathy-call-window.c: update priv->sending_video *before* changing widget's state
[empathy.git] / libempathy-gtk / empathy-new-message-dialog.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkDialog" id="new_message_dialog">
5     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
6     <property name="border_width">5</property>
7     <property name="title" translatable="yes">New Conversation</property>
8     <property name="resizable">False</property>
9     <property name="role">new_message</property>
10     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</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-vbox1">
15         <property name="visible">True</property>
16         <property name="spacing">2</property>
17         <child>
18           <object class="GtkTable" id="table_contact">
19             <property name="visible">True</property>
20             <property name="n_rows">2</property>
21             <property name="n_columns">2</property>
22             <property name="column_spacing">6</property>
23             <property name="row_spacing">6</property>
24             <child>
25               <placeholder/>
26             </child>
27             <child>
28               <object class="GtkLabel" id="label1">
29                 <property name="visible">True</property>
30                 <property name="xalign">0</property>
31                 <property name="label" translatable="yes">Account:</property>
32               </object>
33               <packing>
34                 <property name="x_options"/>
35               </packing>
36             </child>
37             <child>
38               <object class="GtkLabel" id="label2">
39                 <property name="visible">True</property>
40                 <property name="xalign">0</property>
41                 <property name="label" translatable="yes">Contact ID:</property>
42               </object>
43               <packing>
44                 <property name="top_attach">1</property>
45                 <property name="bottom_attach">2</property>
46                 <property name="x_options"/>
47               </packing>
48             </child>
49             <child>
50               <object class="GtkEntry" id="entry_id">
51                 <property name="visible">True</property>
52                 <property name="can_focus">True</property>
53                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
54                 <property name="activates_default">True</property>
55               </object>
56               <packing>
57                 <property name="left_attach">1</property>
58                 <property name="right_attach">2</property>
59                 <property name="top_attach">1</property>
60                 <property name="bottom_attach">2</property>
61               </packing>
62             </child>
63           </object>
64           <packing>
65             <property name="position">1</property>
66           </packing>
67         </child>
68         <child internal-child="action_area">
69           <object class="GtkHButtonBox" id="dialog-action_area1">
70             <property name="visible">True</property>
71             <property name="layout_style">GTK_BUTTONBOX_END</property>
72             <child>
73               <object class="GtkButton" id="button1">
74                 <property name="visible">True</property>
75                 <property name="can_focus">True</property>
76                 <property name="label">gtk-cancel</property>
77                 <property name="use_stock">True</property>
78               </object>
79             </child>
80             <child>
81               <object class="GtkButton" id="button_call">
82                 <property name="visible">True</property>
83                 <property name="can_focus">True</property>
84                 <property name="can_default">True</property>
85                 <child>
86                   <object class="GtkAlignment" id="alignment1">
87                     <property name="visible">True</property>
88                     <property name="xscale">0</property>
89                     <property name="yscale">0</property>
90                     <child>
91                       <object class="GtkHBox" id="hbox1">
92                         <property name="visible">True</property>
93                         <property name="spacing">2</property>
94                         <child>
95                           <object class="GtkImage" id="image1">
96                             <property name="visible">True</property>
97                             <property name="icon_name">audio-input-microphone</property>
98                           </object>
99                           <packing>
100                             <property name="expand">False</property>
101                             <property name="fill">False</property>
102                           </packing>
103                         </child>
104                         <child>
105                           <object class="GtkLabel" id="label3">
106                             <property name="visible">True</property>
107                             <property name="label" translatable="yes">C_all</property>
108                             <property name="use_underline">True</property>
109                           </object>
110                           <packing>
111                             <property name="expand">False</property>
112                             <property name="fill">False</property>
113                             <property name="position">1</property>
114                           </packing>
115                         </child>
116                       </object>
117                     </child>
118                   </object>
119                 </child>
120               </object>
121               <packing>
122                 <property name="position">1</property>
123               </packing>
124             </child>
125             <child>
126               <object class="GtkButton" id="button_chat">
127                 <property name="visible">True</property>
128                 <property name="can_focus">True</property>
129                 <property name="can_default">True</property>
130                 <property name="has_default">True</property>
131                 <child>
132                   <object class="GtkAlignment" id="alignment2">
133                     <property name="visible">True</property>
134                     <property name="xscale">0</property>
135                     <property name="yscale">0</property>
136                     <child>
137                       <object class="GtkHBox" id="hbox2">
138                         <property name="visible">True</property>
139                         <property name="spacing">2</property>
140                         <child>
141                           <object class="GtkImage" id="image2">
142                             <property name="visible">True</property>
143                             <property name="icon_name">im-message-new</property>
144                           </object>
145                           <packing>
146                             <property name="expand">False</property>
147                             <property name="fill">False</property>
148                           </packing>
149                         </child>
150                         <child>
151                           <object class="GtkLabel" id="label4">
152                             <property name="visible">True</property>
153                             <property name="label" translatable="yes">C_hat</property>
154                             <property name="use_underline">True</property>
155                           </object>
156                           <packing>
157                             <property name="expand">False</property>
158                             <property name="fill">False</property>
159                             <property name="position">1</property>
160                           </packing>
161                         </child>
162                       </object>
163                     </child>
164                   </object>
165                 </child>
166               </object>
167               <packing>
168                 <property name="position">2</property>
169               </packing>
170             </child>
171           </object>
172           <packing>
173             <property name="expand">False</property>
174             <property name="pack_type">GTK_PACK_END</property>
175           </packing>
176         </child>
177       </object>
178     </child>
179     <action-widgets>
180       <action-widget response="-6">button1</action-widget>
181       <action-widget response="1">button_call</action-widget>
182       <action-widget response="2">button_chat</action-widget>
183     </action-widgets>
184   </object>
185 </interface>