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

20 lines
469 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
<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>