blob: 9a401b9738cfb74eafe8d736832b3d6d2a27f4b9 [file] [log] [blame]
aviau039001d2016-09-29 16:39:05 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <template class="WebKitChatContainer" parent="GtkBox">
5 <child>
6 <object class="GtkBox">
7 <property name="visible">True</property>
8 <property name="orientation">vertical</property>
9 <child>
10 <object class="WebKitWebView" id="webview_chat">
11 <property name="visible">True</property>
12 <property name="hexpand">True</property>
13 <property name="vexpand">True</property>
14 </object>
15 </child>
16 </object>
17 </child>
18 </template>
19</interface>