2014-02-25 13:11:20 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkTextBuffer" id="textbuffer1">
|
|
|
|
<property name="text" translatable="yes">TEST123
|
|
|
|
TEST123</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="window1">
|
2020-02-14 16:54:38 +00:00
|
|
|
<property name="decorated">0</property>
|
2014-02-25 13:11:20 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkFixed" id="fixed1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview1">
|
|
|
|
<property name="width_request">100</property>
|
|
|
|
<property name="height_request">100</property>
|
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview2">
|
|
|
|
<property name="width_request">100</property>
|
|
|
|
<property name="height_request">100</property>
|
|
|
|
<property name="buffer">textbuffer1</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
2019-08-25 12:56:13 +00:00
|
|
|
<property name="transform">translate(50, 50)</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
</layout>
|
2014-02-25 13:11:20 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|