gtk/testsuite/reftests/image-load-from-file.ui
Matthias Clasen 9a5f482e1a reftests: Stop using xpm images
We are phasing out the fringe pixbuf loaders, so xpm is going
away as a default-supported image format.
2024-04-28 23:54:55 -04:00

22 lines
626 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image1">
<property name="file">green-20x20.png</property>
</object>
</child>
<child>
<object class="GtkPicture" id="image2">
<property name="paintable">marble.png</property>
</object>
</child>
</object>
</child>
</object>
</interface>