blob: 16d534368da263c019aa360d9282fe1c28d12266 [file] [log] [blame]
Stepan Salenikovichd2cad062016-01-08 13:43:49 -05001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <template class="ChatView" parent="GtkBox">
5 <property name="orientation">vertical</property>
Stepan Salenikovichc6a3b982016-01-11 18:11:39 -05006
7 <!-- chat info (only show for out of call conversations) -->
8 <child>
9 <object class="GtkBox" id="hbox_chat_info">
10 <property name="visible">False</property>
11 <property name="no-show-all">True</property>
12 <property name="orientation">horizontal</property>
13 <property name="spacing">5</property>
Stepan Salenikovichc6a3b982016-01-11 18:11:39 -050014 <child>
Stepan Salenikovich8043a562016-03-18 13:56:40 -040015 <object class="GtkButton" id="button_close_chatview">
16 <property name="image">image_back_arrow</property>
17 <property name="visible">True</property>
Stepan Salenikovich7082adf2016-05-04 10:00:28 -040018 <property name="relief">none</property>
Stepan Salenikovich8043a562016-03-18 13:56:40 -040019 <property name="tooltip-text" translatable="yes">Hide chat view</property>
20 <child internal-child="accessible">
21 <object class="AtkObject" id="button_close_chatview-atkobject">
22 <property name="AtkObject::accessible-name" translatable="yes">Hide chat view</property>
23 </object>
24 </child>
25 </object>
26 </child>
27 <child>
Stepan Salenikovichc6a3b982016-01-11 18:11:39 -050028 <object class="GtkLabel" id="label_peer">
29 <property name="visible">True</property>
30 <property name="selectable">True</property>
31 <property name="ellipsize">end</property>
32 <attributes>
33 <attribute name="weight" value="bold"/>
34 </attributes>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 </packing>
40 </child>
41 <child>
Stepan Salenikoviche9933242016-06-21 18:08:48 -040042 <object class="GtkButton" id="button_placecall">
43 <property name="visible">True</property>
44 <property name="image">image_place_call</property>
45 <property name="tooltip-text" translatable="yes">Place call</property>
46 <child internal-child="accessible">
47 <object class="AtkObject" id="button_placecall-atkobject">
48 <property name="AtkObject::accessible-name" translatable="yes">Place call</property>
49 </object>
50 </child>
51 </object>
52 <packing>
53 <property name="pack-type">end</property>
54 </packing>
55 </child>
56 <child>
Sébastien Blin55bff9d2017-10-03 15:15:23 -040057 <object class="GtkButton" id="button_add_to_conversations">
Nicolas Jager759faea2017-03-22 16:22:00 -040058 <property name="visible">True</property>
AmarOkb4253242017-07-13 11:21:39 -040059 <property name="image">image_invite</property>
Sébastien Blin55bff9d2017-10-03 15:15:23 -040060 <property name="tooltip-text" translatable="yes">Add to conversations</property>
Nicolas Jager759faea2017-03-22 16:22:00 -040061 </object>
62 <packing>
63 <property name="pack-type">end</property>
64 </packing>
65 </child>
66 <child>
AmarOkcba03952017-07-17 10:13:49 -040067 <object class="GtkLabel" id="label_cm">
68 <property name="visible">True</property>
69 <property name="selectable">True</property>
70 <property name="ellipsize">end</property>
71 <attributes>
72 <attribute name="weight" value="bold"/>
73 </attributes>
74 </object>
75 <packing>
76 <property name="pack-type">end</property>
77 </packing>
78 </child>
Stepan Salenikovichc6a3b982016-01-11 18:11:39 -050079 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 </packing>
84 </child>
85 <!-- end of chat info -->
86
Stepan Salenikovichd2cad062016-01-08 13:43:49 -050087 <!-- start of chat text view -->
88 <child>
89 <object class="GtkScrolledWindow" id="scrolledwindow_chat">
90 <property name="visible">True</property>
Stepan Salenikovichdaf3cb32016-10-12 16:39:42 -040091 <property name="min-content-height">100</property>
Stepan Salenikovichd2cad062016-01-08 13:43:49 -050092 <child>
aviau039001d2016-09-29 16:39:05 -040093 <object class="GtkBox" id="box_webkit_chat_container">
Stepan Salenikovichd2cad062016-01-08 13:43:49 -050094 <property name="visible">True</property>
aviau039001d2016-09-29 16:39:05 -040095 <property name="hexpand">True</property>
96 <property name="vexpand">True</property>
Stepan Salenikovichd2cad062016-01-08 13:43:49 -050097 </object>
98 </child>
99 </object>
100 <packing>
101 <property name="expand">True</property>
102 <property name="fill">True</property>
103 </packing>
104 </child>
105 <!-- end of chat text view -->
Stepan Salenikovichc6a3b982016-01-11 18:11:39 -0500106
Stepan Salenikovichd2cad062016-01-08 13:43:49 -0500107 </template>
Stepan Salenikovich8043a562016-03-18 13:56:40 -0400108
109 <object class="GtkImage" id="image_back_arrow">
110 <property name="visible">True</property>
111 <property name="icon-name">go-previous-symbolic</property>
112 </object>
AmarOkb4253242017-07-13 11:21:39 -0400113
114 <object class="GtkImage" id="image_invite">
115 <property name="visible">True</property>
116 <property name="resource">/cx/ring/RingGnome/invite</property>
117 <child internal-child="accessible">
118 <object class="AtkObject" id="image_invite-atkobject">
119 <property name="AtkObject::accessible-description" translatable="yes">Send Invitation</property>
120 </object>
121 </child>
122 </object>
Stepan Salenikoviche9933242016-06-21 18:08:48 -0400123 <object class="GtkImage" id="image_place_call">
124 <property name="visible">True</property>
AmarOkb4253242017-07-13 11:21:39 -0400125 <property name="resource">/cx/ring/RingGnome/call_start</property>
Stepan Salenikoviche9933242016-06-21 18:08:48 -0400126 </object>
Stepan Salenikovichd2cad062016-01-08 13:43:49 -0500127</interface>