blob: 084c6c719fd82a10087df33f56d3146e5d5ef0a2 [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">
AmarOkbf695b42017-07-17 09:55:05 -04007 <property name="width-request">300</property>
aviau039001d2016-09-29 16:39:05 -04008 <property name="visible">True</property>
9 <property name="orientation">vertical</property>
aviau32b8dd62016-11-02 00:36:57 -040010 <property name="hexpand">True</property>
11 <property name="vexpand">True</property>
aviau039001d2016-09-29 16:39:05 -040012 </object>
13 </child>
14 </template>
15</interface>