gtk2/testsuite/tools/simplify-data-3to4/fixed.expected

15 lines
375 B
Plaintext
Raw Normal View History

2020-11-01 22:32:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
2020-11-01 22:32:47 +00:00
<object class="GtkFixed">
<child>
<object class="GtkButton" id="button">
<layout>
<property name="transform">translate(10, 15)</property>
</layout>
<property name="visible">0</property>
</object>
</child>
</object>
</interface>