gtk/testsuite/tools/simplify-data-3to4/paned.expected

15 lines
386 B
Plaintext
Raw Normal View History

2020-11-01 16:38:49 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
2020-11-01 16:38:49 +00:00
<object class="GtkPaned">
<property name="resize-end-child">0</property>
<property name="shrink-start-child">0</property>
<child>
<object class="GtkButton" id="button"/>
</child>
<child>
<object class="GtkLabel" id="label"/>
</child>
</object>
</interface>