gtk2/testsuite/tools/simplify-data-3to4/image.expected
Matthias Clasen 06321511ad builder-tool: Translate GtkImage:pixbuf
The pixbuf property doesn't exist anymore. It is
commonly set to a path in ui files, so translate it
to the file property.
2021-01-27 17:01:51 -05:00

13 lines
331 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkWindow">
<property name="child">
<object class="GtkImage">
<property name="visible">0</property>
<property name="file">test.svg</property>
</object>
</property>
</object>
</interface>