mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-02 22:14:15 +00:00
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk+" version="3.22"/>
|
|
<template class="DinoUiChatInputView">
|
|
<property name="hexpand">True</property>
|
|
<property name="orientation">horizontal</property>
|
|
<property name="margin">5</property>
|
|
<property name="visible">True</property>
|
|
<style>
|
|
<class name="dino-chatinput"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkScrolledWindow" id="scrolled">
|
|
<property name="max_content_height">300</property>
|
|
<property name="propagate_natural_height">True</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkFrame">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkBox" id="box">
|
|
<property name="visible">True</property>
|
|
<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>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|