]> sjero.net Git - linphone/blob - gtk/chatroom.ui
Defer acceptation of video activation to gather ICE candidates if ICE is enabled.
[linphone] / gtk / chatroom.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkWindow" id="chatroom">
6     <signal name="destroy" handler="linphone_gtk_chat_destroyed"/>
7     <child>
8       <object class="GtkVBox" id="vbox1">
9         <property name="visible">True</property>
10         <child>
11           <object class="GtkScrolledWindow" id="scrolledwindow1">
12             <property name="visible">True</property>
13             <property name="can_focus">True</property>
14             <property name="hscrollbar_policy">never</property>
15             <property name="vscrollbar_policy">automatic</property>
16             <child>
17               <object class="GtkTextView" id="textlog">
18                 <property name="width_request">400</property>
19                 <property name="height_request">200</property>
20                 <property name="visible">True</property>
21                 <property name="can_focus">True</property>
22                 <property name="editable">False</property>
23                 <property name="wrap_mode">word</property>
24               </object>
25             </child>
26           </object>
27           <packing>
28             <property name="position">0</property>
29           </packing>
30         </child>
31         <child>
32           <object class="GtkHBox" id="hbox1">
33             <property name="visible">True</property>
34             <child>
35               <object class="GtkEntry" id="text_entry">
36                 <property name="visible">True</property>
37                 <property name="can_focus">True</property>
38                 <property name="has_focus">True</property>
39                 <signal name="activate" handler="linphone_gtk_send_text"/>
40               </object>
41               <packing>
42                 <property name="position">0</property>
43               </packing>
44             </child>
45             <child>
46               <object class="GtkButton" id="send">
47                 <property name="visible">True</property>
48                 <property name="can_focus">True</property>
49                 <property name="receives_default">True</property>
50                 <signal name="clicked" handler="linphone_gtk_send_text"/>
51                 <child>
52                   <object class="GtkHBox" id="hbox2">
53                     <property name="visible">True</property>
54                     <child>
55                       <object class="GtkImage" id="image1">
56                         <property name="visible">True</property>
57                         <property name="stock">gtk-ok</property>
58                       </object>
59                       <packing>
60                         <property name="position">0</property>
61                       </packing>
62                     </child>
63                     <child>
64                       <object class="GtkLabel" id="label1">
65                         <property name="visible">True</property>
66                         <property name="label" translatable="yes">Send</property>
67                       </object>
68                       <packing>
69                         <property name="padding">7</property>
70                         <property name="position">1</property>
71                       </packing>
72                     </child>
73                   </object>
74                 </child>
75               </object>
76               <packing>
77                 <property name="expand">False</property>
78                 <property name="fill">False</property>
79                 <property name="position">1</property>
80               </packing>
81             </child>
82           </object>
83           <packing>
84             <property name="expand">False</property>
85             <property name="fill">False</property>
86             <property name="position">1</property>
87           </packing>
88         </child>
89         <child>
90           <object class="GtkHButtonBox" id="hbuttonbox1">
91             <property name="visible">True</property>
92             <property name="layout_style">end</property>
93             <child>
94               <object class="GtkButton" id="button1">
95                 <property name="label">gtk-close</property>
96                 <property name="visible">True</property>
97                 <property name="can_focus">True</property>
98                 <property name="receives_default">True</property>
99                 <property name="use_stock">True</property>
100                 <signal name="clicked" handler="linphone_gtk_chat_close"/>
101               </object>
102               <packing>
103                 <property name="expand">False</property>
104                 <property name="fill">False</property>
105                 <property name="pack_type">end</property>
106                 <property name="position">0</property>
107               </packing>
108             </child>
109           </object>
110           <packing>
111             <property name="expand">False</property>
112             <property name="position">2</property>
113           </packing>
114         </child>
115       </object>
116     </child>
117   </object>
118 </interface>