31 lines
784 B
Plaintext
31 lines
784 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkWindow">
|
||
|
<property name="default-width">600</property>
|
||
|
<property name="default-height">300</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="halign">center</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">lots
|
||
|
of
|
||
|
lines</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">unwrappable
|
||
|
words</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">single line of text</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|