blob: 63bc5bcb32f085689b4daaf887c28befd80da198 [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>
aviau32b8dd62016-11-02 00:36:57 -04006 <object class="GtkBox" id="box_webview_chat">
aviau039001d2016-09-29 16:39:05 -04007 <property name="visible">True</property>
8 <property name="orientation">vertical</property>
aviau32b8dd62016-11-02 00:36:57 -04009 <property name="hexpand">True</property>
10 <property name="vexpand">True</property>
aviau039001d2016-09-29 16:39:05 -040011 </object>
12 </child>
13 </template>
14</interface>