gtk/testsuite/reftests/grid-spacing1.ref.ui
Benjamin Otte 980934f82d reftests: Change popup windows to non-decorated windows
This allows getting rid of popup windows.
2020-02-14 17:54:38 +01:00

67 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkBox" id="box">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box0">
<property name="spacing">20</property>
<child>
<object class="GtkLabel" id="one">
<property name="label">One</property>
</object>
</child>
<child>
<object class="GtkLabel" id="two">
<property name="label">Two</property>
</object>
</child>
<child>
<object class="GtkLabel" id="three">
<property name="label">Three</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box1">
<property name="homogeneous">1</property>
<child>
<object class="GtkLabel" id="long">
<property name="label">Verylongtext</property>
</object>
</child>
<child>
<object class="GtkLabel" id="short">
<property name="label">Short</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box2">
<child>
<object class="GtkLabel" id="a">
<property name="label">A</property>
</object>
</child>
<child>
<object class="GtkLabel" id="b">
<property name="label">B</property>
<property name="hexpand">1</property>
</object>
</child>
<child>
<object class="GtkLabel" id="c">
<property name="label">C</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>