Learning_GTK4_tree/testsuite/reftests/label-wrap-word-char-natura...

31 lines
784 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
<?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>