summaryrefslogtreecommitdiff
path: root/testsuite/reftests/flipping-icons.ui
blob: 830eca63df16f4b1726d147c96f60dcc255516dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="decorated">0</property>
    <signal name="map" handler="reftest:switch_default_direction" swapped="no"/>
    <signal name="destroy" handler="reftest:switch_default_direction" swapped="no"/>
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkImage">
            <property name="icon-name">go-first</property>
          </object>
        </child>
        <child>
          <object class="GtkImage">
            <property name="icon-name">go-last</property>
          </object>
        </child>
        <child>
          <object class="GtkImage">
            <property name="icon-name">pan-start-symbolic</property>
          </object>
        </child>
        <child>
          <object class="GtkImage">
            <property name="icon-name">pan-end-symbolic</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>