Learning_GTK4_tree/testsuite/tools/simplify-data/test13.ui

20 lines
469 B
XML

<interface>
<object class="GtkCenterBox">
<child type="end">
<object class="GtkLabel">
<property name="label">end</property>
</object>
</child>
<child type="center">
<object class="GtkLabel">
<property name="label">center</property>
</object>
</child>
<child type="start">
<object class="GtkLabel">
<property name="label">start</property>
</object>
</child>
</object>
</interface>