Learning_GTK4_tree/testsuite/tools/simplify-data/test7.ui

14 lines
320 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
<!-- default layout property gets stripped -->
<interface>
<object class="GtkGrid">
<child>
<object class="GtkLabel">
<layout>
<property name="column-span">1</property>
<property name="row-span">2</property>
</layout>
</object>
</child>
</object>
</interface>