gtk2/testsuite/tools/simplify-data/test7.expected
Matthias Clasen 4b71ed3f5e testsuite: Update tools tests
These tests need to test GTK4 ui file syntax.
2020-03-13 15:34:54 -04:00

13 lines
260 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkGrid">
<child>
<object class="GtkLabel">
<layout>
<property name="row-span">2</property>
</layout>
</object>
</child>
</object>
</interface>