blob: 6f379a1f7891ec4e84332089ce9642acb60a15ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<signal name="map" handler="reftest:switch_default_direction" swapped="no"/>
<signal name="destroy" handler="reftest:switch_default_direction" swapped="no"/>
<child>
<object class="GtkImage" id="image1">
<property name="icon_name">go-next</property>
</object>
</child>
</object>
</interface>
|