2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2017-03-15 21:01:32 +00:00
|
|
|
<requires lib="gtk+" version="3.22"/>
|
2017-03-23 23:15:00 +00:00
|
|
|
<template class="DinoUiChatInputView">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="margin">5</property>
|
2017-03-15 21:01:32 +00:00
|
|
|
<property name="visible">True</property>
|
2017-09-05 21:53:18 +00:00
|
|
|
<style>
|
|
|
|
<class name="dino-chatinput"/>
|
|
|
|
</style>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2017-03-15 21:01:32 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled">
|
|
|
|
<property name="max_content_height">300</property>
|
|
|
|
<property name="propagate_natural_height">True</property>
|
2017-03-20 21:12:20 +00:00
|
|
|
<property name="visible">True</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2017-03-17 15:21:07 +00:00
|
|
|
<object class="GtkFrame">
|
2017-03-20 21:12:20 +00:00
|
|
|
<property name="visible">True</property>
|
2017-03-17 15:21:07 +00:00
|
|
|
<child>
|
2017-09-05 21:53:18 +00:00
|
|
|
<object class="GtkBox" id="box">
|
2017-03-17 15:21:07 +00:00
|
|
|
<property name="visible">True</property>
|
2017-09-05 21:53:18 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="text_input">
|
|
|
|
<property name="wrap-mode">GTK_WRAP_WORD_CHAR</property>
|
|
|
|
<property name="border-width">5</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-17 15:21:07 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|