gtk2/testsuite/tools/simplify-data-3to4/paned.expected
Matthias Clasen d6a0948182 testsuite: Update buildertool tests
gtk-builder-tool simplify --3to4 now produces a
<requires lib="gtk" version="4.0"/>.
Adapt for that, and also add some tests that check that we
actually verify the requires, and accept 3.99 and 4.0, but
not 5.x.
2020-11-10 19:20:51 -05:00

15 lines
386 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkPaned">
<property name="resize-end-child">0</property>
<property name="shrink-start-child">0</property>
<child>
<object class="GtkButton" id="button"/>
</child>
<child>
<object class="GtkLabel" id="label"/>
</child>
</object>
</interface>