mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
a18ec83b3b
This reftest makes use of the new feature to add signal handlers. It adds a libreftest.so module containing all the code for the reftests. When adding a test named reftest.ui, please keep code contained in a source file names reftest.c and add that file to Makefile.am. https://bugzilla.gnome.org/show_bug.cgi?id=730833
20 lines
799 B
XML
20 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.18.1 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.12"/>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<signal name="realize" handler="reftest:switch_default_direction" after="yes" swapped="no"/>
|
|
<signal name="map" handler="reftest:swap_child" after="yes" swapped="no"/>
|
|
<signal name="destroy" handler="reftest:switch_default_direction" after="yes" swapped="no"/>
|
|
<child>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="icon_name">go-next</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|