gtk/testsuite/tools/simplify-data/test8.ui
Matthias Clasen 3de10847b9 gtk4-builder-tool: Prefer child properties
Rewrite <child> elements to use child properties
where that is easily possible.

Fixes: #5609
2023-02-19 21:48:56 -05:00

10 lines
192 B
XML

<interface>
<object class="GtkAspectFrame">
<child>
<object class="GtkLabel">
<property name="label">start</property>
</object>
</child>
</object>
</interface>