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">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<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="GtkBox" id="box1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview2">
|
|
|
|
<property name="width_request">100</property>
|
|
|
|
<property name="height_request">100</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="can_focus">1</property>
|
2014-02-25 13:11:20 +00:00
|
|
|
<property name="buffer">textbuffer1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
2019-04-12 04:48:28 +00:00
|
|
|
<property name="position">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>
|