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>
|
2019-08-02 01:15:12 +00:00
|
|
|
<property name="orientation">vertical</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>
|
2018-05-10 13:08:14 +00:00
|
|
|
<object class="GtkFrame" id="frame">
|
2019-08-02 01:15:12 +00:00
|
|
|
<property name="margin_start">14</property>
|
|
|
|
<property name="margin_end">14</property>
|
2017-03-20 21:12:20 +00:00
|
|
|
<property name="visible">True</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2018-05-10 13:08:14 +00:00
|
|
|
<object class="GtkBox" id="outer_box">
|
|
|
|
<property name="orientation">horizontal</property>
|
2017-03-20 21:12:20 +00:00
|
|
|
<property name="visible">True</property>
|
2017-03-17 15:21:07 +00:00
|
|
|
<child>
|
2018-05-10 13:08:14 +00:00
|
|
|
<object class="GtkButton" id="file_button">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-top">3</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
<class name="dino-chatinput-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">mail-attachment-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" id="file_separator">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-04-03 20:49:59 +00:00
|
|
|
<object class="DinoUiChatTextView" id="chat_text_view">
|
2017-03-17 15:21:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-08-02 01:15:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="chat_input_status">
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="margin_bottom">3</property>
|
|
|
|
<property name="margin_start">14</property>
|
|
|
|
<property name="margin_end">14</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="0.8"/>
|
|
|
|
</attributes>
|
|
|
|
<style>
|
|
|
|
<class name="chat-input-status"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|