gtk2/testsuite/css/change/test5.ui
Matthias Clasen eff129323f Fix a css change testcase
The ui file here was invalid, leading to nonsensical
results.
2020-01-18 14:32:55 -05:00

41 lines
1.0 KiB
XML

<?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="GtkGrid">
<child>
<object class="GtkLabel"/>
</child>
<child>
<object class="GtkBox"/>
</child>
<child>
<object class="GtkLabel"/>
</child>
<child>
<object class="GtkButton">
<child>
<object class="GtkBox">
<child>
<object class="GtkCheckButton">
<child>
<object class="GtkBox"/>
</child>
<child>
<object class="GtkLabel"/>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>