summaryrefslogtreecommitdiff
path: root/testsuite/reftests/image-load-from-file.ui
blob: 8e7a5446ce3acda72927f3a0a76d1a66b0cc74ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>