gtk/testsuite/tools/simplify-data-3to4/image.ui
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

11 lines
230 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<child>
<object class="GtkImage">
<property name="pixbuf">test.svg</property>
</object>
</child>
</object>
</interface>