gtk2/testsuite/reftests/image-load-from-file.ui

22 lines
625 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</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.xpm</property>
</object>
</child>
</object>
</child>
</object>
</interface>