gtk/testsuite/css/nodes/box.rtl.ui
Benjamin Otte 41bdf16b23 testsuite: Turn all CSS test ui files into regular windows
Use undecorated windows instead of popups.
2020-02-14 21:18:49 +01:00

26 lines
656 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
<object class="GtkLabel">
<property name="name">label1</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="name">label2</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="name">label3</property>
</object>
</child>
</object>
</child>
</object>
</interface>