2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-14 13:55:59 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
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-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>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="child">
|
2018-05-10 13:08:14 +00:00
|
|
|
<object class="GtkBox" id="outer_box">
|
2017-03-17 15:21:07 +00:00
|
|
|
<child>
|
2018-05-10 13:08:14 +00:00
|
|
|
<object class="GtkButton" id="file_button">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="icon-name">mail-attachment-symbolic</property>
|
|
|
|
<property name="margin-top">2</property>
|
2018-05-10 13:08:14 +00:00
|
|
|
<property name="valign">start</property>
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
<class name="dino-chatinput-button"/>
|
2022-02-14 13:55:59 +00:00
|
|
|
<class name="dino-attach-button"/>
|
2018-05-10 13:08:14 +00:00
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" id="file_separator">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-04-03 20:49:59 +00:00
|
|
|
<object class="DinoUiChatTextView" id="chat_text_view">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="margin_start">7</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton" id="emoji_button">
|
|
|
|
<property name="icon-name">dino-emoticon-symbolic</property>
|
|
|
|
<property name="has-frame">False</property>
|
|
|
|
<property name="margin-top">2</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
<class name="dino-chatinput-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton" id="encryption_button">
|
|
|
|
<property name="icon-name">changes-allow-symbolic</property>
|
|
|
|
<property name="has-frame">False</property>
|
|
|
|
<property name="margin-top">2</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
<class name="dino-chatinput-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
2017-03-17 15:21:07 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
</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>
|
|
|
|
<attributes>
|
2022-02-14 13:55:59 +00:00
|
|
|
<attribute name="scale" value="0.8"></attribute>
|
2019-08-02 01:15:12 +00:00
|
|
|
</attributes>
|
|
|
|
<style>
|
|
|
|
<class name="chat-input-status"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|