gtk/testsuite/reftests/icon-vfuncs.ui
Matthias Clasen 18779b9d67 testsuite: Remove <requires> from ui files
We don't need these here, the testsuite is shipped
with GTK.
2020-11-10 19:17:45 -05:00

68 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkGrid" id="grid1">
<child>
<object class="GtkSpinner" id="spinner1">
<property name="halign">center</property>
<property name="valign">center</property>
<layout>
<property name="column">1</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="GtkCheckButton" id="checkbutton1">
<property name="halign">center</property>
<property name="valign">center</property>
<layout>
<property name="column">1</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkCheckButton" id="radiobutton1">
<property name="active">1</property>
<property name="halign">center</property>
<property name="valign">center</property>
<layout>
<property name="column">1</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="GtkImage" id="arrow1">
<property name="icon_name">pan-down-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
<layout>
<property name="column">1</property>
<property name="row">3</property>
</layout>
</object>
</child>
<child>
<object class="GtkExpander" id="expander1">
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<placeholder/>
</child>
<child type="label_item">
<placeholder/>
</child>
<layout>
<property name="column">1</property>
<property name="row">4</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>