build: Move tests/a11y to testsuite/a11y

This commit is contained in:
Benjamin Otte
2013-05-15 02:00:11 +02:00
parent bdfb55c945
commit 2c8e719b5a
79 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkBox" id="box1">
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">_Entry:</property>
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry1</property>
</object>
</child>
<child>
<object class="GtkEntry" id="entry1">
<property name="text" translatable="yes">text</property>
<property name="visible">True</property>
</object>
</child>
</object>
</child>
</object>
</interface>