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

14 lines
320 B
Plaintext
Raw Normal View History

<!-- default layout property gets stripped -->
2015-05-02 21:21:31 +00:00
<interface>
<object class="GtkGrid">
2015-05-02 21:21:31 +00:00
<child>
<object class="GtkLabel">
<layout>
<property name="column-span">1</property>
<property name="row-span">2</property>
</layout>
2015-05-02 21:21:31 +00:00
</object>
</child>
</object>
</interface>