gtk2/testsuite/reftests/box-shadow-spec-inset.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

109 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="row_spacing">20</property>
<property name="column_spacing">20</property>
<child>
<object class="GtkButton" id="widget-1-1">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column1"/>
<class name="row1"/>
</style>
<layout>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="widget-1-2">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column1"/>
<class name="row2"/>
</style>
<layout>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="widget-1-3">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column1"/>
<class name="row3"/>
</style>
<layout>
<property name="left_attach">1</property>
<property name="top_attach">3</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="widget-2-1">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column2"/>
<class name="row1"/>
</style>
<layout>
<property name="left_attach">2</property>
<property name="top_attach">1</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="widget-2-2">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column2"/>
<class name="row2"/>
</style>
<layout>
<property name="left_attach">2</property>
<property name="top_attach">2</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="widget-2-3">
<property name="width_request">144</property>
<property name="height_request">144</property>
<style>
<class name="column2"/>
<class name="row3"/>
</style>
<layout>
<property name="left_attach">2</property>
<property name="top_attach">3</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>