gtk2/testsuite/css/nodes/expander.ltr.ui
Emmanuele Bassi 824743a395 testsuite/css: Update UI files
Run the UI files through `gtk-builder-tool simplify --3to4` to update
the layout properties.
2019-04-05 01:01:40 +01:00

19 lines
459 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkExpander">
<child type="label">
<object class="GtkLabel">
<property name="label">label</property>
</object>
</child>
<child>
<object class="GtkBox"/>
</child>
</object>
</child>
</object>
</interface>